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

    Modifier and Type
    Method
    Description
    void
    populate(LineItemDomainSpecific lineItem, T source)
     

    Methods inherited from interface org.springframework.core.Ordered

    getOrder
  • Method Details

    • populate

      void populate(LineItemDomainSpecific lineItem, T source)
      Parameters:
      lineItem - line item to populate
      source -