public interface CustomerListService
| Modifier and Type | Method and Description |
|---|---|
CustomerListModel |
getCustomerListForEmployee(java.lang.String customerListUid,
java.lang.String employeeUid)
retrieves a specific customer list model based on its ID
|
java.util.List<CustomerListModel> |
getCustomerListsForEmployee(java.lang.String employeeUid)
Gets list of customer lists available for specific employee
|
java.util.List<CustomerListModel> getCustomerListsForEmployee(java.lang.String employeeUid)
employeeUid - the employee to get the list forCustomerListModel getCustomerListForEmployee(java.lang.String customerListUid, java.lang.String employeeUid)
customerListUid - the Id of the customer list model to retrieve its dataemployeeUid - the employee UId for which this customer list belongs toCopyright © 2018 SAP SE. All Rights Reserved.