Interface | Description |
---|---|
ChangeClientLocationCmd |
This is the interface for the Change ClientLocation web service command.
|
ChangeClientLocationPartActionCmd |
This is the interface for the Change ClientLocation web service command.
|
ChangeClientLocationPartPostActionCmd |
The part command is executed post the Change ClientLocation
|
ChangePointOfInterestCmd |
This is the interface for the Change PointOfInterest web service command.
|
ChangePointOfInterestPartActionCmd |
This is the interface for the Change PointOfInterest web service command.
|
ChangePointOfInterestPartPostActionCmd |
The part command is executed post the Change PointOfInterest
|
DispatchClientLocationEventCmd |
Interface for the Dispatch command, which performs actions in response to Celadon-generated
events on ClientLocation objects.
|
FetchClientLocationCmd |
This is the interface for the command that is used to fetch ClientLocation nouns.
|
FetchPointOfInterestCmd |
This is the interface for the command that is used to fetch PointOfInterest nouns.
|
FilterClientLocationCmd |
Interface for the FilterClientLocationCmd.
|
GetClientLocationCmd |
This is the interface for the Get ClientLocation web service command.
|
GetPointOfInterestCmd |
This is the interface for the Get PointOfInterest web service command.
|
InsertMoreClientLocationDataCmd |
This is the interface for all Location ClientLocation commands that fetch additional information.
|
InsertMorePointOfInterestDataCmd |
This is the interface for all Location PointOfInterest commands that fetch additional information.
|
PersonalizeClientLocationCmd |
Interface for the PersonalizeClientLocationCmd.
|
ProcessClientLocationActionCmd |
This interface represents the commands that perform particular process
actions on ClientLocation nouns.
|
ProcessClientLocationCmd |
The interface for command for SyncClientLocation
|
ProcessPointOfInterestActionCmd |
This interface represents the commands that perform particular process
actions on PointOfInterest nouns.
|
ProcessPointOfInterestCmd |
The interface for command for SyncPointOfInterest
|
ResolveClientLocationCmd |
Interface for the ResolveClientLocationCmd command.
|
TimestampClientLocationCmd |
Interface for the TimestampClientLocationCmd.
|
Class | Description |
---|---|
ChangeClientLocationBasePartCmdImpl |
Celadon command implementation to handle the change base part action command for the change verb.
|
ChangeClientLocationBasePartUsingCommandPipelineCmdImpl |
Implementation of the change command for ClientLocationType, making use of a command pipeline consisting
of the following pipeline commands (in order):
com.ibm.commerce.location.facade.server.commands.ResolveClientLocationCmd>,
com.ibm.commerce.location.facade.server.commands.FilterClientLocationCmd,
com.ibm.commerce.location.facade.server.commands.PersonalizeClientLocationCmd>, and
com.ibm.commerce.location.facade.server.commands.TimestampClientLocationCmd.
|
ChangeClientLocationCmdImpl |
This command is the controller that changes ClientLocation nouns.
|
ChangePointOfInterestBasePartCmdImpl |
Celadon command implementation to handle the change base part action command for the change verb.
|
ChangePointOfInterestCmdImpl |
This command is the controller that changes PointOfInterest nouns.
|
DispatchClientLocationEventCmdImpl |
Implementation of the Dispatch command, which determines whether the Marketing Engine should
be invoked for an incoming ClientLocation based on decision logic in the MarketingEngineDecision
class.
|
FetchClientLocationCmdImpl |
This command is used to fetch ClientLocation nouns.
|
FetchPointOfInterestCmdImpl |
This command is used to fetch PointOfInterest nouns.
|
FetchPointOfInterestCmdImplExtended |
This command is used to fetch PointOfInterest nouns.
|
FilterClientLocationCmdImpl |
The Filter command does a spot-check on incoming ClientLocation nouns
to make sure that the ClientType field is equal to "User" (case insensitive).
|
GetClientLocationCmdImpl |
This command gets activities based on the search criteria and the access profile.
|
GetPointOfInterestCmdImpl |
This command gets activities based on the search criteria and the access profile.
|
InsertMoreClientLocationDataCmdImpl |
This class populates additional information into a ShowClientLocation response.
|
InsertMorePointOfInterestDataCmdImpl |
This class populates additional information into a ShowPointOfInterest response.
|
PersonalizeClientLocationCmdImpl |
The Personalize command will ensure that the PersonalizationID field is set for
incoming nouns.
|
ProcessClientLocationCmdImpl |
This class handles the processing of Location activities.
|
ProcessClientLocationCmdImplExtended |
Base class for executing the Process command via a set of child action commands which do not
directly call the business object mediator layer -- instead the child action commands perform their
work in other ways -- for example by delegating their work to instances of CHANGE commands that
handle each action.
|
ProcessClientLocationCreateActionCmdImpl |
This command is used to create a ClientLocation noun.
|
ProcessClientLocationCreateActionCmdImplExtended |
This class contains business logic for handling an individual create action on a noun
by delegating the work to a CHANGE command -- this is used in cases that the
change command will perform more complex business logic than the individual action
(e.g.
|
ProcessClientLocationDeleteActionCmdImpl |
Celadon command implementation to handle the delete command for the process verb.
|
ProcessClientLocationDeleteActionCmdImplExtended |
This class contains business logic for handling an individual delete action on a noun
by delegating the work to a CHANGE command -- this is used in cases that the
change command will perform more complex business logic than the individual action
(e.g.
|
ProcessPointOfInterestCmdImpl |
This class handles the processing of Location activities.
|
ProcessPointOfInterestCreateActionCmdImpl |
This command is used to create a PointOfInterest noun.
|
ProcessPointOfInterestDeleteActionCmdImpl |
Celadon command implementation to handle the delete command for the process verb.
|
ResolveClientLocationCmdImpl |
Base class implementation for commands which resolve incoming requests to create or update client location nouns
to a set of known points of interest -- the resolution may result in a set of output requests to create, update,
or delete the incoming client location noun as well as other, preexisting client location nouns in the data service.
|
TimestampClientLocationCmdImpl |
Timestamp command ensures that nouns are properly timestamped to the current server time.
|