Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSUserGroupRestrictionModel
-
Packages that use CMSUserGroupRestrictionModel Package Description de.hybris.platform.acceleratorcms.component.cache.impl de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cms2.model.restrictions Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions 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 de.hybris.platform.cmscockpit.components.liveedit.impl de.hybris.platform.cmsfacades.cmsitems.validator de.hybris.platform.cmsfacades.util.builder de.hybris.platform.cmsfacades.util.models de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package. -
-
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type CMSUserGroupRestrictionModel Modifier and Type Method Description protected voidDefaultCmsCacheKeyProvider. processCMSUserGroupRestriction(CMSUserGroupRestrictionModel restriction, java.lang.StringBuilder key) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSUserGroupRestrictionModel Modifier and Type Method Description java.lang.StringUserGroupRestrictionDescription. get(CMSUserGroupRestrictionModel model)voidUserGroupRestrictionDescription. set(CMSUserGroupRestrictionModel model, java.lang.String value) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.model.restrictions
Subclasses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.model.restrictions Modifier and Type Class Description classASMCMSUserGroupRestrictionModelGenerated model class for type ASMCMSUserGroupRestriction first defined at extension assistedservicestorefront. -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return CMSUserGroupRestrictionModel Modifier and Type Method Description CMSUserGroupRestrictionModelCMSAdminRestrictionService. createUserGroupRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<UserGroupModel> userGroups)Creates a new UserGroupRestriction and a new relation between the restriction and the given page -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return CMSUserGroupRestrictionModel Modifier and Type Method Description CMSUserGroupRestrictionModelDefaultCMSAdminRestrictionService. createUserGroupRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<UserGroupModel> userGroups) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with parameters of type CMSUserGroupRestrictionModel Modifier and Type Method Description booleanCMSUserGroupRestrictionEvaluator. evaluate(CMSUserGroupRestrictionModel cmsUserGroupRestriction, RestrictionData context) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSUserGroupRestrictionModel Modifier and Type Method Description protected CMSUserGroupRestrictionModelDefaultCMSRestrictionServiceIntegrationTest. getUserGroupRestriction(UserGroupModel userGroupModel) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cmscockpit.components.liveedit.impl
Methods in de.hybris.platform.cmscockpit.components.liveedit.impl with parameters of type CMSUserGroupRestrictionModel Modifier and Type Method Description protected voidDefaultPreviewLoader. loadUserGroupRestrictionBaseValues(PreviewDataModel previewCtx, CMSUserGroupRestrictionModel userGroupRestriction) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type CMSUserGroupRestrictionModel Modifier and Type Method Description voidDefaultCMSUserGroupRestrictionValidator. validate(CMSUserGroupRestrictionModel validatee) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CMSUserGroupRestrictionModel Modifier and Type Method Description CMSUserGroupRestrictionModelCMSUserGroupRestrictionModelBuilder. build()protected CMSUserGroupRestrictionModelCMSUserGroupRestrictionModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CMSUserGroupRestrictionModel Modifier and Type Method Description static CMSUserGroupRestrictionModelBuilderCMSUserGroupRestrictionModelBuilder. fromModel(CMSUserGroupRestrictionModel model) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSUserGroupRestrictionModel Modifier and Type Method Description CMSUserGroupRestrictionModelCMSUserGroupRestrictionModelMother. cmsManager(CatalogVersionModel catalogVersion, AbstractPageModel... pages) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type CMSUserGroupRestrictionModel Modifier and Type Method Description java.util.Collection<CMSUserGroupRestrictionModel>UserGroupModel. getRestrictions()Generated method - Getter of theUserGroup.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.core.model.user with type arguments of type CMSUserGroupRestrictionModel Modifier and Type Method Description voidUserGroupModel. setRestrictions(java.util.Collection<CMSUserGroupRestrictionModel> value)Generated method - Setter ofUserGroup.restrictionsattribute defined at extensioncms2.
-