Interface WebshopFlowService
- All Known Implementing Classes:
 WebshopFlowServiceImpl
Deprecated.
DWR service for webshop flow.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsendConfirmationMailAndFinalizeOrder(String orderKey, Map<String, String> params) Deprecated.Send confirmation mail to the user.submit(WebshopData webshopData, Map<String, String> params) Deprecated.Submit an order. 
- 
Method Details
- 
submit
WebshopResponse submit(WebshopData webshopData, Map<String, String> params) throws InterruptedExceptionDeprecated.Submit an order.- Parameters:
 webshopData- The data to create the order for.params- Additional params (e.g. the business unit).- Throws:
 InterruptedException
 - 
sendConfirmationMailAndFinalizeOrder
Deprecated.Send confirmation mail to the user.- Parameters:
 orderKey- The primary key of the created order.params- Additional params (e.g. the business unit).
 
 -