com.ibm.commerce.inventory.commands

Class QuantityConvertor

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


  • public class QuantityConvertor
    extends java.lang.Object
    This method converts the order item quantity to the catEntry unit
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.Double convertQuantity(OrderItemAccessBean orderItemAB)
      This method converts the order item quantity to the catentry unit
      • 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
    • Method Detail

      • convertQuantity

        public static java.lang.Double convertQuantity(OrderItemAccessBean orderItemAB)
                                                throws ECException
        This method converts the order item quantity to the catentry unit
        Parameters:
        orderItemAB - orderItem to convert
        Returns:
        Double the quantity after convert
        Throws:
        ECException