Package com.ibm.commerce.tools.promotions

Provides the Task Commands, Controller Command and databeans that are required for WebSphere Commerce Promotions.

See:
          Description

Interface Summary
CreateDiscountCmd This interface defines a task command for creating discounts
DiscountSaveCmd The DiscountSaveCmd interface must be implemented to provide a controller command that saves discounts.
ECPromotionsConstants This interface provides all the constants for E Promotion package, can be implemented by any class in current package.
ECPromotionsMessageKey This interface provides all the static error key for current package.
PromotionChooseCmd The PromotionChooseCmd interface must be implemented to provide a controller command that choose discounts for the product.
PromotionPublishCmd The PromotionPublishCmd interface must be implemented to provide a controller command that publish discounts.
 
Class Summary
CreateDiscountCmdImpl This task command which implements CreateDiscountCmd interface is creating a discount AccessBean used within the implementation: CalculationCodeAccessBean,CalculationCodeDescriptionAccessBean, CalculationRangeAccessBean,CalculationRuleAccessBean,CalculationRuleMemberGroupRelationshipAccessBean, CalculationRuleScaleRelationshipAccessBean,CalculationScaleAccessBean,CatalogEntryCalculationCodeAccessBean,CalculationCodeMemberGroupAccessBean
CustomerGroupDataBean The bean representing all customer Groups within a store.
DiscountCalculationCodeListBean The bean representing an discount calculationcode list of a store.
DiscountChooseListBean The bean representing an discount calculationcode list of a store.
DiscountChooseListQuickSortCompare This class implement the quick sort algorithm for discount list page sorting function.
DiscountChooseListRow This Object represents a set of properties of one Discount.
DiscountDetailsBean This bean representing an discount with its all properties.
DiscountSaveCmdImpl Top Frame Variable List (from Tools Framework)
ECPromotionsMessage This class provides all the static error messages in National Language format, which based on the error key.
PromotionChooseCmdImpl The PromotionChooseCmdImpl class implements the PromotionChooseCmd interface to provide the controller command that chooses discounts for current product.
PromotionDynamicListBean Provide a bean for displaying promotion dynamic list.
PromotionPublishCmdImpl The PromotionPublishCmdImpl class implements the PromotionPublishCmd interface to provide the controller command that publishes a discount.
 

Package com.ibm.commerce.tools.promotions Description

Provides the Task Commands, Controller Command and databeans that are required for WebSphere Commerce Promotions.