Class DefaultTmaHighestPriorityPriceSelector
java.lang.Object
de.hybris.platform.b2ctelcoservices.pricing.services.impl.DefaultTmaHighestPriorityPriceSelector
- All Implemented Interfaces:
TmaPriceSelector
Selects the price which has the highest priority from the list
- Since:
- 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionselectPrice(Set<PriceRowModel> standalonePrices, Set<PriceRowModel> priceOverrides) Selects a price from the given input prices
-
Constructor Details
-
DefaultTmaHighestPriorityPriceSelector
public DefaultTmaHighestPriorityPriceSelector()
-
-
Method Details
-
selectPrice
public PriceRowModel selectPrice(Set<PriceRowModel> standalonePrices, Set<PriceRowModel> priceOverrides) Description copied from interface:TmaPriceSelectorSelects a price from the given input prices- Specified by:
selectPricein interfaceTmaPriceSelector- Parameters:
standalonePrices- the stand alone pricespriceOverrides- the price overrides.- Returns:
- the price selected from the input prices.
-