public abstract class PdtRowEurope1AttributeHandler<T extends PDTRowModel,MODEL extends ProductModel> extends java.lang.Object implements DynamicAttributeHandler<java.util.Collection<T>,MODEL>
| Modifier and Type | Field and Description |
|---|---|
protected FlexibleSearchService |
flexibleSearchService |
protected SessionService |
sessionService |
protected TypeService |
typeService |
| Constructor and Description |
|---|
PdtRowEurope1AttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<T> |
addWildCardsPdtRows(ProductModel product,
java.util.Collection<T> ownPdtRows) |
protected java.util.Collection<T> |
filteroutWildcardsPdtRows(ProductModel product,
java.util.Collection<T> pdtRows) |
java.util.Collection<T> |
get(MODEL model)
Holds logic behind getter for dynamic attribute.
|
protected abstract java.util.Collection<T> |
getOwnPdtRowModels(ProductModel product) |
protected abstract java.util.Comparator<T> |
getPdtRowComparator() |
protected abstract PK |
getProductGroupPK(ProductModel product) |
protected abstract java.lang.String |
getType() |
void |
set(MODEL model,
java.util.Collection<T> value)
Holds logic behind setter for dynamic attribute.
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
protected abstract void |
setOwnPdtRowModels(ProductModel product,
java.util.Collection<T> ownPdtRows) |
void |
setSessionService(SessionService sessionService) |
void |
setTypeService(TypeService typeService) |
protected java.util.Collection<T> |
sortPdtRows(java.util.Collection<T> pdtRows) |
protected boolean |
useFastAlg() |
protected TypeService typeService
protected FlexibleSearchService flexibleSearchService
protected SessionService sessionService
public java.util.Collection<T> get(MODEL model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.util.Collection<T extends PDTRowModel>,MODEL extends ProductModel>model - model for which dynamic attribute is declared.public void set(MODEL model, java.util.Collection<T> value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.util.Collection<T extends PDTRowModel>,MODEL extends ProductModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.protected java.util.Collection<T> addWildCardsPdtRows(ProductModel product, java.util.Collection<T> ownPdtRows)
protected java.util.Collection<T> filteroutWildcardsPdtRows(ProductModel product, java.util.Collection<T> pdtRows)
protected abstract PK getProductGroupPK(ProductModel product)
protected abstract java.util.Collection<T> getOwnPdtRowModels(ProductModel product)
protected abstract void setOwnPdtRowModels(ProductModel product, java.util.Collection<T> ownPdtRows)
protected abstract java.util.Comparator<T> getPdtRowComparator()
protected abstract java.lang.String getType()
protected boolean useFastAlg()
public void setTypeService(TypeService typeService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public void setSessionService(SessionService sessionService)
Copyright © 2018 SAP SE. All Rights Reserved.