Interface DynamicLocalizedAttributeHandler<VALUE,MODEL extends AbstractItemModel>
-
- All Superinterfaces:
DynamicAttributeHandler<VALUE,MODEL>
- All Known Implementing Classes:
DynamicLocalizedAttributesStringSampleBean,PrincipalDisplayNameLocalizedAttributeHandler,PrincipalGroupDisplayNameLocalizedAttributeHandler,UserDisplayNameLocalizedAttributeHandler
public interface DynamicLocalizedAttributeHandler<VALUE,MODEL extends AbstractItemModel> extends DynamicAttributeHandler<VALUE,MODEL>
Provides methods to be implemented for any class which holds the logic behind localized dynamic attributes feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VALUEget(MODEL model, java.util.Locale loc)Holds logic behind getter for dynamic attribute.voidset(MODEL model, VALUE value, java.util.Locale loc)Holds logic behind setter for dynamic attribute.-
Methods inherited from interface de.hybris.platform.servicelayer.model.attribute.DynamicAttributeHandler
get, set
-
-