Class DefaultPriceRowInfoFilter
- java.lang.Object
-
- de.hybris.platform.order.strategies.calculation.pdt.filter.impl.DefaultPriceRowValueFilter
-
- de.hybris.platform.order.strategies.calculation.pdt.filter.impl.DefaultPriceRowInfoFilter
-
- All Implemented Interfaces:
PDTRowFilter<PriceValueInfoCriteria,PriceRowModel>
public class DefaultPriceRowInfoFilter extends DefaultPriceRowValueFilter
-
-
Constructor Summary
Constructors Constructor Description DefaultPriceRowInfoFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<PriceRowModel>
filter(java.util.Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria)
Filters price/discount/tax models using given criteria.-
Methods inherited from class de.hybris.platform.order.strategies.calculation.pdt.filter.impl.DefaultPriceRowValueFilter
setCommonI18NService, setFlexibleSearchService, setRetrieveChannelStrategy
-
-
-
-
Method Detail
-
filter
public java.util.Collection<PriceRowModel> filter(java.util.Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria)
Description copied from interface:PDTRowFilter
Filters price/discount/tax models using given criteria.- Specified by:
filter
in interfacePDTRowFilter<PriceValueInfoCriteria,PriceRowModel>
- Overrides:
filter
in classDefaultPriceRowValueFilter
- Parameters:
collection
- the price/discount/tax collection to filter.criteria
- the price/discount/tax criteria.- Returns:
- the filtered price/discount/tax models collection.
-
-