Interface | Description |
---|---|
ChangeWalletCmd |
This is the interface for the Change Wallet web service command.
|
ChangeWalletItemCmd |
This is the interface for the Change WalletItem web service command.
|
ChangeWalletItemPartActionCmd |
This is the interface for the Change WalletItem web service command.
|
ChangeWalletItemPartPostActionCmd |
The part command is executed post the Change WalletItem
|
ChangeWalletPartActionCmd |
This is the interface for the Change Wallet web service command.
|
ChangeWalletPartPostActionCmd |
The part command is executed post the Change Wallet
|
FetchWalletCmd |
This is the interface for the command that is used to fetch Wallet nouns.
|
FetchWalletItemCmd |
This is the interface for the command that is used to fetch WalletItem nouns.
|
GetWalletCmd |
This is the interface for the Get Wallet web service command.
|
GetWalletItemCmd |
This is the interface for the Get WalletItem web service command.
|
InsertMoreWalletDataCmd |
This is the interface for all Wallet Wallet commands that fetch additional information.
|
InsertMoreWalletItemDataCmd |
This is the interface for all Wallet WalletItem commands that fetch additional information.
|
InsertMoreWalletItemTypeSpecificDataCmd |
This command is executed by
InsertMoreWalletItemDataCmdImpl to insert type-specific data into a WalletItem noun. |
ProcessWalletActionCmd |
This interface represents the commands that perform particular process
actions on Wallet nouns.
|
ProcessWalletCmd |
The interface for command for SyncWallet
|
ProcessWalletItemActionCmd |
This interface represents the commands that perform particular process
actions on WalletItem nouns.
|
ProcessWalletItemCmd |
The interface for command for SyncWalletItem
|
ProcessWalletItemTypeSpecificActionCmd |
This command is executed by
ProcessWalletItemActionCmd implementations to perform type-specific actions. |
SyncWalletCmd |
The interface for command for SyncWallet
|
SyncWalletItemCmd |
The interface for command for SyncWalletItem
|
Class | Description |
---|---|
ChangeWalletBasePartCmdImpl |
This command is used to change the base part of Wallet nouns.
|
ChangeWalletCmdImpl |
This command is the controller that changes Wallet nouns.
|
ChangeWalletItemBasePartCmdImpl |
This command is used to change the base part of WalletItem nouns.
|
ChangeWalletItemCmdImpl |
This command is the controller that changes WalletItem nouns.
|
FetchWalletCmdImpl |
This command is used to fetch Wallet nouns.
|
FetchWalletItemCmdImpl |
This command is used to fetch WalletItem nouns.
|
GetWalletCmdImpl |
This command gets activities based on the search criteria and the access profile.
|
GetWalletItemCmdImpl |
This command gets activities based on the search criteria and the access profile.
|
InsertMoreWalletDataCmdImpl |
TODO Javadoc
|
InsertMoreWalletItemCouponDataCmdImpl |
InsertMoreWalletItemTypeSpecificDataCmd implementation that inserts coupon data into a WalletItem noun of type coupon. |
InsertMoreWalletItemDataCmdImpl |
InsertMoreWalletItemDataCmd implementation that executes the InsertMoreWalletItemTypeSpecificDataCmd implementation
with key access_profile.type , e.g. |
ProcessWalletCmdImpl |
This class handles the processing of Wallet activities.
|
ProcessWalletCreateActionCmdImpl |
ProcessWalletActionCmd implementation for creating a Wallet noun. |
ProcessWalletDeleteActionCmdImpl |
ProcessWalletActionCmd implementation for deleting a Wallet noun. |
ProcessWalletItemCmdImpl |
This class handles the processing of Wallet activities.
|
ProcessWalletItemCreateActionCmdImpl |
ProcessWalletItemActionCmd implementation for creating a WalletItem noun. |
ProcessWalletItemDeleteActionCmdImpl |
ProcessWalletItemActionCmd implementation for deleting a WalletItem noun. |
ProcessWalletItemDeleteCouponActionCmdImpl |
ProcessWalletItemTypeSpecificActionCmd implementation that deletes the coupon referenced by the wallet item. |
ProcessWalletMigrateActionCmdImpl |
ProcessWalletActionCmd implementation for migrating a Wallet noun to a new user. |
SyncWalletCmdImpl |
The command implementation for SyncWallet
|
SyncWalletItemCmdImpl |
The command implementation for SyncWalletItem
|