Uses of Class
de.hybris.platform.core.model.security.PrincipalGroupModel
-
-
Uses of PrincipalGroupModel in com.hybris.backoffice.model.user
Subclasses of PrincipalGroupModel in com.hybris.backoffice.model.user Modifier and Type Class Description class
BackofficeRoleModel
Generated model class for type BackofficeRole first defined at extension backoffice. -
Uses of PrincipalGroupModel in de.hybris.platform.assistedservicestorefront.restrictions
Methods in de.hybris.platform.assistedservicestorefront.restrictions that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.List<PrincipalGroupModel>
ASMCMSUserGroupRestrictionEvaluator. getSubgroups(java.util.Collection<PrincipalGroupModel> groups)
Fetches all Subgroups of the supplied groups.Method parameters in de.hybris.platform.assistedservicestorefront.restrictions with type arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.List<PrincipalGroupModel>
ASMCMSUserGroupRestrictionEvaluator. getSubgroups(java.util.Collection<PrincipalGroupModel> groups)
Fetches all Subgroups of the supplied groups. -
Uses of PrincipalGroupModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>
B2BCommerceB2BUserGroupService. updateUserGroups(java.util.Collection<java.lang.String> userGroups, java.util.Collection<java.lang.String> roles, B2BCustomerModel customerModel)
Gets updated collection of user groupsMethods in de.hybris.platform.b2b.company with parameters of type PrincipalGroupModel Modifier and Type Method Description boolean
B2BGroupCycleValidator. validateGroups(PrincipalGroupModel principalGroupModel, PrincipalGroupModel groupMember)
Validate the groups given a group and group memberboolean
B2BGroupCycleValidator. validateMembers(PrincipalGroupModel principalGroupModel, PrincipalModel member)
Validate the members given a group and group member -
Uses of PrincipalGroupModel in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceB2BUserGroupServiceTest. createGroupSet(PrincipalGroupModel... userGroups)
protected java.util.Set<PrincipalGroupModel>
DefaultB2BGroupCycleValidator. getAllGroups(PrincipalModel principal)
protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceUserService. removeUsergroupFromGroups(java.lang.String usergroup, java.util.Set<PrincipalGroupModel> groups)
java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceB2BUserGroupService. updateUserGroups(java.util.Collection<java.lang.String> availableUserGroups, java.util.Collection<java.lang.String> selectedUserGroups, B2BCustomerModel customerModel)
Methods in de.hybris.platform.b2b.company.impl with parameters of type PrincipalGroupModel Modifier and Type Method Description protected boolean
DefaultB2BGroupCycleValidator. checkGroups(PrincipalGroupModel principalGroup)
protected boolean
DefaultB2BGroupCycleValidator. checkMembers(PrincipalGroupModel principalGroup)
protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceB2BUserGroupServiceTest. createGroupSet(PrincipalGroupModel... userGroups)
boolean
DefaultB2BGroupCycleValidator. validateGroups(PrincipalGroupModel principalGroupModel, PrincipalGroupModel groupMember)
boolean
DefaultB2BGroupCycleValidator. validateMembers(PrincipalGroupModel principalGroupModel, PrincipalModel member)
Method parameters in de.hybris.platform.b2b.company.impl with type arguments of type PrincipalGroupModel Modifier and Type Method Description protected void
DefaultB2BGroupCycleValidator. addGroups(java.util.Set<PrincipalGroupModel> allGroups, java.util.Set<PrincipalGroupModel> groups)
protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceUserService. removeUsergroupFromGroups(java.lang.String usergroup, java.util.Set<PrincipalGroupModel> groups)
-
Uses of PrincipalGroupModel in de.hybris.platform.b2b.interceptor
Method parameters in de.hybris.platform.b2b.interceptor with type arguments of type PrincipalGroupModel Modifier and Type Method Description protected boolean
B2BCustomerModelValidateInterceptor. isB2BUnitInGroupList(java.util.Set<PrincipalGroupModel> groups, B2BUnitModel parentUnit)
-
Uses of PrincipalGroupModel in de.hybris.platform.b2b.model
Subclasses of PrincipalGroupModel in de.hybris.platform.b2b.model Modifier and Type Class Description class
B2BUnitModel
Generated model class for type B2BUnit first defined at extension b2bcommerce.class
B2BUserGroupModel
Generated model class for type B2BUserGroup first defined at extension b2bcommerce.Methods in de.hybris.platform.b2b.model that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.List<PrincipalGroupModel>
B2BCustomerModel. getCecGroups()
Generated method - Getter of theB2BCustomer.cecGroups
attribute defined at extensionagentdesktopdataexchangeb2b
.Method parameters in de.hybris.platform.b2b.model with type arguments of type PrincipalGroupModel Modifier and Type Method Description void
B2BCustomerModel. setCecGroups(java.util.List<PrincipalGroupModel> value)
Generated method - Setter ofB2BCustomer.cecGroups
attribute defined at extensionagentdesktopdataexchangeb2b
. -
Uses of PrincipalGroupModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return PrincipalGroupModel Modifier and Type Method Description PrincipalGroupModel
B2BItemService. findPrincipalGroupByCode(java.lang.String code)
Deprecated.Since 4.4.Methods in de.hybris.platform.b2b.services that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.List<PrincipalGroupModel>
B2BItemService. findAllRoleGroups()
Deprecated.Since 4.4.Methods in de.hybris.platform.b2b.services with parameters of type PrincipalGroupModel Modifier and Type Method Description void
B2BCustomerService. addMember(PrincipalModel member, PrincipalGroupModel group)
boolean
B2BApproverService. isMemberOf(PrincipalGroupModel principal, java.lang.String userGroupUid)
Deprecated.Since 4.4. -
Uses of PrincipalGroupModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return PrincipalGroupModel Modifier and Type Method Description PrincipalGroupModel
DefaultB2BItemService. findPrincipalGroupByCode(java.lang.String code)
Deprecated.Since 4.4.Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.List<PrincipalGroupModel>
DefaultB2BItemService. findAllRoleGroups()
Deprecated.Since 4.4.Methods in de.hybris.platform.b2b.services.impl with parameters of type PrincipalGroupModel Modifier and Type Method Description void
DefaultB2BCustomerService. addMember(PrincipalModel member, PrincipalGroupModel group)
boolean
DefaultB2BApproverService. isMemberOf(PrincipalGroupModel principal, java.lang.String userGroupUid)
Deprecated.Since 4.4. -
Uses of PrincipalGroupModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceB2BUserGroupServiceTest. createGroupSet(PrincipalGroupModel... userGroups)
protected java.util.Set<PrincipalGroupModel>
DefaultB2BGroupCycleValidator. getAllGroups(PrincipalModel principal)
Deprecated.protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceUserService. removeUsergroupFromGroups(java.lang.String usergroup, java.util.Set<PrincipalGroupModel> groups)
Deprecated.java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceB2BUserGroupService. updateUserGroups(java.util.Collection<java.lang.String> availableUserGroups, java.util.Collection<java.lang.String> selectedUserGroups, B2BCustomerModel customerModel)
Deprecated.Methods in de.hybris.platform.b2bacceleratorservices.company.impl with parameters of type PrincipalGroupModel Modifier and Type Method Description protected boolean
DefaultB2BGroupCycleValidator. checkGroups(PrincipalGroupModel principalGroup)
Deprecated.protected boolean
DefaultB2BGroupCycleValidator. checkMembers(PrincipalGroupModel principalGroup)
Deprecated.protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceB2BUserGroupServiceTest. createGroupSet(PrincipalGroupModel... userGroups)
boolean
DefaultB2BGroupCycleValidator. validateGroups(PrincipalGroupModel principalGroupModel, PrincipalGroupModel groupMember)
Deprecated.boolean
DefaultB2BGroupCycleValidator. validateMembers(PrincipalGroupModel principalGroupModel, PrincipalModel member)
Deprecated.Method parameters in de.hybris.platform.b2bacceleratorservices.company.impl with type arguments of type PrincipalGroupModel Modifier and Type Method Description protected void
DefaultB2BGroupCycleValidator. addGroups(java.util.Set<PrincipalGroupModel> allGroups, java.util.Set<PrincipalGroupModel> groups)
Deprecated.protected java.util.Set<PrincipalGroupModel>
DefaultB2BCommerceUserService. removeUsergroupFromGroups(java.lang.String usergroup, java.util.Set<PrincipalGroupModel> groups)
Deprecated. -
Uses of PrincipalGroupModel in de.hybris.platform.b2bdocumentsfilter
Methods in de.hybris.platform.b2bdocumentsfilter that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.Set<PrincipalGroupModel>
B2BDocumentsSecureMediaFilter. filterB2BUnits(java.util.Set<PrincipalGroupModel> principalGroupModels)
Method parameters in de.hybris.platform.b2bdocumentsfilter with type arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.Set<PrincipalGroupModel>
B2BDocumentsSecureMediaFilter. filterB2BUnits(java.util.Set<PrincipalGroupModel> principalGroupModels)
-
Uses of PrincipalGroupModel in de.hybris.platform.catalog.model
Subclasses of PrincipalGroupModel in de.hybris.platform.catalog.model Modifier and Type Class Description class
CompanyModel
Generated model class for type Company first defined at extension catalog. -
Uses of PrincipalGroupModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.List<PrincipalGroupModel>
CMSUserGroupRestrictionEvaluator. getSubgroups(java.util.Collection<PrincipalGroupModel> groups)
Method parameters in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with type arguments of type PrincipalGroupModel Modifier and Type Method Description protected java.util.List<PrincipalGroupModel>
CMSUserGroupRestrictionEvaluator. getSubgroups(java.util.Collection<PrincipalGroupModel> groups)
-
Uses of PrincipalGroupModel in de.hybris.platform.commerceservices.model
Subclasses of PrincipalGroupModel in de.hybris.platform.commerceservices.model Modifier and Type Class Description class
CustomerListModel
Generated model class for type CustomerList first defined at extension commerceservices.class
OrgUnitModel
Generated model class for type OrgUnit first defined at extension commerceservices.Methods in de.hybris.platform.commerceservices.model that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>
OrganizationRolesAttribute. get(EmployeeModel employeeModel)
-
Uses of PrincipalGroupModel in de.hybris.platform.commerceservices.model.user
Subclasses of PrincipalGroupModel in de.hybris.platform.commerceservices.model.user Modifier and Type Class Description class
StoreEmployeeGroupModel
Generated model class for type StoreEmployeeGroup first defined at extension commerceservices. -
Uses of PrincipalGroupModel in de.hybris.platform.commerceservices.organization.services
Methods in de.hybris.platform.commerceservices.organization.services that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>
OrgUnitService. getRolesForEmployee(EmployeeModel employee)
Get a list of user roles that the given employee belongs to -
Uses of PrincipalGroupModel in de.hybris.platform.commerceservices.organization.services.impl
Methods in de.hybris.platform.commerceservices.organization.services.impl that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>
DefaultOrgUnitService. getRolesForEmployee(EmployeeModel employee)
Method parameters in de.hybris.platform.commerceservices.organization.services.impl with type arguments of type PrincipalGroupModel Modifier and Type Method Description protected <T extends PrincipalModel>
voidDefaultOrgUnitService. addRemoveMembers(OrgUnitMemberParameter<T> parameter, java.util.function.BiConsumer<java.util.Set<PrincipalGroupModel>,OrgUnitModel> consumer)
protected boolean
DefaultOrgUnitServiceIntegrationTest. containsRoleUid(java.lang.String searchRoleUid, java.util.Set<PrincipalGroupModel> roleSet)
-
Uses of PrincipalGroupModel in de.hybris.platform.commerceservices.organization.utils
Method parameters in de.hybris.platform.commerceservices.organization.utils with type arguments of type PrincipalGroupModel Modifier and Type Method Description static boolean
OrgUtils. containsOrgAdminGroup(java.util.Collection<? extends PrincipalGroupModel> groups)
Checks whether the a collection of principal groups contains a group that has the organizational admin role assigned. -
Uses of PrincipalGroupModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>
PrincipalModel. getAllgroups()
Deprecated, for removal: This API element is subject to removal in a future version.since ages - use { @link #getAllGroups()} insteadjava.util.Set<PrincipalGroupModel>
PrincipalModel. getAllGroups()
Generated method - Getter of thePrincipal.allGroups
dynamic attribute defined at extensioncore
.java.util.Set<PrincipalGroupModel>
PrincipalModel. getGroups()
Generated method - Getter of thePrincipal.groups
attribute defined at extensioncore
.Method parameters in de.hybris.platform.core.model.security with type arguments of type PrincipalGroupModel Modifier and Type Method Description void
PrincipalModel. setGroups(java.util.Set<PrincipalGroupModel> value)
Generated method - Setter ofPrincipal.groups
attribute defined at extensioncore
. -
Uses of PrincipalGroupModel in de.hybris.platform.core.model.test
Subclasses of PrincipalGroupModel in de.hybris.platform.core.model.test Modifier and Type Class Description class
TestUserGroupModel
Generated model class for type TestUserGroup first defined at extension core. -
Uses of PrincipalGroupModel in de.hybris.platform.core.model.user
Subclasses of PrincipalGroupModel in de.hybris.platform.core.model.user Modifier and Type Class Description class
UserGroupModel
Generated model class for type UserGroup first defined at extension core.Methods in de.hybris.platform.core.model.user that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.Collection<PrincipalGroupModel>
EmployeeModel. getOrganizationRoles()
Generated method - Getter of theEmployee.organizationRoles
dynamic attribute defined at extensioncommerceservices
. -
Uses of PrincipalGroupModel in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl with parameters of type PrincipalGroupModel Modifier and Type Method Description CartTestContextBuilder
CartTestContextBuilder. withUserGroups(java.lang.String userId, PrincipalGroupModel... groups)
-
Uses of PrincipalGroupModel in de.hybris.platform.servicelayer.security.dynamic
Methods in de.hybris.platform.servicelayer.security.dynamic that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>
PrincipalAllGroupsAttributeHandler. get(PrincipalModel model)
Methods in de.hybris.platform.servicelayer.security.dynamic with parameters of type PrincipalGroupModel Modifier and Type Method Description java.lang.String
PrincipalGroupDisplayNameLocalizedAttributeHandler. get(PrincipalGroupModel model)
java.lang.String
PrincipalGroupDisplayNameLocalizedAttributeHandler. get(PrincipalGroupModel model, java.util.Locale loc)
void
PrincipalGroupDisplayNameLocalizedAttributeHandler. set(PrincipalGroupModel model, java.lang.String value)
void
PrincipalGroupDisplayNameLocalizedAttributeHandler. set(PrincipalGroupModel model, java.lang.String value, java.util.Locale loc)
Method parameters in de.hybris.platform.servicelayer.security.dynamic with type arguments of type PrincipalGroupModel Modifier and Type Method Description void
PrincipalAllGroupsAttributeHandler. set(PrincipalModel model, java.util.Set<PrincipalGroupModel> principalGroupModels)
-
Uses of PrincipalGroupModel in de.hybris.platform.ticket.model
Subclasses of PrincipalGroupModel in de.hybris.platform.ticket.model Modifier and Type Class Description class
CsAgentGroupModel
Generated model class for type CsAgentGroup first defined at extension ticketsystem. -
Uses of PrincipalGroupModel in de.hybris.platform.ticketsystem.events
Methods in de.hybris.platform.ticketsystem.events that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.List<PrincipalGroupModel>
SessionEvent. getAgentGroups()
Method parameters in de.hybris.platform.ticketsystem.events with type arguments of type PrincipalGroupModel Modifier and Type Method Description void
SessionEvent. setAgentGroups(java.util.List<PrincipalGroupModel> agentGroups)
-
Uses of PrincipalGroupModel in de.hybris.platform.ticketsystem.events.model
Methods in de.hybris.platform.ticketsystem.events.model that return types with arguments of type PrincipalGroupModel Modifier and Type Method Description java.util.List<PrincipalGroupModel>
SessionEventModel. getGroups()
Generated method - Getter of theSessionEvent.groups
attribute defined at extensionticketsystem
.Method parameters in de.hybris.platform.ticketsystem.events.model with type arguments of type PrincipalGroupModel Modifier and Type Method Description void
SessionEventModel. setGroups(java.util.List<PrincipalGroupModel> value)
Generated method - Setter ofSessionEvent.groups
attribute defined at extensionticketsystem
. -
Uses of PrincipalGroupModel in de.hybris.platform.warehousing.taskassignment.strategy.impl
Methods in de.hybris.platform.warehousing.taskassignment.strategy.impl with parameters of type PrincipalGroupModel Modifier and Type Method Description protected java.util.Set<PrincipalModel>
UserWithLowestLoadSelectionStrategy. getPosEmployees(WorkflowModel workflow, PrincipalGroupModel principalGroup)
Finds the employees linked to the warehouse which the workflow attached consignment is allocated to.
-