Class DefaultPriceRowValueFilter
- java.lang.Object
-
- de.hybris.platform.order.strategies.calculation.pdt.filter.impl.DefaultPriceRowValueFilter
-
- All Implemented Interfaces:
PDTRowFilter<PriceValueInfoCriteria,PriceRowModel>
- Direct Known Subclasses:
DefaultPriceRowInfoFilter
public class DefaultPriceRowValueFilter extends java.lang.Object implements PDTRowFilter<PriceValueInfoCriteria,PriceRowModel>
-
-
Constructor Summary
Constructors Constructor Description DefaultPriceRowValueFilter()
-
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.voidsetCommonI18NService(CommonI18NService commonI18NService)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetRetrieveChannelStrategy(RetrieveChannelStrategy retrieveChannelStrategy)
-
-
-
Method Detail
-
filter
public java.util.Collection<PriceRowModel> filter(java.util.Collection<PriceRowModel> collection, PriceValueInfoCriteria criteria)
Description copied from interface:PDTRowFilterFilters price/discount/tax models using given criteria.- Specified by:
filterin interfacePDTRowFilter<PriceValueInfoCriteria,PriceRowModel>- Parameters:
collection- the price/discount/tax collection to filter.criteria- the price/discount/tax criteria.- Returns:
- the filtered price/discount/tax models collection.
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
setRetrieveChannelStrategy
public void setRetrieveChannelStrategy(RetrieveChannelStrategy retrieveChannelStrategy)
-
-