Class WebshopMailServiceImpl
java.lang.Object
ch.tocco.nice2.optional.webshop.impl.mail.WebshopMailServiceImpl
- All Implemented Interfaces:
WebshopMailService
-
Constructor Summary
ConstructorDescriptionWebshopMailServiceImpl
(MailFactory mailFactory, EmailTemplateLoadService emailTemplateLoadService, CommandExecutor commandExecutor, SecurityManager securityManager, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendOrderConfirmationMail
(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:WebshopMailService
Send confirmation mail to user after order submit.- Specified by:
sendOrderConfirmationMail
in interfaceWebshopMailService
- Parameters:
orderPrimaryKey
- The primary key of the created order.businessUnitId
- The id of the business unit.
-