Interface OrgUnitQuoteService
- All Known Implementing Classes:
DefaultOrgUnitQuoteService
public interface OrgUnitQuoteService
Interface for
QuoteModel operations related to organizations.-
Method Summary
Modifier and TypeMethodDescriptiongetQuotesForEmployee(EmployeeModel employee, PageableData pageableData) Returns allQuoteModelinstances associated with at least one of the given employee's units.
-
Method Details
-
getQuotesForEmployee
Returns allQuoteModelinstances associated with at least one of the given employee's units.- Parameters:
employee- an employee who is a member of an organizational unitpageableData- paging information- Returns:
SearchPageDatacontaining the paged search result
-