Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSUserRestrictionModel
Packages that use CMSUserRestrictionModel
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.jalo.user package.
-
Uses of CMSUserRestrictionModel in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type CMSUserRestrictionModelModifier and TypeMethodDescriptionprotected voidDefaultCmsCacheKeyProvider.processCMSUserRestriction(CMSUserRestrictionModel restriction, StringBuilder key) -
Uses of CMSUserRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSUserRestrictionModelModifier and TypeMethodDescriptionUserRestrictionDescription.get(CMSUserRestrictionModel model) voidUserRestrictionDescription.set(CMSUserRestrictionModel model, String value) -
Uses of CMSUserRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return CMSUserRestrictionModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.createUserRestriction(AbstractPageModel page, String id, String name, Collection<UserModel> users) Creates a new UserRestriction and a new relation between the restriction and the given page -
Uses of CMSUserRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return CMSUserRestrictionModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.createUserRestriction(AbstractPageModel page, String id, String name, Collection<UserModel> users) -
Uses of CMSUserRestrictionModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with parameters of type CMSUserRestrictionModelModifier and TypeMethodDescriptionbooleanCMSUserRestrictionEvaluator.evaluate(CMSUserRestrictionModel cmsUserRestriction, RestrictionData context) -
Uses of CMSUserRestrictionModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSUserRestrictionModelModifier and TypeMethodDescriptionprotected CMSUserRestrictionModelDefaultCMSRestrictionServiceIntegrationTest.getUserRestriction(UserModel userModel) -
Uses of CMSUserRestrictionModel in de.hybris.platform.cmscockpit.components.liveedit.impl
Methods in de.hybris.platform.cmscockpit.components.liveedit.impl with parameters of type CMSUserRestrictionModelModifier and TypeMethodDescriptionprotected voidDefaultPreviewLoader.loadUserRestrictionBaseValues(PreviewDataModel previewCtx, CMSUserRestrictionModel userRestriction) -
Uses of CMSUserRestrictionModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type CMSUserRestrictionModelModifier and TypeMethodDescriptionUserModel.getRestrictions()Generated method - Getter of theUser.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.core.model.user with type arguments of type CMSUserRestrictionModelModifier and TypeMethodDescriptionvoidUserModel.setRestrictions(Collection<CMSUserRestrictionModel> value) Generated method - Setter ofUser.restrictionsattribute defined at extensioncms2.