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 classBackofficeRoleModelGenerated 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 booleanB2BGroupCycleValidator. validateGroups(PrincipalGroupModel principalGroupModel, PrincipalGroupModel groupMember)Validate the groups given a group and group memberbooleanB2BGroupCycleValidator. 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 booleanDefaultB2BGroupCycleValidator. checkGroups(PrincipalGroupModel principalGroup)protected booleanDefaultB2BGroupCycleValidator. checkMembers(PrincipalGroupModel principalGroup)protected java.util.Set<PrincipalGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest. createGroupSet(PrincipalGroupModel... userGroups)booleanDefaultB2BGroupCycleValidator. validateGroups(PrincipalGroupModel principalGroupModel, PrincipalGroupModel groupMember)booleanDefaultB2BGroupCycleValidator. 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 voidDefaultB2BGroupCycleValidator. 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 booleanB2BCustomerModelValidateInterceptor. 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 classB2BUnitModelGenerated model class for type B2BUnit first defined at extension b2bcommerce.classB2BUserGroupModelGenerated 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.cecGroupsattribute defined at extensionagentdesktopdataexchangeb2b.Method parameters in de.hybris.platform.b2b.model with type arguments of type PrincipalGroupModel Modifier and Type Method Description voidB2BCustomerModel. setCecGroups(java.util.List<PrincipalGroupModel> value)Generated method - Setter ofB2BCustomer.cecGroupsattribute 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 PrincipalGroupModelB2BItemService. 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 voidB2BCustomerService. addMember(PrincipalModel member, PrincipalGroupModel group)booleanB2BApproverService. 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 PrincipalGroupModelDefaultB2BItemService. 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 voidDefaultB2BCustomerService. addMember(PrincipalModel member, PrincipalGroupModel group)booleanDefaultB2BApproverService. 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 booleanDefaultB2BGroupCycleValidator. checkGroups(PrincipalGroupModel principalGroup)Deprecated.protected booleanDefaultB2BGroupCycleValidator. checkMembers(PrincipalGroupModel principalGroup)Deprecated.protected java.util.Set<PrincipalGroupModel>DefaultB2BCommerceB2BUserGroupServiceTest. createGroupSet(PrincipalGroupModel... userGroups)booleanDefaultB2BGroupCycleValidator. validateGroups(PrincipalGroupModel principalGroupModel, PrincipalGroupModel groupMember)Deprecated.booleanDefaultB2BGroupCycleValidator. 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 voidDefaultB2BGroupCycleValidator. 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 classCompanyModelGenerated 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 classCustomerListModelGenerated model class for type CustomerList first defined at extension commerceservices.classOrgUnitModelGenerated 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 classStoreEmployeeGroupModelGenerated 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 booleanDefaultOrgUnitServiceIntegrationTest. 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 booleanOrgUtils. 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.allGroupsdynamic attribute defined at extensioncore.java.util.Set<PrincipalGroupModel>PrincipalModel. getGroups()Generated method - Getter of thePrincipal.groupsattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.security with type arguments of type PrincipalGroupModel Modifier and Type Method Description voidPrincipalModel. setGroups(java.util.Set<PrincipalGroupModel> value)Generated method - Setter ofPrincipal.groupsattribute 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 classTestUserGroupModelGenerated 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 classUserGroupModelGenerated 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.organizationRolesdynamic 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 CartTestContextBuilderCartTestContextBuilder. 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.StringPrincipalGroupDisplayNameLocalizedAttributeHandler. get(PrincipalGroupModel model)java.lang.StringPrincipalGroupDisplayNameLocalizedAttributeHandler. get(PrincipalGroupModel model, java.util.Locale loc)voidPrincipalGroupDisplayNameLocalizedAttributeHandler. set(PrincipalGroupModel model, java.lang.String value)voidPrincipalGroupDisplayNameLocalizedAttributeHandler. 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 voidPrincipalAllGroupsAttributeHandler. 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 classCsAgentGroupModelGenerated 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 voidSessionEvent. 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.groupsattribute defined at extensionticketsystem.Method parameters in de.hybris.platform.ticketsystem.events.model with type arguments of type PrincipalGroupModel Modifier and Type Method Description voidSessionEventModel. setGroups(java.util.List<PrincipalGroupModel> value)Generated method - Setter ofSessionEvent.groupsattribute 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.
-