Uses of Class
de.hybris.platform.cms2.model.restrictions.AbstractRestrictionModel
Packages that use AbstractRestrictionModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
-
Uses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.model.restrictions
Modifier and TypeClassDescriptionclassGenerated model class for type CMSActionRestriction first defined at extension acceleratorcms.classGenerated model class for type CMSUiExperienceRestriction first defined at extension acceleratorcms. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionAbstractCMSComponentModel.getRestrictions()Generated method - Getter of theAbstractCMSComponent.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.contents.components with type arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidAbstractCMSComponentModel.setRestrictions(List<AbstractRestrictionModel> value) Generated method - Setter ofAbstractCMSComponent.restrictionsattribute defined at extensioncms2. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionAbstractPageModel.getRestrictions()Generated method - Getter of theAbstractPage.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidAbstractPageModel.setRestrictions(List<AbstractRestrictionModel> value) Generated method - Setter ofAbstractPage.restrictionsattribute defined at extensioncms2. -
Uses of AbstractRestrictionModel in de.hybris.platform.cms2.model.restrictions
Subclasses of AbstractRestrictionModel in de.hybris.platform.cms2.model.restrictionsModifier and TypeClassDescriptionclassGenerated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2.classGenerated model class for type CMSCampaignRestriction first defined at extension cms2.classGenerated model class for type CMSCatalogRestriction first defined at extension cms2.classGenerated model class for type CMSCategoryRestriction first defined at extension cms2.classGenerated model class for type CMSInverseRestriction first defined at extension cms2.classGenerated model class for type CMSProductRestriction first defined at extension cms2.classGenerated model class for type CMSTimeRestriction first defined at extension cms2.classGenerated model class for type CMSUserGroupRestriction first defined at extension cms2.classGenerated model class for type CMSUserRestriction first defined at extension cms2.Methods in de.hybris.platform.cms2.model.restrictions that return AbstractRestrictionModelModifier and TypeMethodDescriptionCMSInverseRestrictionModel.getOriginalRestriction()Generated method - Getter of theCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModelModifier and TypeMethodDescriptionvoidCMSInverseRestrictionModel.setOriginalRestriction(AbstractRestrictionModel value) Generated method - Setter ofCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Constructors in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModelModifierConstructorDescriptionCMSInverseRestrictionModel(CatalogVersionModel _catalogVersion, AbstractRestrictionModel _originalRestriction, ItemModel _owner, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSInverseRestrictionModel(CatalogVersionModel _catalogVersion, AbstractRestrictionModel _originalRestriction, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters