com.ibm.commerce.requisitionlist.commands

Interface RequisitionListDeleteCmd

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


    public interface RequisitionListDeleteCmd
    extends ControllerCommand
    This controller command is used to delete one or more requisition lists. The default implementation of this command is RequisitionListDeleteCmdImpl. The RequisitionListDelete 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
    • Method Detail

      • setRequisitionListId

        void setRequisitionListId(java.lang.Long[] id)
        This method specifies an array of requisition list ids to be deleted.
        Parameters:
        id - an array of requisition list ids.
      • setRequisitionListId

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