com.ibm.commerce.requisitionlist.commands

Interface RequisitionListDisplayCmd

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


    public interface RequisitionListDisplayCmd
    extends ControllerCommand
    This controller command is used to display one or more requisition lists. The default implementation of this command is RequisitionListDisplayCmdImpl. The RequisitionListDisplay URL is mapped to this command by default.
    • 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
      • ALL_STORE_ID

        static final java.lang.String ALL_STORE_ID
        Constant ALL_STORE_ID = "*".
        See Also:
        Constant Field Values
    • Method Detail

      • setRequisitionListId

        void setRequisitionListId(java.lang.Long id)
        This method specifies the requisition list id to be displayed.
        Parameters:
        id - requisition list id.
      • setRequisitionListStoreId

        void setRequisitionListStoreId(java.lang.String[] id)
        This method specifies the store id of the requisition list to be displayed.
        Parameters:
        id - an array of store ids.
      • setStatus

        void setStatus(java.lang.String status)
        This method specifies the status of the requisition list to be displayed.
        Parameters:
        status - the status of the requisition list to be displayed.
      • setType

        void setType(java.lang.String type)
        This method specifies the type of the requisition list to be displayed.
        Parameters:
        type - the type of the requisition list to be displayed.