Class ProductEurope1TaxesAttributeHandler
- java.lang.Object
-
- de.hybris.platform.europe1.dynamic.PdtRowEurope1AttributeHandler<TaxRowModel,ProductModel>
-
- de.hybris.platform.europe1.dynamic.ProductEurope1TaxesAttributeHandler
-
- All Implemented Interfaces:
DynamicAttributeHandler<java.util.Collection<TaxRowModel>,ProductModel>
public class ProductEurope1TaxesAttributeHandler extends PdtRowEurope1AttributeHandler<TaxRowModel,ProductModel>
AttributeHandler for Product.Europe1Taxes dynamic attribute
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.europe1.dynamic.PdtRowEurope1AttributeHandler
flexibleSearchService, sessionService, typeService
-
-
Constructor Summary
Constructors Constructor Description ProductEurope1TaxesAttributeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<TaxRowModel>getOwnPdtRowModels(ProductModel product)protected java.util.Comparator<TaxRowModel>getPdtRowComparator()protected PKgetProductGroupPK(ProductModel product)protected java.lang.StringgetType()voidsetOwnPdtRowModels(ProductModel product, java.util.Collection<TaxRowModel> taxRowModels)-
Methods inherited from class de.hybris.platform.europe1.dynamic.PdtRowEurope1AttributeHandler
addWildCardsPdtRows, filteroutWildcardsPdtRows, get, set, setFlexibleSearchService, setSessionService, setTypeService, sortPdtRows, useFastAlg
-
-
-
-
Method Detail
-
getType
protected java.lang.String getType()
- Specified by:
getTypein classPdtRowEurope1AttributeHandler<TaxRowModel,ProductModel>
-
getOwnPdtRowModels
public java.util.Collection<TaxRowModel> getOwnPdtRowModels(ProductModel product)
- Specified by:
getOwnPdtRowModelsin classPdtRowEurope1AttributeHandler<TaxRowModel,ProductModel>
-
setOwnPdtRowModels
public void setOwnPdtRowModels(ProductModel product, java.util.Collection<TaxRowModel> taxRowModels)
- Specified by:
setOwnPdtRowModelsin classPdtRowEurope1AttributeHandler<TaxRowModel,ProductModel>
-
getProductGroupPK
protected PK getProductGroupPK(ProductModel product)
- Specified by:
getProductGroupPKin classPdtRowEurope1AttributeHandler<TaxRowModel,ProductModel>
-
getPdtRowComparator
protected java.util.Comparator<TaxRowModel> getPdtRowComparator()
- Specified by:
getPdtRowComparatorin classPdtRowEurope1AttributeHandler<TaxRowModel,ProductModel>
-
-