Class DefaultTmaMinimumPriceSelector
java.lang.Object
de.hybris.platform.b2ctelcoservices.pricing.services.impl.DefaultTmaMinimumPriceSelector
- All Implemented Interfaces:
TmaPriceSelector
@Deprecated(since="2007")
public class DefaultTmaMinimumPriceSelector
extends Object
implements TmaPriceSelector
Deprecated.
since 2007
Selects the minimum price from the list of prices
- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTmaMinimumPriceSelector(PriceRowModelComparator priceRowComparator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected PriceRowModelComparatorDeprecated.selectPrice(Set<PriceRowModel> standalonePrices, Set<PriceRowModel> priceOverrides) Deprecated.Selects a price from the given input prices
-
Constructor Details
-
DefaultTmaMinimumPriceSelector
Deprecated.
-
-
Method Details
-
selectPrice
public PriceRowModel selectPrice(Set<PriceRowModel> standalonePrices, Set<PriceRowModel> priceOverrides) Deprecated.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.
-
getPriceRowComparator
Deprecated.
-