Uses of Class
de.hybris.platform.jalo.security.PrincipalGroup
Packages that use PrincipalGroup
Package
Description
-
Uses of PrincipalGroup in com.hybris.backoffice.jalo.user
Subclasses of PrincipalGroup in com.hybris.backoffice.jalo.user -
Uses of PrincipalGroup in de.hybris.platform.b2b.jalo
Subclasses of PrincipalGroup in de.hybris.platform.b2b.jaloModifier and TypeClassDescriptionclassclassclassGenerated class for typeB2BUnit.classGenerated class for typeB2BUserGroup. -
Uses of PrincipalGroup in de.hybris.platform.catalog.jalo
Subclasses of PrincipalGroup in de.hybris.platform.catalog.jalo -
Uses of PrincipalGroup in de.hybris.platform.commerceservices.jalo
Subclasses of PrincipalGroup in de.hybris.platform.commerceservices.jaloModifier and TypeClassDescriptionclassclassGenerated class for typeCustomerList.classGenerated class for typeOrgUnit.class -
Uses of PrincipalGroup in de.hybris.platform.commerceservices.jalo.user
Subclasses of PrincipalGroup in de.hybris.platform.commerceservices.jalo.user -
Uses of PrincipalGroup in de.hybris.platform.jalo.security
Methods in de.hybris.platform.jalo.security that return types with arguments of type PrincipalGroupModifier and TypeMethodDescriptionPrincipal.getAllGroups()Principal.getAllGroups(SessionContext ctx) Gets all groups this principal is member of ( transitive ! ).GeneratedPrincipal.getGroups()Generated method - Getter of thePrincipal.groupsattribute.GeneratedPrincipal.getGroups(SessionContext ctx) Generated method - Getter of thePrincipal.groupsattribute.Principal.getGroups(SessionContext ctx) Gets all groups which this user belongs to.Methods in de.hybris.platform.jalo.security with parameters of type PrincipalGroupModifier and TypeMethodDescriptionbooleanPrincipal.addToGroup(PrincipalGroup group) Deprecated.booleanPrincipalGroup.addToGroup(PrincipalGroup group) Deprecated.since ages - useaddToGroups(SessionContext, PrincipalGroup)insteadvoidGeneratedPrincipal.addToGroups(PrincipalGroup value) Generated method - Addsvalueto groups.voidGeneratedPrincipal.addToGroups(SessionContext ctx, PrincipalGroup value) Generated method - Addsvalueto groups.voidPrincipalGroup.addToGroups(SessionContext ctx, PrincipalGroup group) booleanPrincipal.isMemberOf(PrincipalGroup g) Deprecated.since ages - useUserService.isMemberOfGroup(UserModel, UserGroupModel, boolean)booleanPrincipal.isMemberOf(PrincipalGroup grp, boolean includingSupergroups) Deprecated.booleanPrincipal.removeFromGroup(PrincipalGroup group) Deprecated.since ages - useGeneratedPrincipal.removeFromGroups(SessionContext, PrincipalGroup)insteadvoidGeneratedPrincipal.removeFromGroups(PrincipalGroup value) Generated method - Removesvaluefrom groups.voidGeneratedPrincipal.removeFromGroups(SessionContext ctx, PrincipalGroup value) Generated method - Removesvaluefrom groups.Method parameters in de.hybris.platform.jalo.security with type arguments of type PrincipalGroupModifier and TypeMethodDescriptionvoidGeneratedPrincipal.setGroups(SessionContext ctx, Set<PrincipalGroup> value) Generated method - Setter of thePrincipal.groupsattribute.voidGeneratedPrincipal.setGroups(Set<PrincipalGroup> value) Generated method - Setter of thePrincipal.groupsattribute. -
Uses of PrincipalGroup in de.hybris.platform.jalo.test
Subclasses of PrincipalGroup in de.hybris.platform.jalo.test -
Uses of PrincipalGroup in de.hybris.platform.jalo.user
Subclasses of PrincipalGroup in de.hybris.platform.jalo.userModifier and TypeClassDescriptionclassGenerated class for typeUserGroup.classThe user group item in the hybris platform. -
Uses of PrincipalGroup in de.hybris.platform.ldap.impex
Methods in de.hybris.platform.ldap.impex that return PrincipalGroupModifier and TypeMethodDescriptionprotected PrincipalGroupExtractUserGroupTranslator.UserGroupTranslator.searchGroup(String rdn) -
Uses of PrincipalGroup in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo with parameters of type PrincipalGroupModifier and TypeMethodDescriptionprotected booleanPromotionUserRestriction.checkGroupForPrincipal(SessionContext ctx, PrincipalGroup restrictedGroup, Collection<PrincipalGroup> groups) Method parameters in de.hybris.platform.promotions.jalo with type arguments of type PrincipalGroupModifier and TypeMethodDescriptionprotected booleanPromotionUserRestriction.checkGroupForPrincipal(SessionContext ctx, PrincipalGroup restrictedGroup, Collection<PrincipalGroup> groups) -
Uses of PrincipalGroup in de.hybris.platform.ticket.jalo
Subclasses of PrincipalGroup in de.hybris.platform.ticket.jalo -
Uses of PrincipalGroup in de.hybris.platform.ticketsystem.events.jalo
Methods in de.hybris.platform.ticketsystem.events.jalo that return types with arguments of type PrincipalGroupModifier and TypeMethodDescriptionGeneratedSessionEvent.getGroups()Generated method - Getter of theSessionEvent.groupsattribute.GeneratedSessionEvent.getGroups(SessionContext ctx) Generated method - Getter of theSessionEvent.groupsattribute.Method parameters in de.hybris.platform.ticketsystem.events.jalo with type arguments of type PrincipalGroupModifier and TypeMethodDescriptionvoidGeneratedSessionEvent.setGroups(SessionContext ctx, List<PrincipalGroup> value) Generated method - Setter of theSessionEvent.groupsattribute.voidGeneratedSessionEvent.setGroups(List<PrincipalGroup> value) Generated method - Setter of theSessionEvent.groupsattribute.
GeneratedPrincipal.addToGroups(SessionContext, PrincipalGroup)instead