Uses of Class
de.hybris.platform.cms2.jalo.restrictions.GroupRestriction
-
Packages that use GroupRestriction Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.restrictions -
-
Uses of GroupRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return GroupRestriction Modifier and Type Method Description GroupRestrictionGeneratedCms2Manager. createCMSUserGroupRestriction(SessionContext ctx, java.util.Map attributeValues)GroupRestrictionGeneratedCms2Manager. createCMSUserGroupRestriction(java.util.Map attributeValues)Methods in de.hybris.platform.cms2.jalo that return types with arguments of type GroupRestriction Modifier and Type Method Description java.util.Collection<GroupRestriction>GeneratedCms2Manager. getRestrictions(SessionContext ctx, UserGroup item)Generated method - Getter of theUserGroup.restrictionsattribute.java.util.Collection<GroupRestriction>GeneratedCms2Manager. getRestrictions(UserGroup item)Generated method - Getter of theUserGroup.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type GroupRestriction Modifier and Type Method Description voidGeneratedCms2Manager. addToRestrictions(SessionContext ctx, UserGroup item, GroupRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. addToRestrictions(UserGroup item, GroupRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, UserGroup item, GroupRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. removeFromRestrictions(UserGroup item, GroupRestriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type GroupRestriction Modifier and Type Method Description voidGeneratedCms2Manager. setRestrictions(SessionContext ctx, UserGroup item, java.util.Collection<GroupRestriction> value)Generated method - Setter of theUserGroup.restrictionsattribute.voidGeneratedCms2Manager. setRestrictions(UserGroup item, java.util.Collection<GroupRestriction> value)Generated method - Setter of theUserGroup.restrictionsattribute. -
Uses of GroupRestriction in de.hybris.platform.cms2.jalo.restrictions
Subclasses of GroupRestriction in de.hybris.platform.cms2.jalo.restrictions Modifier and Type Class Description classASMCMSUserGroupRestrictionclassGeneratedASMCMSUserGroupRestrictionGenerated class for typeASMCMSUserGroupRestriction.
-