Package de.hybris.platform.workflow
Interface EmailService
-
- All Known Implementing Classes:
DefaultEmailService
public interface EmailServiceService to create e-mails by workflow process. E-mails are sent when activation of action occur.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.commons.mail.HtmlEmailcreateActivationEmail(WorkflowActionModel action)Creates activation e-mail for the givenactionThis is performed right after the activation of the action.
-
-
-
Method Detail
-
createActivationEmail
org.apache.commons.mail.HtmlEmail createActivationEmail(WorkflowActionModel action)
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.
-
-