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 void
DefaultCmsCacheKeyProvider. 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.restrictions
attribute defined at extensioncms2
.Method parameters in de.hybris.platform.catalog.model with type arguments of type CMSCatalogRestrictionModel Modifier and Type Method Description void
CatalogModel. setRestrictions(java.util.Collection<CMSCatalogRestrictionModel> value)
Generated method - Setter ofCatalog.restrictions
attribute 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.String
CatalogRestrictionDescription. get(CMSCatalogRestrictionModel model)
void
CatalogRestrictionDescription. 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 CMSCatalogRestrictionModel
CMSAdminRestrictionService. 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 CMSCatalogRestrictionModel
DefaultCMSAdminRestrictionService. 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 boolean
CMSCatalogRestrictionEvaluator. 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 CMSCatalogRestrictionModel
DefaultCMSRestrictionServiceIntegrationTest. getCatalogRestriction(java.util.List<CatalogModel> catalogs)
-