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.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 void
DefaultCmsCacheKeyProvider. 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.String
UserRestrictionDescription. get(CMSUserRestrictionModel model)
void
UserRestrictionDescription. 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 CMSUserRestrictionModel
CMSAdminRestrictionService. 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 CMSUserRestrictionModel
DefaultCMSAdminRestrictionService. 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 boolean
CMSUserRestrictionEvaluator. 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 CMSUserRestrictionModel
DefaultCMSRestrictionServiceIntegrationTest. getUserRestriction(UserModel userModel)
-
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.restrictions
attribute defined at extensioncms2
.Method parameters in de.hybris.platform.core.model.user with type arguments of type CMSUserRestrictionModel Modifier and Type Method Description void
UserModel. setRestrictions(java.util.Collection<CMSUserRestrictionModel> value)
Generated method - Setter ofUser.restrictions
attribute defined at extensioncms2
.
-