Uses of Class
de.hybris.platform.cms2.jalo.restrictions.UserRestriction
-
Packages that use UserRestriction Package Description de.hybris.platform.cms2.jalo -
-
Uses of UserRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return UserRestriction Modifier and Type Method Description UserRestrictionGeneratedCms2Manager. createCMSUserRestriction(SessionContext ctx, java.util.Map attributeValues)UserRestrictionGeneratedCms2Manager. createCMSUserRestriction(java.util.Map attributeValues)Methods in de.hybris.platform.cms2.jalo that return types with arguments of type UserRestriction Modifier and Type Method Description java.util.Collection<UserRestriction>GeneratedCms2Manager. getRestrictions(SessionContext ctx, User item)Generated method - Getter of theUser.restrictionsattribute.java.util.Collection<UserRestriction>GeneratedCms2Manager. getRestrictions(User item)Generated method - Getter of theUser.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type UserRestriction Modifier and Type Method Description voidGeneratedCms2Manager. addToRestrictions(SessionContext ctx, User item, UserRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. addToRestrictions(User item, UserRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, User item, UserRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. removeFromRestrictions(User item, UserRestriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type UserRestriction Modifier and Type Method Description voidGeneratedCms2Manager. setRestrictions(SessionContext ctx, User item, java.util.Collection<UserRestriction> value)Generated method - Setter of theUser.restrictionsattribute.voidGeneratedCms2Manager. setRestrictions(User item, java.util.Collection<UserRestriction> value)Generated method - Setter of theUser.restrictionsattribute.
-