Package com.soffid.iam.service
Class MailServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.MailServiceBase
-
- com.soffid.iam.service.MailServiceImpl
-
- All Implemented Interfaces:
MailService
public class MailServiceImpl extends MailServiceBase
-
-
Field Summary
-
Fields inherited from interface com.soffid.iam.service.MailService
SERVICE_NAME
-
-
Constructor Summary
Constructors Constructor Description MailServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleSendHtmlMail(String to, String subject, String body)
protected void
handleSendHtmlMail(String to, String cc, String subject, String body)
protected void
handleSendHtmlMail(String to, String cc, String subject, String body, Collection mimeBodyParts)
protected void
handleSendHtmlMail(String to, String subject, String body, Collection mimeBodyParts)
protected void
handleSendHtmlMailToActors(String[] actors, String subject, String body)
protected void
handleSendHtmlMailToActors(String[] actors, String cc, String subject, String body)
protected void
handleSendTextMail(String to, String subject, String body)
protected void
handleSendTextMail(String to, String cc, String subject, String body)
protected void
handleSendTextMailToActors(String[] actors, String subject, String body)
protected void
handleSendTextMailToActors(String[] actors, String cc, String subject, String body)
protected void
handleSendTextMailToActors(String[] actors, String cc, String subject, String body, Collection mimeBodyParts)
protected void
handleSendTextMailToActors(String[] actors, String subject, String body, Collection mimeBodyParts)
-
Methods inherited from class com.soffid.iam.service.MailServiceBase
getApplicationService, getAuthorizationService, getConfigurationService, getGroupService, getPrincipal, getSystemEntityDao, getUserService, sendHtmlMail, sendHtmlMail, sendHtmlMail, sendHtmlMail, sendHtmlMailToActors, sendHtmlMailToActors, sendTextMail, sendTextMail, sendTextMailToActors, sendTextMailToActors, sendTextMailToActors, sendTextMailToActors, setApplicationService, setAuthorizationService, setConfigurationService, setGroupService, setSystemEntityDao, setUserService
-
-
-
-
Method Detail
-
handleSendHtmlMail
protected void handleSendHtmlMail(String to, String subject, String body) throws Exception
- Specified by:
handleSendHtmlMail
in classMailServiceBase
- Throws:
Exception
-
handleSendHtmlMail
protected void handleSendHtmlMail(String to, String cc, String subject, String body) throws Exception
- Specified by:
handleSendHtmlMail
in classMailServiceBase
- Throws:
Exception
-
handleSendTextMail
protected void handleSendTextMail(String to, String subject, String body) throws Exception
- Specified by:
handleSendTextMail
in classMailServiceBase
- Throws:
Exception
-
handleSendTextMail
protected void handleSendTextMail(String to, String cc, String subject, String body) throws Exception
- Specified by:
handleSendTextMail
in classMailServiceBase
- Throws:
Exception
-
handleSendHtmlMailToActors
protected void handleSendHtmlMailToActors(String[] actors, String subject, String body) throws Exception
- Specified by:
handleSendHtmlMailToActors
in classMailServiceBase
- Throws:
Exception
-
handleSendHtmlMailToActors
protected void handleSendHtmlMailToActors(String[] actors, String cc, String subject, String body) throws Exception
- Specified by:
handleSendHtmlMailToActors
in classMailServiceBase
- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String subject, String body) throws Exception
- Specified by:
handleSendTextMailToActors
in classMailServiceBase
- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String cc, String subject, String body) throws Exception
- Specified by:
handleSendTextMailToActors
in classMailServiceBase
- Throws:
Exception
-
handleSendHtmlMail
protected void handleSendHtmlMail(String to, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendHtmlMail
in classMailServiceBase
- Throws:
Exception
-
handleSendHtmlMail
protected void handleSendHtmlMail(String to, String cc, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendHtmlMail
in classMailServiceBase
- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendTextMailToActors
in classMailServiceBase
- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String cc, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendTextMailToActors
in classMailServiceBase
- Throws:
Exception
-
-