Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSUserRestrictionModel
-
Packages that use CMSUserRestrictionModel 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.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.core.model.user 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 CMSUserRestrictionModel Modifier and Type Method Description protected voidDefaultCmsCacheKeyProvider. processCMSUserRestriction(CMSUserRestrictionModel restriction, java.lang.StringBuilder key) -
Uses of CMSUserRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSUserRestrictionModel Modifier and Type Method Description java.lang.StringUserRestrictionDescription. get(CMSUserRestrictionModel model)voidUserRestrictionDescription. set(CMSUserRestrictionModel model, java.lang.String value) -
Uses of CMSUserRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return CMSUserRestrictionModel Modifier and Type Method Description CMSUserRestrictionModelCMSAdminRestrictionService. createUserRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.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 CMSUserRestrictionModel Modifier and Type Method Description CMSUserRestrictionModelDefaultCMSAdminRestrictionService. createUserRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.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 CMSUserRestrictionModel Modifier and Type Method Description booleanCMSUserRestrictionEvaluator. 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 CMSUserRestrictionModel Modifier and Type Method Description protected 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 CMSUserRestrictionModel Modifier and Type Method Description protected 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 CMSUserRestrictionModel Modifier and Type Method Description java.util.Collection<CMSUserRestrictionModel>UserModel. getRestrictions()Generated method - Getter of theUser.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.core.model.user with type arguments of type CMSUserRestrictionModel Modifier and Type Method Description voidUserModel. setRestrictions(java.util.Collection<CMSUserRestrictionModel> value)Generated method - Setter ofUser.restrictionsattribute defined at extensioncms2.
-