Interface OrgUnitQuoteService

    • Method Detail

      • getQuotesForEmployee

        SearchPageData<QuoteModel> getQuotesForEmployee​(EmployeeModel employee,
                                                        PageableData pageableData)
        Returns all QuoteModel instances associated with at least one of the given employee's units.
        Parameters:
        employee - an employee who is a member of an organizational unit
        pageableData - paging information
        Returns:
        SearchPageData containing the paged search result