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 thecatEntry
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 thecatentry
unit
-
-
-
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 thecatentry
unit- Parameters:
orderItemAB
- orderItem to convert- Returns:
- Double the quantity after convert
- Throws:
ECException
-
-