Uses of Class
de.hybris.platform.jalo.security.PrincipalGroup
-
-
Uses of PrincipalGroup in com.hybris.backoffice.jalo.user
Subclasses of PrincipalGroup in com.hybris.backoffice.jalo.user Modifier and Type Class Description classBackofficeRoleclassGeneratedBackofficeRoleGenerated class for typeBackofficeRole. -
Uses of PrincipalGroup in de.hybris.platform.b2b.jalo
Subclasses of PrincipalGroup in de.hybris.platform.b2b.jalo Modifier and Type Class Description classB2BUnitclassB2BUserGroupclassGeneratedB2BUnitGenerated class for typeB2BUnit.classGeneratedB2BUserGroupGenerated class for typeB2BUserGroup. -
Uses of PrincipalGroup in de.hybris.platform.catalog.jalo
Subclasses of PrincipalGroup in de.hybris.platform.catalog.jalo Modifier and Type Class Description classCompanyA company may act as a buyer or supplier of a catalog specified in theAgreement.classGeneratedCompanyGenerated class for typeCompany. -
Uses of PrincipalGroup in de.hybris.platform.commerceservices.jalo
Subclasses of PrincipalGroup in de.hybris.platform.commerceservices.jalo Modifier and Type Class Description classCustomerListclassGeneratedCustomerListGenerated class for typeCustomerList.classGeneratedOrgUnitGenerated class for typeOrgUnit.classOrgUnit -
Uses of PrincipalGroup in de.hybris.platform.commerceservices.jalo.user
Subclasses of PrincipalGroup in de.hybris.platform.commerceservices.jalo.user Modifier and Type Class Description classGeneratedStoreEmployeeGroupGenerated class for typeStoreEmployeeGroup.classStoreEmployeeGroup -
Uses of PrincipalGroup in de.hybris.platform.jalo.security
Methods in de.hybris.platform.jalo.security that return types with arguments of type PrincipalGroup Modifier and Type Method Description java.util.Set<PrincipalGroup>Principal. getAllGroups()java.util.Set<PrincipalGroup>Principal. getAllGroups(SessionContext ctx)Gets all groups this principal is member of ( transitive ! ).java.util.Set<PrincipalGroup>GeneratedPrincipal. getGroups()Generated method - Getter of thePrincipal.groupsattribute.java.util.Set<PrincipalGroup>GeneratedPrincipal. getGroups(SessionContext ctx)Generated method - Getter of thePrincipal.groupsattribute.java.util.Set<PrincipalGroup>Principal. getGroups(SessionContext ctx)Gets all groups which this user belongs to.Methods in de.hybris.platform.jalo.security with parameters of type PrincipalGroup Modifier and Type Method Description booleanPrincipal. addToGroup(PrincipalGroup group)Deprecated.since ages - useGeneratedPrincipal.addToGroups(SessionContext, PrincipalGroup)insteadbooleanPrincipalGroup. 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 PrincipalGroup Modifier and Type Method Description voidGeneratedPrincipal. setGroups(SessionContext ctx, java.util.Set<PrincipalGroup> value)Generated method - Setter of thePrincipal.groupsattribute.voidGeneratedPrincipal. setGroups(java.util.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 Modifier and Type Class Description classTestUserGroupTest class. -
Uses of PrincipalGroup in de.hybris.platform.jalo.user
Subclasses of PrincipalGroup in de.hybris.platform.jalo.user Modifier and Type Class Description classGeneratedUserGroupGenerated class for typeUserGroup.classUserGroupThe 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 PrincipalGroup Modifier and Type Method Description protected PrincipalGroupExtractUserGroupTranslator.UserGroupTranslator. searchGroup(java.lang.String rdn) -
Uses of PrincipalGroup in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo with parameters of type PrincipalGroup Modifier and Type Method Description protected booleanPromotionUserRestriction. checkGroupForPrincipal(SessionContext ctx, PrincipalGroup restrictedGroup, java.util.Collection<PrincipalGroup> groups)Method parameters in de.hybris.platform.promotions.jalo with type arguments of type PrincipalGroup Modifier and Type Method Description protected booleanPromotionUserRestriction. checkGroupForPrincipal(SessionContext ctx, PrincipalGroup restrictedGroup, java.util.Collection<PrincipalGroup> groups) -
Uses of PrincipalGroup in de.hybris.platform.ticket.jalo
Subclasses of PrincipalGroup in de.hybris.platform.ticket.jalo Modifier and Type Class Description classCsAgentGroupclassGeneratedCsAgentGroupGenerated class for typeCsAgentGroup. -
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 PrincipalGroup Modifier and Type Method Description java.util.List<PrincipalGroup>GeneratedSessionEvent. getGroups()Generated method - Getter of theSessionEvent.groupsattribute.java.util.List<PrincipalGroup>GeneratedSessionEvent. getGroups(SessionContext ctx)Generated method - Getter of theSessionEvent.groupsattribute.Method parameters in de.hybris.platform.ticketsystem.events.jalo with type arguments of type PrincipalGroup Modifier and Type Method Description voidGeneratedSessionEvent. setGroups(SessionContext ctx, java.util.List<PrincipalGroup> value)Generated method - Setter of theSessionEvent.groupsattribute.voidGeneratedSessionEvent. setGroups(java.util.List<PrincipalGroup> value)Generated method - Setter of theSessionEvent.groupsattribute.
-