Class UiExperienceRestrictionDynamicDescription
- java.lang.Object
-
- de.hybris.platform.acceleratorcms.model.UiExperienceRestrictionDynamicDescription
-
- All Implemented Interfaces:
DynamicAttributeHandler<java.lang.String,CMSUiExperienceRestrictionModel>
@Deprecated(since="1811", forRemoval=true) public class UiExperienceRestrictionDynamicDescription extends java.lang.Object implements DynamicAttributeHandler<java.lang.String,CMSUiExperienceRestrictionModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1811
-
-
Constructor Summary
Constructors Constructor Description UiExperienceRestrictionDynamicDescription()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringget(CMSUiExperienceRestrictionModel model)Deprecated, for removal: This API element is subject to removal in a future version.Holds logic behind getter for dynamic attribute.protected TypeServicegetTypeService()Deprecated, for removal: This API element is subject to removal in a future version.voidset(CMSUiExperienceRestrictionModel model, java.lang.String value)Deprecated, for removal: This API element is subject to removal in a future version.Holds logic behind setter for dynamic attribute.voidsetTypeService(TypeService typeService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getTypeService
protected TypeService getTypeService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTypeService
public void setTypeService(TypeService typeService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
get
public java.lang.String get(CMSUiExperienceRestrictionModel model)
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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.
-
-