com.ibm.commerce.inventory.commands

Interface ValidateInventoryStatusCmd



  • public interface ValidateInventoryStatusCmd
    The interface for validating inventory status.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String defaultCommandClassName
      The default implementation of this command.
      static java.lang.String NAME
      The name of this command.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        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

      • setOrderIds

        void setOrderIds(java.lang.String[] orderIds)
        Sets the IDs of orders to be validated.
        Parameters:
        orderIds - the IDs of orders to be validated
      • setUniqueOrderitemIdList

        void setUniqueOrderitemIdList(java.util.Hashtable uniqueOrderItemIds)
        Sets the IDs of order items updated in the current transaction.
        Parameters:
        uniqueOrderItemIds - the IDs of order items updated in the current transaction