com.ibm.commerce.messaging.commands

Interface TransferShopCartPolicyCmd

  • All Superinterfaces:
    BusinessPolicyCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    TransferShopcartCmdImpl


    public interface TransferShopCartPolicyCmd
    extends BusinessPolicyCommand
    interface for TransferShopCartCmdImpl
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        defaultCommandClassName
        See Also:
        Constant Field Values
    • Method Detail

      • setShoppingCartTransferRequest

        void setShoppingCartTransferRequest(com.ibm.commerce.domain.order.ShoppingCartTransferRequest requestObject)
                                     throws ECSystemException
        Sets the ShoppingCartTransferRequest object.
        Parameters:
        requestObject - the data object containing the request information.
        Throws:
        ECSystemException - if the request data object is not understood.