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