Interface CustomerListSearchService

All Known Implementing Classes:
DefaultCustomerListSearchService

public interface CustomerListSearchService
Customer List Service Search interface holding service layer methods for dealing with Customers
  • Method Details

    • getPagedCustomers

      <T extends CustomerModel> SearchPageData<T> getPagedCustomers(String customerListUid, String employeeUid, PageableData pageableData, Map<String,Object> parameterMap)
      Get paginated customers for specific customer list
      Parameters:
      customerListUid - customer list UID
      employeeUid - employee ID
      pageableData - paging information
      parameterMap - extra parameters to be provided
      Returns:
      customer model search page data