Class UiExperienceRestrictionDynamicDescription
java.lang.Object
de.hybris.platform.acceleratorcms.model.UiExperienceRestrictionDynamicDescription
- All Implemented Interfaces:
DynamicAttributeHandler<String,CMSUiExperienceRestrictionModel>
@Deprecated(since="1811",
forRemoval=true)
public class UiExperienceRestrictionDynamicDescription
extends Object
implements DynamicAttributeHandler<String,CMSUiExperienceRestrictionModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Holds logic behind getter for dynamic attribute.protected TypeServiceDeprecated, for removal: This API element is subject to removal in a future version.voidset(CMSUiExperienceRestrictionModel model, 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.
-
Constructor Details
-
UiExperienceRestrictionDynamicDescription
public UiExperienceRestrictionDynamicDescription()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTypeService
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeService
Deprecated, for removal: This API element is subject to removal in a future version. -
get
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<String,CMSUiExperienceRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
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<String,CMSUiExperienceRestrictionModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-