Uses of Class
de.hybris.platform.cms2.jalo.restrictions.UserRestriction
Packages that use UserRestriction
-
Uses of UserRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return UserRestrictionModifier and TypeMethodDescriptionGeneratedCms2Manager.createCMSUserRestriction(SessionContext ctx, Map attributeValues) GeneratedCms2Manager.createCMSUserRestriction(Map attributeValues) Methods in de.hybris.platform.cms2.jalo that return types with arguments of type UserRestrictionModifier and TypeMethodDescriptionGeneratedCms2Manager.getRestrictions(SessionContext ctx, User item) Generated method - Getter of theUser.restrictionsattribute.GeneratedCms2Manager.getRestrictions(User item) Generated method - Getter of theUser.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type UserRestrictionModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.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 UserRestrictionModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.setRestrictions(SessionContext ctx, User item, Collection<UserRestriction> value) Generated method - Setter of theUser.restrictionsattribute.voidGeneratedCms2Manager.setRestrictions(User item, Collection<UserRestriction> value) Generated method - Setter of theUser.restrictionsattribute.