Class DefaultOrgUnitQuoteService
java.lang.Object
de.hybris.platform.commerceservices.organization.services.impl.DefaultOrgUnitQuoteService
- All Implemented Interfaces:
OrgUnitQuoteService
Default implementation of the
OrgUnitQuoteService interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OrgUnitAuthorizationStrategyprotected OrgUnitDao<OrgUnitModel>getQuotesForEmployee(EmployeeModel employee, PageableData pageableData) Returns allQuoteModelinstances associated with at least one of the given employee's units.protected QuoteStateSelectionStrategyvoidsetOrgUnitAuthorizationStrategy(OrgUnitAuthorizationStrategy orgUnitAuthorizationStrategy) voidsetOrgUnitDao(OrgUnitDao<OrgUnitModel> orgUnitDao) voidsetQuoteStateSelectionStrategy(QuoteStateSelectionStrategy quoteStateSelectionStrategy)
-
Constructor Details
-
DefaultOrgUnitQuoteService
public DefaultOrgUnitQuoteService()
-
-
Method Details
-
getQuotesForEmployee
public SearchPageData<QuoteModel> getQuotesForEmployee(EmployeeModel employee, PageableData pageableData) Description copied from interface:OrgUnitQuoteServiceReturns allQuoteModelinstances associated with at least one of the given employee's units.- Specified by:
getQuotesForEmployeein interfaceOrgUnitQuoteService- Parameters:
employee- an employee who is a member of an organizational unitpageableData- paging information- Returns:
SearchPageDatacontaining the paged search result
-
getOrgUnitDao
-
setOrgUnitDao
-
getQuoteStateSelectionStrategy
-
setQuoteStateSelectionStrategy
-
getOrgUnitAuthorizationStrategy
-
setOrgUnitAuthorizationStrategy
public void setOrgUnitAuthorizationStrategy(OrgUnitAuthorizationStrategy orgUnitAuthorizationStrategy)
-