Interface ShippingItemCodeStrategy
-
- All Known Implementing Classes:
DefaultCisShippingItemCodeStrategy
public interface ShippingItemCodeStrategyInterface to determine what the item code of a shipping line should be
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetShippingItemCode(AbstractOrderModel abstractOrder)
-
-
-
Method Detail
-
getShippingItemCode
java.lang.Integer getShippingItemCode(AbstractOrderModel abstractOrder)
-
-