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
Modifier and TypeFieldDescriptionprotected FormMailHelper
The form mail helperprotected AmetysObjectResolver
The Ametys object resolverstatic final String
The Avalon roleFields inherited from class org.ametys.plugins.forms.workflow.AbstractMailInformationHelper
_currentUserProvider, _userManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<AbstractMailInformationHelper.MailInfo>
_getMailInfos
(String formId, Object entryId) Get mail infosvoid
service
(ServiceManager serviceManager) Methods inherited from class org.ametys.plugins.forms.workflow.AbstractMailInformationHelper
getMailInfo
Methods 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:
service
in interfaceServiceable
- Overrides:
service
in classAbstractMailInformationHelper
- Throws:
ServiceException
-
_getMailInfos
Description copied from class:AbstractMailInformationHelper
Get mail infos- Specified by:
_getMailInfos
in classAbstractMailInformationHelper
- Parameters:
formId
- the form identryId
- the entry id- Returns:
- the list of mail info
-