com.ibm.commerce.order.commands

Interface OrderListCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    OrderListCmdImpl


    public interface OrderListCmd
    extends ControllerCommand
    This controller command is used to set the "viewTaskName" response property to display a list of Orders for a user. According to the status input parameter, without preparing or otherwise modifying the Orders. The default implementation of this command is OrderListCmdImpl.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

      • setStatus

        void setStatus(java.lang.String astrStatus)
        This method sets the status of the Orders that are to be displayed.
        Parameters:
        astrStatus - A String that specifies the status of the Orders that are to be displayed.
      • setStoreId

        void setStoreId(java.lang.Integer anStoreId)
        This method sets the identifier of the Store whose Orders are to be displayed.
        Parameters:
        anStoreId - An Integer that specifies the identifier of the Store whose Orders are to be displayed.