com.ibm.commerce.order.commands

Interface SetCurrentPendingOrdersCmd

  • All Superinterfaces:
    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:
    SetCurrentPendingOrdersCmdImpl


    public interface SetCurrentPendingOrdersCmd
    extends TaskCommand
    Sets the input pending orders to be current
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

      • getResult

        boolean getResult()
        Checks if the result is valid.
        Returns:
        the result. A true value (default) means valid. A false value otherwise.
      • setMemberId

        void setMemberId(java.lang.Long aMemberId)
        Sets the id of the member whose pending orders are to be set current.
        Parameters:
        aMemberId - The reference number of the member whose pending orders are to be set current.
      • setOrderList

        void setOrderList(java.util.Enumeration aOrdList)
        Sets the list of the pending orders to be set current.
        Parameters:
        aOrdList - The enumeration of the pending orders to be set current.
      • setStoreId

        void setStoreId(java.lang.Integer aStoreId)
        Sets the id of the store that owns the pending orders.
        Parameters:
        aStoreId - The reference number of the store that owns the pending orders.