public interface CustomerListSearchService
| Modifier and Type | Method and Description |
|---|---|
<T extends CustomerModel> |
getPagedCustomers(java.lang.String customerListUid,
java.lang.String employeeUid,
PageableData pageableData,
java.util.Map<java.lang.String,java.lang.Object> parameterMap)
Get paginated customers for specific customer list
|
<T extends CustomerModel> SearchPageData<T> getPagedCustomers(java.lang.String customerListUid, java.lang.String employeeUid, PageableData pageableData, java.util.Map<java.lang.String,java.lang.Object> parameterMap)
customerListUid - customer list UIDemployeeUid - employee IDpageableData - paging informationparameterMap - extra parameters to be providedCopyright © 2018 SAP SE. All Rights Reserved.