Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSUserGroupRestrictionModel
Packages that use CMSUserGroupRestrictionModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionprotected voidDefaultCmsCacheKeyProvider.processCMSUserGroupRestriction(CMSUserGroupRestrictionModel restriction, StringBuilder key) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionUserGroupRestrictionDescription.get(CMSUserGroupRestrictionModel model) voidUserGroupRestrictionDescription.set(CMSUserGroupRestrictionModel model, String value) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.model.restrictions
Subclasses of CMSUserGroupRestrictionModel in de.hybris.platform.cms2.model.restrictionsModifier and TypeClassDescriptionclassGenerated 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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page, String id, String name, 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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.createUserGroupRestriction(AbstractPageModel page, String id, String name, 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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionbooleanCMSUserGroupRestrictionEvaluator.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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionprotected 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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionprotected 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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionvoidDefaultCMSUserGroupRestrictionValidator.validate(CMSUserGroupRestrictionModel validatee) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionCMSUserGroupRestrictionModelBuilder.build()protected CMSUserGroupRestrictionModelCMSUserGroupRestrictionModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionCMSUserGroupRestrictionModelBuilder.fromModel(CMSUserGroupRestrictionModel model) -
Uses of CMSUserGroupRestrictionModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionCMSUserGroupRestrictionModelMother.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 CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionUserGroupModel.getRestrictions()Generated method - Getter of theUserGroup.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.core.model.user with type arguments of type CMSUserGroupRestrictionModelModifier and TypeMethodDescriptionvoidUserGroupModel.setRestrictions(Collection<CMSUserGroupRestrictionModel> value) Generated method - Setter ofUserGroup.restrictionsattribute defined at extensioncms2.