Interface SourcingResultHandler
- All Known Implementing Classes:
DefaultSourcingResultHandler
public interface SourcingResultHandler
Sourcing Result Handler
-
Method Summary
Modifier and TypeMethodDescriptionvoidpersistSourcingResultInCart(SourcingResponse sourcing, AbstractOrderModel cart, RestServiceConfiguration restServiceConfig) Adds sourcing result to cart and checks if the sourcing was successful
-
Method Details
-
persistSourcingResultInCart
void persistSourcingResultInCart(SourcingResponse sourcing, AbstractOrderModel cart, RestServiceConfiguration restServiceConfig) Adds sourcing result to cart and checks if the sourcing was successful- Parameters:
sourcing- sourcing resultcart- hybris shopping cartrestServiceConfig- REST service configuration- Throws:
SourcingException
-