Interface CosSourcingService
- All Superinterfaces:
OaaRestService,SourcingService
- All Known Implementing Classes:
DefaultCosSourcingService
Soucing service provider for COS
-
Method Summary
Modifier and TypeMethodDescriptioncallCosRestService(AbstractOrderModel orderModel) Calls the COS rest service for fetching sourcing results based on theAbstractOrderModelMethods inherited from interface com.sap.retail.oaa.commerce.services.rest.OaaRestService
setBackendDown, setRestServiceConfigurationMethods inherited from interface com.sap.retail.oaa.commerce.services.sourcing.SourcingService
callRestService, callRestServiceAndPersistResult
-
Method Details
-
callCosRestService
Calls the COS rest service for fetching sourcing results based on theAbstractOrderModel- Parameters:
orderModel- The orderModel for which COS rest call is to be made- Returns:
SourcingResponse
-