public interface OrgUnitQuoteService
QuoteModel operations related to organizations.| Modifier and Type | Method and Description |
|---|---|
SearchPageData<QuoteModel> |
getQuotesForEmployee(EmployeeModel employee,
PageableData pageableData)
Returns all
QuoteModel instances associated with at least one of the given employee's units. |
SearchPageData<QuoteModel> getQuotesForEmployee(EmployeeModel employee, PageableData pageableData)
QuoteModel instances associated with at least one of the given employee's units.employee - an employee who is a member of an organizational unitpageableData - paging informationSearchPageData containing the paged search resultCopyright © 2018 SAP SE. All Rights Reserved.