Interface OrgUnitQuoteService
-
- All Known Implementing Classes:
DefaultOrgUnitQuoteService
public interface OrgUnitQuoteServiceInterface forQuoteModeloperations related to organizations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchPageData<QuoteModel>getQuotesForEmployee(EmployeeModel employee, PageableData pageableData)Returns allQuoteModelinstances associated with at least one of the given employee's units.
-
-
-
Method Detail
-
getQuotesForEmployee
SearchPageData<QuoteModel> getQuotesForEmployee(EmployeeModel employee, PageableData pageableData)
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
-
-