Class DefaultSapQuoteService
java.lang.Object
com.sap.hybris.sapquoteintegration.service.impl.DefaultSapQuoteService
- All Implemented Interfaces:
SapQuoteService
Default implementation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCurrentQuoteForExternalQuoteId(String externalQuoteId) Method to get current quote version for externalQuoteIdde.hybris.platform.servicelayer.search.FlexibleSearchServicevoidsetFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-
Field Details
-
QUOTES_QUERY
- See Also:
-
WHERE_CODE_CLAUSE
- See Also:
-
ORDER_BY_VERSION_DESC
- See Also:
-
-
Constructor Details
-
DefaultSapQuoteService
public DefaultSapQuoteService()
-
-
Method Details
-
getCurrentQuoteForExternalQuoteId
Description copied from interface:SapQuoteServiceMethod to get current quote version for externalQuoteId- Specified by:
getCurrentQuoteForExternalQuoteIdin interfaceSapQuoteService- Parameters:
externalQuoteId- parameter- Returns:
- QuoteModel
-
getFlexibleSearchService
public de.hybris.platform.servicelayer.search.FlexibleSearchService getFlexibleSearchService() -
setFlexibleSearchService
public void setFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-