Package de.hybris.platform.workflow
Interface EmailService
- All Known Implementing Classes:
DefaultEmailService
public interface EmailService
Service to create e-mails by workflow process. E-mails are sent when activation of action occur.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.mail.HtmlEmailCreates activation e-mail for the givenactionThis is performed right after the activation of the action.
-
Method Details
-
createActivationEmail
Creates activation e-mail for the givenactionThis is performed right after the activation of the action.- Parameters:
action- which has been just activated- Returns:
- created e-mail as
HtmlEmailobject.
-