com.ibm.commerce.requisitionlist.commands

Class RequisitionListBaseCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RequisitionListBaseCmdImpl

        public RequisitionListBaseCmdImpl()
    • Method Detail

      • getStatus

        public java.lang.String getStatus()
        This method returns the status of the requisition list.
        Returns:
        status.
      • reset

        public void reset()
        This method resets all instance variables.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • getType

        public java.lang.String getType()
        This method returns the type of requisition list.
        Returns:
        the type of requisition list.
      • setRequisitionListStatus

        public static void setRequisitionListStatus(java.lang.String status,
                                                    OrderAccessBean orderAB,
                                                    CommandContext commandContext)
                                             throws ECException
        This method sets the status of the requisition list.
        Parameters:
        status - of the requisition list.
        orderAB - order access bean
        commandContext - CommandContext
        Throws:
        ECException
      • setRequisitionListType

        public static void setRequisitionListType(java.lang.String type,
                                                  OrderAccessBean orderAB,
                                                  CommandContext commandContext)
                                           throws ECException
        This method sets the type of the requisition list.
        Parameters:
        type - the type of the requisition list.
        orderAB - order access bean
        commandContext - CommandContext
        Throws:
        ECException
      • deleteRequisitionListHelper

        public void deleteRequisitionListHelper(OrderAccessBean orderAB)
                                         throws java.sql.SQLException,
                                                ECException
        This method deletes the requisition list for specified order access bean.
        Parameters:
        orderAB - the order access bean.
        Throws:
        java.sql.SQLException
        ECException