public class DefaultCustomerListService extends java.lang.Object implements CustomerListService
| Constructor and Description |
|---|
DefaultCustomerListService() |
| 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
|
protected UserService |
getUserService() |
void |
setUserService(UserService userService) |
public java.util.List<CustomerListModel> getCustomerListsForEmployee(java.lang.String employeeUid)
CustomerListServicegetCustomerListsForEmployee in interface CustomerListServiceemployeeUid - the employee to get the list forpublic CustomerListModel getCustomerListForEmployee(java.lang.String customerListUid, java.lang.String employeeUid)
CustomerListServicegetCustomerListForEmployee in interface CustomerListServicecustomerListUid - the Id of the customer list model to retrieve its dataemployeeUid - the employee UId for which this customer list belongs toprotected UserService getUserService()
public void setUserService(UserService userService)
Copyright © 2018 SAP SE. All Rights Reserved.