Interface OrgUnitQuoteService

All Known Implementing Classes:
DefaultOrgUnitQuoteService

public interface OrgUnitQuoteService
Interface for QuoteModel operations related to organizations.
  • Method Details

    • 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