com.ibm.commerce.promotion.facade.server.commands

Class GetPromotionCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetPromotionCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class GetPromotionCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetPromotionCmd
    This is the controller command for Promotion. It creates a command key by parsing the xpath expression passed by client and uses it to choose the right implementation of fetch task command. The data fetched by the fetch task command is used to create the BOD which is returned back to client.
    See Also:
    Serialized Form