Package com.ibm.commerce.tools.epromotion.commands

Provides a set of controller commands and task commands to manipulate the Rules-based Promotion business scenarios.

See:
          Description

Interface Summary
ChangeStatusRLPromotionCmd Interface for ChangeStatusRLPromotion
CreateRLPromotionCmd Interface for creating RLPromotion.
DeployRLPromotionCmd Interface for deploying RLPromotion object to Blaze.
RLPromotionDeleteControllerCmd Component_name: ePromotion.
RLPromotionDuplicateControllerCmd The DiscountSaveCmd interface must be implemented to provide a controller command that saves discounts.
RLPromotionPublishControllerCmd Component_name: ePromotion The RLPromotionPublishControllerCmd interface must be implemented to provide a controller cmd that publish or deploy the RLPromotion objects.
RLPromotionSaveControllerCmd The DiscountSaveCmd interface must be implemented to provide a controller command that saves discounts.
UpdateRLPromotionCmd Update RLPromotion task command interface
 
Class Summary
ChangeStatusRLPromotionCmdImpl This task command changes the status of a rules-based promotion
CreateRLPromotionCmdImpl This command creates a promotion
DeployRLPromotionCmdImpl DeployRLPromotionCmdImpl deploy the rlPromotion objects from User Interface and parse the RULE_XML into immediate XML format which Blaze could use to generate the rule based on the rlPromotion params.
RLPromotionDeleteControllerCmdImpl The DiscountSaveCmdImpl class implements the DiscountSaveCmd interface to provide the controller command that saves a discount.
RLPromotionDuplicateControllerCmdImpl The RLPromotionDuplicateControllerCmdImpl class implements the RLPromotionDuplicateControllerCmd interface to provide the controller command that duplicates a discount.
RLPromotionPublishControllerCmdImpl The RLPromotionPublishControllerCmdImpl class implements the RLPromotionPublishControllerCmd interface to provide the controller command that publish or deploy the rlPromotion objects.
RLPromotionSaveControllerCmdImpl The DiscountSaveCmdImpl class implements the DiscountSaveCmd interface to provide the controller command that saves a discount.
UpdateRLPromotionCmdImpl This implementation class helps in updating the Rule Based Discounts that are created.
 

Package com.ibm.commerce.tools.epromotion.commands Description

Provides a set of controller commands and task commands to manipulate the Rules-based Promotion business scenarios.