com.ibm.commerce.order.commands

Interface OrderDisplayCmd

  • 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:
    OrderDisplayCmdImpl


    public interface OrderDisplayCmd
    extends ControllerCommand
    This controller command is used to set the "viewTaskName" response property to display the contents of specified Orders for a user. According to the status input parameter. The default implementation of this command is OrderDisplayCmdImpl.
    • 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

      • setOrderId

        void setOrderId(java.util.Vector avOrderId)
        This method sets identifiers of the Orders to be displayed. If this parameter is not specified, it defaults to all Orders with the status specified by the status parameter.
        Parameters:
        avOrderId - A Vector represents the Order identifiers (Vector of Long).
      • setOutOrderIds

        void setOutOrderIds(java.lang.String[] aarrstrOutOrderIds)
        This method sets the names of the response properties to be created by the command. The values of each response property are the identifiers of the Orders to be displayed.
        Parameters:
        aarrstrOutOrderIds - A String[] that specifies the names of the response properties to be created.
      • setStatus

        void setStatus(java.lang.String astrStatus)
        This method sets the status of the Orders to be displayed. If this parameter is not specified, it defaults to "P".
        Parameters:
        astrStatus - A String that indicates the Order status.