Package com.sap.retail.sapppspricing
Interface LineItemPopulator<T>
- Type Parameters:
T- source type to use
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
MerchandiseHierarchyLineItemPopulator
public interface LineItemPopulator<T>
extends org.springframework.core.Ordered
Generic populator for a PriceCalculate request line item
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
populate
- Parameters:
lineItem- line item to populatesource-
-