Interface CustomerListSearchStrategy

    • 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)
        Gets customer data list based on specific implementation
        Parameters:
        customerListUid - customer list Uid to fetch
        employeeUid - the employee Uid
        pageableData - paging information to return the data in a paginated fashion
        parameterMap - extra parameters supplied for this call
        Returns:
        list of customer data