public interface CustomerListFacade
| Modifier and Type | Method and Description |
|---|---|
CustomerListData |
getCustomerListForUid(java.lang.String customerListUid,
java.lang.String employeeUid)
Gets the customer list for uid.
|
java.util.List<UserGroupData> |
getCustomerListsForEmployee(java.lang.String employeeUid)
Gets list of user group data which contains what customer list an employee can interact with
|
<T extends CustomerData> |
getPagedCustomersForCustomerListUID(java.lang.String customerListUid,
java.lang.String employeeUid,
PageableData pageableData,
java.util.Map<java.lang.String,java.lang.Object> parameterMap)
get list of customers based on specific customer list type
|
java.util.List<UserGroupData> getCustomerListsForEmployee(java.lang.String employeeUid)
employeeUid - the employee Uid to fetch available lists for<T extends CustomerData> SearchPageData<T> getPagedCustomersForCustomerListUID(java.lang.String customerListUid, java.lang.String employeeUid, PageableData pageableData, java.util.Map<java.lang.String,java.lang.Object> parameterMap)
customerListUid - the list the employee is interested inemployeeUid - employee IdpageableData - pageable data for pagination purposeparameterMap - extra parameters supplied for the actualCustomerListData getCustomerListForUid(java.lang.String customerListUid, java.lang.String employeeUid)
customerListUid - the list the employee is interested inemployeeUid - employee IdCopyright © 2018 SAP SE. All Rights Reserved.