| Package | Description |
|---|---|
| com.hybris.backoffice.model.user |
Contains generated models for each type of com.hybris.backoffice.jalo.user package.
|
| de.hybris.platform.b2b.company | |
| de.hybris.platform.b2b.company.impl | |
| de.hybris.platform.b2b.interceptor | |
| de.hybris.platform.b2b.model |
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
|
| de.hybris.platform.b2b.services | |
| de.hybris.platform.b2b.services.impl | |
| de.hybris.platform.btg.condition.operand.types | |
| de.hybris.platform.btg.model |
Contains generated models for each type of de.hybris.platform.btg.jalo package.
|
| de.hybris.platform.btgcockpit.service.label | |
| de.hybris.platform.catalog.model |
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
|
| de.hybris.platform.cms2.servicelayer.services.evaluator.impl | |
| de.hybris.platform.cms2.servicelayer.services.impl | |
| de.hybris.platform.commerceservices.model |
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
|
| de.hybris.platform.commerceservices.model.user |
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.user package.
|
| de.hybris.platform.core.model.security |
Contains generated models for each type of de.hybris.platform.jalo.security package.
|
| de.hybris.platform.core.model.test |
Contains generated models for each type of de.hybris.platform.jalo.test package.
|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| de.hybris.platform.core.resource.security | |
| de.hybris.platform.ruleengineservices.ruleengine.impl | |
| de.hybris.platform.servicelayer.security.dynamic | |
| de.hybris.platform.ticket.model |
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
|
| de.hybris.platform.ticketsystem.events | |
| de.hybris.platform.ticketsystem.events.model |
Contains generated models for each type of de.hybris.platform.ticketsystem.events.jalo package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackofficeRoleModel
Generated model class for type BackofficeRole first defined at extension backoffice.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PrincipalGroupModel> |
B2BCommerceB2BUserGroupService.updateUserGroups(Collection<String> userGroups,
Collection<String> roles,
B2BCustomerModel customerModel)
Gets updated collection of user groups
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
B2BGroupCycleValidator.validateGroups(PrincipalGroupModel principalGroupModel,
PrincipalGroupModel groupMember)
Validate the groups given a group and group member
|
boolean |
B2BGroupCycleValidator.validateMembers(PrincipalGroupModel principalGroupModel,
PrincipalModel member)
Validate the members given a group and group member
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<PrincipalGroupModel> |
DefaultB2BCommerceB2BUserGroupServiceTest.createGroupSet(PrincipalGroupModel... userGroups) |
protected Set<PrincipalGroupModel> |
DefaultB2BGroupCycleValidator.getAllGroups(PrincipalModel principal) |
protected Set<PrincipalGroupModel> |
DefaultB2BCommerceUserService.removeUsergroupFromGroups(String usergroup,
Set<PrincipalGroupModel> groups) |
Set<PrincipalGroupModel> |
DefaultB2BCommerceB2BUserGroupService.updateUserGroups(Collection<String> availableUserGroups,
Collection<String> selectedUserGroups,
B2BCustomerModel customerModel) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultB2BGroupCycleValidator.checkGroups(PrincipalGroupModel principalGroup) |
protected boolean |
DefaultB2BGroupCycleValidator.checkMembers(PrincipalGroupModel principalGroup) |
protected Set<PrincipalGroupModel> |
DefaultB2BCommerceB2BUserGroupServiceTest.createGroupSet(PrincipalGroupModel... userGroups) |
boolean |
DefaultB2BGroupCycleValidator.validateGroups(PrincipalGroupModel principalGroupModel,
PrincipalGroupModel groupMember) |
boolean |
DefaultB2BGroupCycleValidator.validateMembers(PrincipalGroupModel principalGroupModel,
PrincipalModel member) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultB2BGroupCycleValidator.addGroups(Set<PrincipalGroupModel> allGroups,
Set<PrincipalGroupModel> groups) |
protected void |
DefaultB2BGroupCycleValidator.addGroups(Set<PrincipalGroupModel> allGroups,
Set<PrincipalGroupModel> groups) |
protected Set<PrincipalGroupModel> |
DefaultB2BCommerceUserService.removeUsergroupFromGroups(String usergroup,
Set<PrincipalGroupModel> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
B2BCustomerModelValidateInterceptor.isB2BUnitInGroupList(Set<PrincipalGroupModel> groups,
B2BUnitModel parentUnit) |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalGroupModel |
B2BItemService.findPrincipalGroupByCode(String code)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalGroupModel> |
B2BItemService.findAllRoleGroups()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCustomerService.addMember(PrincipalModel member,
PrincipalGroupModel group) |
boolean |
B2BApproverService.isMemberOf(PrincipalGroupModel principal,
String userGroupUid)
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalGroupModel |
DefaultB2BItemService.findPrincipalGroupByCode(String code)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalGroupModel> |
DefaultB2BItemService.findAllRoleGroups()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BCustomerService.addMember(PrincipalModel member,
PrincipalGroupModel group) |
boolean |
DefaultB2BApproverService.isMemberOf(PrincipalGroupModel principal,
String userGroupUid)
Deprecated.
|
| Constructor and Description |
|---|
PrincipalGroupSet(Collection<? extends PrincipalGroupModel> col) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalGroupModel> |
BTGReferencePrincipalGroupsOperandModel.getGroups()
Generated method - Getter of the
BTGReferencePrincipalGroupsOperand.groups attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGReferencePrincipalGroupsOperandModel.setGroups(Collection<PrincipalGroupModel> value)
Generated method - Setter of
BTGReferencePrincipalGroupsOperand.groups attribute defined at extension btg. |
| Constructor and Description |
|---|
BTGReferencePrincipalGroupsOperandModel(CatalogVersionModel _catalogVersion,
Collection<PrincipalGroupModel> _groups,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGReferencePrincipalGroupsOperandModel(CatalogVersionModel _catalogVersion,
Collection<PrincipalGroupModel> _groups,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PrincipalGroupModel> |
BTGReferencePrincipalGroupsOperandLabelProvider.getItemObjectCollection(BTGReferencePrincipalGroupsOperandModel item) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BTGReferencePrincipalGroupsOperandLabelProvider.getItemObjectName(PrincipalGroupModel itemObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompanyModel
Generated model class for type Company first defined at extension catalog.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PrincipalGroupModel> |
CMSUserGroupRestrictionEvaluator.getSubgroups(Collection<PrincipalGroupModel> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PrincipalGroupModel> |
CMSUserGroupRestrictionEvaluator.getSubgroups(Collection<PrincipalGroupModel> groups) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PrincipalGroupModel> |
DefaultCMSRestrictionService.getSubgroups(Collection<PrincipalGroupModel> groups)
Deprecated.
Method will be removed soon.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PrincipalGroupModel> |
DefaultCMSRestrictionService.getSubgroups(Collection<PrincipalGroupModel> groups)
Deprecated.
Method will be removed soon.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StoreEmployeeGroupModel
Generated model class for type StoreEmployeeGroup first defined at extension commerceservices.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PrincipalGroupModel> |
PrincipalModel.getAllgroups()
Deprecated.
use
PrincipalModel.getAllGroups() instead |
Set<PrincipalGroupModel> |
PrincipalModel.getAllGroups()
Generated method - Getter of the
Principal.allGroups dynamic attribute defined at extension core. |
Set<PrincipalGroupModel> |
PrincipalModel.getGroups()
Generated method - Getter of the
Principal.groups attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setGroups(Set<PrincipalGroupModel> value)
Generated method - Setter of
Principal.groups attribute defined at extension core. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestUserGroupModel
Generated model class for type TestUserGroup first defined at extension core.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserGroupModel
Generated model class for type UserGroup first defined at extension core.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalGroupModel> |
EmployeeModel.getOrganizationRoles()
Generated method - Getter of the
Employee.organizationRoles dynamic attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
PrincipalGroupModel |
PrincipalGroupResource.getPrincipalGroupModel()
Convenience method which just delegates to
#getResourceValue() |
protected PrincipalGroupModel |
PrincipalGroupResource.readResource(String resourceId)
Gets the
PrincipalGroupModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PrincipalGroupModel> |
PrincipalGroupsResource.getPrincipalGroupsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalGroupResource.setPrincipalGroupModel(PrincipalGroupModel value)
Convenience method which just delegates to
#setResourceValue(PrincipalGroupModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalGroupsResource.setPrincipalGroupsCollection(Collection<PrincipalGroupModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CartTestContextBuilder |
CartTestContextBuilder.withUserGroups(String userId,
PrincipalGroupModel... groups) |
| Modifier and Type | Method and Description |
|---|---|
Set<PrincipalGroupModel> |
PrincipalAllGroupsAttributeHandler.get(PrincipalModel model) |
| Modifier and Type | Method and Description |
|---|---|
String |
PrincipalGroupDisplayNameLocalizedAttributeHandler.get(PrincipalGroupModel model) |
String |
PrincipalGroupDisplayNameLocalizedAttributeHandler.get(PrincipalGroupModel model,
Locale loc) |
void |
PrincipalGroupDisplayNameLocalizedAttributeHandler.set(PrincipalGroupModel model,
String value) |
void |
PrincipalGroupDisplayNameLocalizedAttributeHandler.set(PrincipalGroupModel model,
String value,
Locale loc) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalAllGroupsAttributeHandler.set(PrincipalModel model,
Set<PrincipalGroupModel> principalGroupModels) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsAgentGroupModel
Generated model class for type CsAgentGroup first defined at extension ticketsystem.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalGroupModel> |
SessionEvent.getAgentGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEvent.setAgentGroups(List<PrincipalGroupModel> agentGroups) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalGroupModel> |
SessionEventModel.getGroups()
Generated method - Getter of the
SessionEvent.groups attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEventModel.setGroups(List<PrincipalGroupModel> value)
Generated method - Setter of
SessionEvent.groups attribute defined at extension ticketsystem. |
Copyright © 2017 SAP SE. All Rights Reserved.