Interface CustomerListSearchService

  • All Known Implementing Classes:
    DefaultCustomerListSearchService

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

      • getPagedCustomers

        <T extends CustomerModelSearchPageData<T> 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
        Parameters:
        customerListUid - customer list UID
        employeeUid - employee ID
        pageableData - paging information
        parameterMap - extra parameters to be provided
        Returns:
        customer model search page data