Uses of Class
de.hybris.platform.cms2.model.restrictions.AbstractRestrictionModel
-
Packages that use AbstractRestrictionModel Package Description de.hybris.platform.acceleratorcms.model.restrictions Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.restrictions package.de.hybris.platform.cms2.model.contents.components Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.de.hybris.platform.cms2.model.pages Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.de.hybris.platform.cms2.model.restrictions Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package. -
-
Uses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.model.restrictions
Subclasses of AbstractRestrictionModel in de.hybris.platform.acceleratorcms.model.restrictions Modifier and Type Class Description classCMSActionRestrictionModelGenerated model class for type CMSActionRestriction first defined at extension acceleratorcms.classCMSUiExperienceRestrictionModelGenerated 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 AbstractRestrictionModel Modifier and Type Method Description java.util.List<AbstractRestrictionModel>AbstractCMSComponentModel. 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 AbstractRestrictionModel Modifier and Type Method Description voidAbstractCMSComponentModel. setRestrictions(java.util.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 AbstractRestrictionModel Modifier and Type Method Description java.util.List<AbstractRestrictionModel>AbstractPageModel. getRestrictions()Generated method - Getter of theAbstractPage.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type AbstractRestrictionModel Modifier and Type Method Description voidAbstractPageModel. setRestrictions(java.util.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.restrictions Modifier and Type Class Description classCMSBaseStoreTimeRestrictionModelGenerated model class for type CMSBaseStoreTimeRestriction first defined at extension cms2.classCMSCampaignRestrictionModelGenerated model class for type CMSCampaignRestriction first defined at extension cms2.classCMSCatalogRestrictionModelGenerated model class for type CMSCatalogRestriction first defined at extension cms2.classCMSCategoryRestrictionModelGenerated model class for type CMSCategoryRestriction first defined at extension cms2.classCMSInverseRestrictionModelGenerated model class for type CMSInverseRestriction first defined at extension cms2.classCMSProductRestrictionModelGenerated model class for type CMSProductRestriction first defined at extension cms2.classCMSTimeRestrictionModelGenerated model class for type CMSTimeRestriction first defined at extension cms2.classCMSUserGroupRestrictionModelGenerated model class for type CMSUserGroupRestriction first defined at extension cms2.classCMSUserRestrictionModelGenerated model class for type CMSUserRestriction first defined at extension cms2.Methods in de.hybris.platform.cms2.model.restrictions that return AbstractRestrictionModel Modifier and Type Method Description AbstractRestrictionModelCMSInverseRestrictionModel. getOriginalRestriction()Generated method - Getter of theCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModel Modifier and Type Method Description voidCMSInverseRestrictionModel. setOriginalRestriction(AbstractRestrictionModel value)Generated method - Setter ofCMSInverseRestriction.originalRestrictionattribute defined at extensioncms2.Constructors in de.hybris.platform.cms2.model.restrictions with parameters of type AbstractRestrictionModel Constructor Description CMSInverseRestrictionModel(CatalogVersionModel _catalogVersion, AbstractRestrictionModel _originalRestriction, ItemModel _owner, java.lang.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, java.lang.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
-