Package de.hybris.platform.catalog.model
Class CatalogTerritoriesHandler
java.lang.Object
de.hybris.platform.catalog.model.CatalogTerritoriesHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Collection<CountryModel>,CatalogModel>
public class CatalogTerritoriesHandler
extends Object
implements DynamicAttributeHandler<Collection<CountryModel>,CatalogModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CatalogModel model) Holds logic behind getter for dynamic attribute.voidset(CatalogModel model, Collection<CountryModel> countryModels) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
CatalogTerritoriesHandler
public CatalogTerritoriesHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Collection<CountryModel>,CatalogModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<Collection<CountryModel>,CatalogModel> - Parameters:
model- model for which dynamic attribute is declared.countryModels- the value which will be used by setter logic.
-