com.ibm.commerce.tools.optools.order.commands

Class CSROrderStatusChangeCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • CSROrderStatusChangeCmdImpl

        public CSROrderStatusChangeCmdImpl()
    • Method Detail

      • getNewStatus

        public java.lang.String getNewStatus()
        Gets the new status.
        Returns:
        The status into which the order is to be changed.
      • getOrderIds

        public java.util.Vector getOrderIds()
        Gets the order IDs to be changed.
        Returns:
        The order IDs that are to be changed into the new status.
      • setNewStatus

        public void setNewStatus(java.lang.String newNewStatus)
        Sets the new status.
        Specified by:
        setNewStatus in interface CSROrderStatusChangeCmd
        Parameters:
        newNewStatus - The new status into which the orders are set.
      • setOrderIds

        public void setOrderIds(java.util.Vector newOrderIds)
        Sets the order IDs that is to be changed into the new order status.
        Specified by:
        setOrderIds in interface CSROrderStatusChangeCmd
        Parameters:
        newOrderIds - The order IDs that are to be changed into the new status.