com.ibm.commerce.inventory.commands

Class InventoryStatusConvertor

  • java.lang.Object
    • com.ibm.commerce.inventory.commands.InventoryStatusConvertor


  • public class InventoryStatusConvertor
    extends java.lang.Object
    This class is a tool that converts the external inventory status to Commerce inventory status
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ALLOCATED
      The 'Allocated' literal value.
      static int AVAILABLE
      The 'Available' literal value.
      static int BACKORDERED
      The 'Backordered' literal value.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      static int FUTURE
      future
      static int RELEASED
      Released
      static int UNALLOCATED
      The 'Unallocated' literal value.
      static int UNAVAILABLE
      The 'Unavailable' literal value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String[] getInventoryTable()
      This method gets the inventory table
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • AVAILABLE

        public static final int AVAILABLE
        The 'Available' literal value.
        See Also:
        #AVAILABLE_LITERAL, Constant Field Values
      • UNAVAILABLE

        public static final int UNAVAILABLE
        The 'Unavailable' literal value.
        See Also:
        #UNAVAILABLE_LITERAL, Constant Field Values
      • ALLOCATED

        public static final int ALLOCATED
        The 'Allocated' literal value.
        See Also:
        #ALLOCATED_LITERAL, Constant Field Values
      • UNALLOCATED

        public static final int UNALLOCATED
        The 'Unallocated' literal value.
        See Also:
        #UNALLOCATED_LITERAL, Constant Field Values
      • BACKORDERED

        public static final int BACKORDERED
        The 'Backordered' literal value.
        See Also:
        #BACKORDERED_LITERAL, Constant Field Values
    • Constructor Detail

      • InventoryStatusConvertor

        public InventoryStatusConvertor()
        The 'Available' literal object.

        If the meaning of 'Available' literal object isn't clear, there really should be more of a description here...

        See Also:
        AVAILABLE
    • Method Detail

      • getInventoryTable

        public java.lang.String[] getInventoryTable()
        This method gets the inventory table
        Returns:
        Returns the inventoryTable.