See: Description
Interface | Description |
---|---|
AddOrderItemWithPromotionCodeOrCouponCmd |
This Controller Command interface is used to add promotion code or coupon
to order item(s).
|
AddPromotionCodeToOrderTaskCmd |
Add Promotion Code To Order Task Command Interface.
|
CopyOrderPromotionCodeTaskCmd |
Copy Promotion Code From An Order To Another Order Task Command Interfaces.
|
CouponAddRemoveControllerCmd |
This Controller Command interface adds or removes
a
Coupon from an Order or deletes a Coupon . |
CouponManageCmd |
This is the controller command interface for management of coupons.
|
GetCatalogEntryAttributesCmd |
Interface for getting attribute information of a CatalogEntry.
|
GetPromotionCodesByOrderIdTaskCmd |
Get Promotion Codes By Order Id Task Command Interface.
|
ImportIntelligentOfferAssociationsCmd |
This command is used to import merchandising associations provided in flat files
by Coremetrics Intelligent Offer.
|
IssueCouponControllerCmd |
This Controller Command interface is used for issuing a Coupon to
a Shopper.
|
IssueCouponControllerProxyCmd |
This class will decrypt the request parameter and forward the request to
the real controller command.
|
PromotionCodeAddRemoveControllerCmd |
An implementation of this controller command interface is used for adding or removing
a promotion code from an
Order . |
RedeemPromotionCodeToOrderTaskCmd |
Redeem Promotion Code To Order Task Command Interface.
|
RemovePromotionCodeFromOrderTaskCmd |
Remove Promotion Code From Order Task Command Interface.
|
ResolvePromotionCodeTaskCmd |
Resolve Promotion Code Task Command Interface.
|
RestoreUnusedPromotionCodeTaskCmd |
Restore Unused Promotion Code From Order Task Command Interface.
|
Class | Description |
---|---|
AbstractAddPromotionCodeToOrderTaskCmdImpl |
The abstract class implements AddPromotionCodeToOrderTaskCmd and is used for
adding a promotion codes to an order.
|
AbstractCopyOrderPromotionCodeTaskCmdImpl |
The abstract class implements CopyOrderPromotionCodeTaskCmd and is used for
copying promotion code from an Order to another order.
|
AbstractGetPromotionCodesByOrderIdTaskCmdImpl |
The abstract class implements GetPromotionCodesByOrderIdTaskCmd and is used for
getting promotion codes which are associated order.
|
AbstractRedeemPromotionCodeToOrderTaskCmdImpl |
The abstract class implements RedeemPromotionCodeToOrderTaskCmd and is used
for redeeming a promotion codes for an order.
|
AbstractRemovePromotionCodeFromOrderTaskCmdImpl |
The class implements RemovePromotionCodeFromOrderTaskCmd interface and is
used for removing promotion codes from an order.It provides an abstract
method to support the unique promotion code implementation.
|
AbstractResolvePromotionCodeTaskCmdImpl |
The abstract class implements ResolvePromotionCodeTaskCmd and is used for
resolving a promotion code.
|
AbstractRestoreUnusedPromotionCodeTaskCmdImpl |
The abstract class implements RestoreUnusedPromotionCodeTaskCmd and is used for
restoring an unused promotion code from an order.
|
AddOrderItemWithPromotionCodeOrCouponCmdImpl |
This Controller Command implementation adds a promotion code or coupon to an order by invoking the backend
runtime promotion engine.
|
AddPromotionCodeToOrderCOTaskCmdImpl |
The class implements
AddPromotionCodeToOrderTaskCmd to add a
promotion code to an order and support unique promotion code implementation. |
AddPromotionCodeToOrderTaskCmdImpl |
The class is used to add a promotion code to an order.
|
CopyOrderPromotionCodeCOTaskCmdImpl |
The class is used to copy promotion code from an Order to another order.
|
CopyOrderPromotionCodeTaskCmdImpl |
The class is used to copy promotion code from an Order to another order.
|
CouponAddRemoveControllerCmdImpl |
This Controller Command adds or removes a
Coupon from
an Order or deletes a Coupon . |
CouponManageCmdImpl |
This command displays the page from where Coupons and Promotion Codes can be managed.
|
GetCatalogEntryAttributesCmdImpl |
This command implements GetCatalogEntryAttributesCmd interface.
|
GetPromotionCodesByOrderIdCOTaskCmdImpl |
The class implements
GetPromotionCodesByOrderIdTaskCmd to get the
promotion codes which are associated with an order and support unique
promotion code implementation. |
GetPromotionCodesByOrderIdTaskCmdImpl |
The class is used to get the promotion codes which are associated with an
order.
|
ImportIntelligentOfferAssociationsCmdImpl |
This command is used to import merchandising associations provided in flat files
by Coremetrics Intelligent Offer.
|
IssueCouponControllerCmdImpl |
This Controller Command issues Coupon to a
Shopper . |
IssueCouponControllerProxyCmdImpl |
The controller command will decrypt the input request and redirect to
the decrytped result url.
|
PromotionCodeAddRemoveControllerCmdImpl |
This Controller Command adds or removes a
PromotionCode from
an Order . |
RedeemPromotionCodeToOrderCOTaskCmdImpl |
The class is used to redeem a promotion code to an order.
|
RedeemPromotionCodeToOrderTaskCmdImpl |
The class is used to redeem a promotion code to an order.
|
RemovePromotionCodeFromOrderCOTaskCmdImpl |
The class is used to remove a promotion code from an order.
|
RemovePromotionCodeFromOrderTaskCmdImpl |
The class is used to remove promotion codes from an order.
|
ResolvePromotionCodeCOTaskCmdImpl |
The class is used to resolve a promotion code.
|
ResolvePromotionCodeTaskCmdImpl |
The class is used to resolve promotion codes.
|
RestoreUnusedPromotionCodeCOTaskCmdImpl |
The class is used to restore an unused promotion codes from an order.
|
RestoreUnusedPromotionCodeTaskCmdImpl |
The class is used to restore a promotion codes from an order.
|