| Modifier and Type | Method and Description |
|---|---|
UserGroupListWsDTO |
CustomerListsHelper.getCustomerListDto(java.util.List<UserGroupData> customerLists) |
| Modifier and Type | Method and Description |
|---|---|
UserGroupData |
DefaultB2BCommerceB2BUserGroupFacade.getUserGroupDataForUid(java.lang.String uid)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UserGroupData |
B2BUserGroupFacade.getUserGroupDataForUid(java.lang.String userGroupUid)
Get the user group data for the given uid.
|
| Modifier and Type | Class and Description |
|---|---|
class |
B2BUnitData |
class |
B2BUserGroupData |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<UserGroupData> |
B2BUnitData.getAccountManagerGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BUnitData.setAccountManagerGroups(java.util.Collection<UserGroupData> accountManagerGroups) |
| Modifier and Type | Method and Description |
|---|---|
UserGroupData |
DefaultB2BUserGroupFacade.getUserGroupDataForUid(java.lang.String userGroupUid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserGroupData> |
CustomerListFacade.getCustomerListsForEmployee(java.lang.String employeeUid)
Gets list of user group data which contains what customer list an employee can interact with
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserGroupData> |
DefaultCustomerListFacade.getCustomerListsForEmployee(java.lang.String employeeUid) |
protected Converter<CustomerListModel,UserGroupData> |
DefaultCustomerListFacade.getUserGroupConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCustomerListFacade.setUserGroupConverter(Converter<CustomerListModel,UserGroupData> userGroupConverter) |
| Modifier and Type | Method and Description |
|---|---|
UserGroupData |
CustomerGroupFacade.getCustomerGroup(java.lang.String uid,
java.util.Set<UserGroupOption> options)
Returns customer group (a sub-group of 'cutomergroup') by uid.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserGroupData> |
CustomerGroupFacade.getCustomerGroupsForCurrentUser()
Returns all customers groups for the current user.
|
java.util.List<UserGroupData> |
CustomerGroupFacade.getCustomerGroupsForUser(java.lang.String uid)
Gets a user's customer groups
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupPopulator.populate(UserGroupModel source,
UserGroupData target) |
void |
CustomerGroupMembersPopulator.populate(UserGroupModel source,
UserGroupData target,
java.util.Collection<UserGroupOption> options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerGroupMembersPopulator.setUserGroupConverter(Converter<UserGroupModel,UserGroupData> userGroupConverter) |
| Modifier and Type | Method and Description |
|---|---|
UserGroupData |
DefaultCustomerGroupFacade.getCustomerGroup(java.lang.String customerGroupId,
java.util.Set<UserGroupOption> options) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption> |
DefaultCustomerGroupFacade.getCustomerGroupMembersPopulator() |
java.util.List<UserGroupData> |
DefaultCustomerGroupFacade.getCustomerGroupsForCurrentUser() |
java.util.List<UserGroupData> |
DefaultCustomerGroupFacade.getCustomerGroupsForUser(java.lang.String uid) |
protected Converter<UserGroupModel,UserGroupData> |
DefaultCustomerGroupFacade.getUserGroupConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultCustomerGroupFacade.UserGroupDataComparator.compare(UserGroupData object1,
UserGroupData object2) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCustomerGroupFacade.setCustomerGroupMembersPopulator(ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption> customerGroupMembersPopulator) |
void |
DefaultCustomerGroupFacade.setUserGroupConverter(Converter<UserGroupModel,UserGroupData> userGroupConverter) |
protected UserGroupDataList |
DefaultCustomerGroupFacade.sortAndGetSubListDependsOnPageOption(java.util.List<UserGroupData> input,
PageOption pageOption) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompanyData |
class |
CustomerListData |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends UserGroupData> |
UserGroupData.getSubGroups() |
java.util.List<UserGroupData> |
UserGroupDataList.getUserGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupData.setSubGroups(java.util.List<? extends UserGroupData> subGroups) |
void |
UserGroupDataList.setUserGroups(java.util.List<UserGroupData> userGroups) |
| Modifier and Type | Method and Description |
|---|---|
UserGroupData |
CustomerGroupsController.getCustomerGroup(java.lang.String uid,
java.lang.String options) |
Copyright © 2018 SAP SE. All Rights Reserved.