Class MailInformationHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.forms.workflow.AbstractMailInformationHelper
org.ametys.plugins.forms.workflow.MailInformationHelper
- All Implemented Interfaces:
LogEnabled,Component,Serviceable
Helper component allowing to retrieve information in order to send emails
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.plugins.forms.workflow.AbstractMailInformationHelper
AbstractMailInformationHelper.MailInfo -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormMailHelperThe form mail helperprotected AmetysObjectResolverThe Ametys object resolverstatic final StringThe Avalon roleFields inherited from class org.ametys.plugins.forms.workflow.AbstractMailInformationHelper
_currentUserProvider, _userManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<AbstractMailInformationHelper.MailInfo> _getMailInfos(String formId, Object entryId) Get mail infosvoidservice(ServiceManager serviceManager) Methods inherited from class org.ametys.plugins.forms.workflow.AbstractMailInformationHelper
getMailInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
The Avalon role -
_resolver
The Ametys object resolver -
_formMailHelper
The form mail helper
-
-
Constructor Details
-
MailInformationHelper
public MailInformationHelper()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractMailInformationHelper- Throws:
ServiceException
-
_getMailInfos
Description copied from class:AbstractMailInformationHelperGet mail infos- Specified by:
_getMailInfosin classAbstractMailInformationHelper- Parameters:
formId- the form identryId- the entry id- Returns:
- the list of mail info
-