Class ProductEurope1PricesAttributeHandler
java.lang.Object
de.hybris.platform.europe1.dynamic.PdtRowEurope1AttributeHandler<PriceRowModel,ProductModel>
de.hybris.platform.europe1.dynamic.ProductEurope1PricesAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Collection<PriceRowModel>,ProductModel>
public class ProductEurope1PricesAttributeHandler
extends PdtRowEurope1AttributeHandler<PriceRowModel,ProductModel>
AttributeHandler for Product.Europe1Prices dynamic attribute
-
Field Summary
Fields inherited from class de.hybris.platform.europe1.dynamic.PdtRowEurope1AttributeHandler
flexibleSearchService, sessionService, typeService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<PriceRowModel>getOwnPdtRowModels(ProductModel product) protected Comparator<PriceRowModel>protected PKgetProductGroupPK(ProductModel product) protected StringgetType()protected voidsetOwnPdtRowModels(ProductModel product, Collection<PriceRowModel> priceRowModels) Methods inherited from class de.hybris.platform.europe1.dynamic.PdtRowEurope1AttributeHandler
addWildCardsPdtRows, filteroutWildcardsPdtRows, get, set, setFlexibleSearchService, setSessionService, setTypeService, sortPdtRows, useFastAlg
-
Constructor Details
-
ProductEurope1PricesAttributeHandler
public ProductEurope1PricesAttributeHandler()
-
-
Method Details
-
getType
- Specified by:
getTypein classPdtRowEurope1AttributeHandler<PriceRowModel,ProductModel>
-
getOwnPdtRowModels
- Specified by:
getOwnPdtRowModelsin classPdtRowEurope1AttributeHandler<PriceRowModel,ProductModel>
-
setOwnPdtRowModels
- Specified by:
setOwnPdtRowModelsin classPdtRowEurope1AttributeHandler<PriceRowModel,ProductModel>
-
getProductGroupPK
- Specified by:
getProductGroupPKin classPdtRowEurope1AttributeHandler<PriceRowModel,ProductModel>
-
getPdtRowComparator
- Specified by:
getPdtRowComparatorin classPdtRowEurope1AttributeHandler<PriceRowModel,ProductModel>
-