Interface | Description |
---|---|
ChangePromotionCmd |
This is the interface for the Change Promotion web service command.
|
ChangePromotionPartCmd |
The command interface to perform a change operation with Promotoin noun part.
|
ChangePromotionPartPostActionCmd |
The command interface to perform post business logic after all the change
actions have occurred with Promotoin noun part.
|
ComposePromotionCmd |
The command used to compose Promotion nouns based on a
get expression.
|
FetchPromotionCmd |
The command used to fetch Promotion nouns based on a
get expression.
|
GetPromotionCmd |
The interface for command for GetPromotion
|
InsertMorePromotionDataCmd |
The command used to insert more Promotion data based on an
access profile.
|
ProcessPromotionActionCmd |
Interface for Process Promotion Action Cmd
|
ProcessPromotionCmd |
The interface for command for ProcessPromotion
|
ProcessUniquePromotionCodeActivateActionCmd |
Process unique promotion code activate action command interface
|
ProcessUniquePromotionCodeDeactivateActionCmd |
Process unique promotion code deactivate action command interface
|
Class | Description |
---|---|
ChangePromotionBasePartCmdImpl |
The update of promotion base attributes will be handled by this command.
|
ChangePromotionBasePartPostActionCmdImpl |
The part command is executed post the Change Promotion base attributes.
|
ChangePromotionCmdImpl |
This controller command implementation is used for processing
Change Promotion requests. |
ChangePromotionDescriptionPartCmdImpl |
The add, update and delete operation of promotion descriptions will be
handled by this command.
|
ChangePromotionDescriptionPartPostActionCmdImpl |
The part command is executed post the Change Promotion description part.
|
ChangePromotionElementPartCmdImpl |
The add, update and delete operation of promotion elements will be handled by
this command.
|
ChangePromotionElementPartPostActionCmdImpl |
The part command is executed post the Change Promotion element part.
|
FetchPromotionCmdImpl |
The default implementation of the fetch Promotion command.
|
GetPromotionCmdImpl |
This is the controller command for Promotion.
|
InsertMorePromotionCodeFileUploadJobDataCmdImpl |
If user imports the code with some error such as duplicate promotion code in
CSV file or duplicate promotion code in the Database,
this command will format the code generate report information and make it readable. |
ProcessPromotionActivateActionCmdImpl |
The process command to activate a Promotion.
|
ProcessPromotionArchiveActionCmdImpl |
The process command to archive a Promotion.
|
ProcessPromotionCmdImpl |
The command for ProcessPromotion
|
ProcessPromotionCreateActionCmdImpl |
The process command to create a Promotion, it also creates a CalculationCode
record that is associated with the promotion.
|
ProcessPromotionDeactivateActionCmdImpl |
The process command to deactivate a Promotion.
|
ProcessPromotionDeleteActionCmdImpl |
The process command to mark a Promotion for deletion, it also sets the
CalculationCode record that is associated with this promotion as marked for
deletion.
|
ProcessUniquePromotionCodeActivateActionCmdImpl |
The process command to invoke the PopulatePromotionCodesCmd command.
|
ProcessUniquePromotionCodeActivateActionVoidCmdImpl |
Hook class and do nothing
|
ProcessUniquePromotionCodeDeactivateActionCmdImpl |
The process command to deactivate a Promotion when generating unique code.
|
ProcessUniquePromotionCodeDeactivateActionVoidCmdImpl |
Hook empty class and will do nothing
|