| Modifier and Type | Method and Description |
|---|---|
protected Converter<CustomerListModel,CustomerListData> |
DefaultCustomerListFacade.getCustomerListConverter() |
protected Converter<CustomerListModel,UserGroupData> |
DefaultCustomerListFacade.getUserGroupConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCustomerListFacade.setCustomerListConverter(Converter<CustomerListModel,CustomerListData> customerListConverter) |
void |
DefaultCustomerListFacade.setUserGroupConverter(Converter<CustomerListModel,UserGroupData> userGroupConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerListPopulator.populate(CustomerListModel source,
CustomerListData target) |
| Modifier and Type | Method and Description |
|---|---|
CustomerListModel |
CustomerListService.getCustomerListForEmployee(java.lang.String customerListUid,
java.lang.String employeeUid)
retrieves a specific customer list model based on its ID
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomerListModel> |
CustomerListService.getCustomerListsForEmployee(java.lang.String employeeUid)
Gets list of customer lists available for specific employee
|
| Modifier and Type | Method and Description |
|---|---|
CustomerListModel |
DefaultCustomerListService.getCustomerListForEmployee(java.lang.String customerListUid,
java.lang.String employeeUid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomerListModel> |
DefaultCustomerListService.getCustomerListsForEmployee(java.lang.String employeeUid) |
| Modifier and Type | Method and Description |
|---|---|
CustomerListModel |
CustomerListResource.getCustomerListModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CustomerListModel |
CustomerListResource.readResource(java.lang.String resourceId)
Gets the
CustomerListModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CustomerListModel> |
CustomerListsResource.getCustomerListsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerListResource.setCustomerListModel(CustomerListModel value)
Convenience method which just delegates to
#setResourceValue(CustomerListModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerListsResource.setCustomerListsCollection(java.util.Collection<CustomerListModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.