Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSCatalogRestrictionModel
-
Packages that use CMSCatalogRestrictionModel Package Description de.hybris.platform.acceleratorcms.component.cache.impl de.hybris.platform.catalog.model Contains generated models for each type of de.hybris.platform.catalog.jalo package.de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cms2.servicelayer.services.admin de.hybris.platform.cms2.servicelayer.services.admin.impl de.hybris.platform.cms2.servicelayer.services.evaluator.impl de.hybris.platform.cms2.servicelayer.services.impl -
-
Uses of CMSCatalogRestrictionModel in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type CMSCatalogRestrictionModel Modifier and Type Method Description protected voidDefaultCmsCacheKeyProvider. processCMSCatalogRestriction(CMSCatalogRestrictionModel restriction, java.lang.StringBuilder key) -
Uses of CMSCatalogRestrictionModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return types with arguments of type CMSCatalogRestrictionModel Modifier and Type Method Description java.util.Collection<CMSCatalogRestrictionModel>CatalogModel. getRestrictions()Generated method - Getter of theCatalog.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.catalog.model with type arguments of type CMSCatalogRestrictionModel Modifier and Type Method Description voidCatalogModel. setRestrictions(java.util.Collection<CMSCatalogRestrictionModel> value)Generated method - Setter ofCatalog.restrictionsattribute defined at extensioncms2. -
Uses of CMSCatalogRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSCatalogRestrictionModel Modifier and Type Method Description java.lang.StringCatalogRestrictionDescription. get(CMSCatalogRestrictionModel model)voidCatalogRestrictionDescription. set(CMSCatalogRestrictionModel model, java.lang.String value) -
Uses of CMSCatalogRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return CMSCatalogRestrictionModel Modifier and Type Method Description CMSCatalogRestrictionModelCMSAdminRestrictionService. createCatalogRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<CatalogModel> catalogs)Creates a new CatalogRestriction and a new relation between the restriction and the given page. -
Uses of CMSCatalogRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return CMSCatalogRestrictionModel Modifier and Type Method Description CMSCatalogRestrictionModelDefaultCMSAdminRestrictionService. createCatalogRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<CatalogModel> catalogs) -
Uses of CMSCatalogRestrictionModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with parameters of type CMSCatalogRestrictionModel Modifier and Type Method Description booleanCMSCatalogRestrictionEvaluator. evaluate(CMSCatalogRestrictionModel catalogaRestrictionModel, RestrictionData context) -
Uses of CMSCatalogRestrictionModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSCatalogRestrictionModel Modifier and Type Method Description protected CMSCatalogRestrictionModelDefaultCMSRestrictionServiceIntegrationTest. getCatalogRestriction(java.util.List<CatalogModel> catalogs)
-