Class WebshopMailServiceImpl
java.lang.Object
ch.tocco.nice2.optional.webshop.impl.mail.WebshopMailServiceImpl
- All Implemented Interfaces:
- WebshopMailService
- 
Constructor SummaryConstructorsConstructorDescriptionWebshopMailServiceImpl(MailFactory mailFactory, EmailTemplateLoadService emailTemplateLoadService, CommandExecutor commandExecutor, SecurityManager securityManager, BusinessUnitManager businessUnitManager) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsendOrderConfirmationMail(PrimaryKey orderPrimaryKey, String businessUnitId) Send confirmation mail to user after order submit.
- 
Constructor Details- 
WebshopMailServiceImplpublic WebshopMailServiceImpl(MailFactory mailFactory, EmailTemplateLoadService emailTemplateLoadService, CommandExecutor commandExecutor, SecurityManager securityManager, BusinessUnitManager businessUnitManager) 
 
- 
- 
Method Details- 
sendOrderConfirmationMailDescription copied from interface:WebshopMailServiceSend confirmation mail to user after order submit.- Specified by:
- sendOrderConfirmationMailin interface- WebshopMailService
- Parameters:
- orderPrimaryKey- The primary key of the created order.
- businessUnitId- The id of the business unit.
 
 
-