Class UiExperienceRestrictionDynamicDescription
- java.lang.Object
-
- de.hybris.platform.acceleratorcms.model.UiExperienceRestrictionDynamicDescription
-
- All Implemented Interfaces:
DynamicAttributeHandler<java.lang.String,CMSUiExperienceRestrictionModel>
@Deprecated(since="1811") public class UiExperienceRestrictionDynamicDescription extends java.lang.Object implements DynamicAttributeHandler<java.lang.String,CMSUiExperienceRestrictionModel>
Deprecated.since 1811
-
-
Constructor Summary
Constructors Constructor Description UiExperienceRestrictionDynamicDescription()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringget(CMSUiExperienceRestrictionModel model)Deprecated.Holds logic behind getter for dynamic attribute.protected TypeServicegetTypeService()Deprecated.voidset(CMSUiExperienceRestrictionModel model, java.lang.String value)Deprecated.Holds logic behind setter for dynamic attribute.voidsetTypeService(TypeService typeService)Deprecated.
-
-
-
Method Detail
-
getTypeService
protected TypeService getTypeService()
Deprecated.
-
setTypeService
public void setTypeService(TypeService typeService)
Deprecated.
-
get
public java.lang.String get(CMSUiExperienceRestrictionModel model)
Deprecated.Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<java.lang.String,CMSUiExperienceRestrictionModel>- Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
public void set(CMSUiExperienceRestrictionModel model, java.lang.String value)
Deprecated.Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<java.lang.String,CMSUiExperienceRestrictionModel>- Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-
-