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 voidhandleSendHtmlMail(String to, String subject, String body)protected voidhandleSendHtmlMail(String to, String cc, String subject, String body)protected voidhandleSendHtmlMail(String to, String cc, String subject, String body, Collection mimeBodyParts)protected voidhandleSendHtmlMail(String to, String subject, String body, Collection mimeBodyParts)protected voidhandleSendHtmlMailToActors(String[] actors, String subject, String body)protected voidhandleSendHtmlMailToActors(String[] actors, String cc, String subject, String body)protected voidhandleSendTextMail(String to, String subject, String body)protected voidhandleSendTextMail(String to, String cc, String subject, String body)protected voidhandleSendTextMailToActors(String[] actors, String subject, String body)protected voidhandleSendTextMailToActors(String[] actors, String cc, String subject, String body)protected voidhandleSendTextMailToActors(String[] actors, String cc, String subject, String body, Collection mimeBodyParts)protected voidhandleSendTextMailToActors(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:
handleSendHtmlMailin classMailServiceBase- Throws:
Exception
-
handleSendHtmlMail
protected void handleSendHtmlMail(String to, String cc, String subject, String body) throws Exception
- Specified by:
handleSendHtmlMailin classMailServiceBase- Throws:
Exception
-
handleSendTextMail
protected void handleSendTextMail(String to, String subject, String body) throws Exception
- Specified by:
handleSendTextMailin classMailServiceBase- Throws:
Exception
-
handleSendTextMail
protected void handleSendTextMail(String to, String cc, String subject, String body) throws Exception
- Specified by:
handleSendTextMailin classMailServiceBase- Throws:
Exception
-
handleSendHtmlMailToActors
protected void handleSendHtmlMailToActors(String[] actors, String subject, String body) throws Exception
- Specified by:
handleSendHtmlMailToActorsin classMailServiceBase- Throws:
Exception
-
handleSendHtmlMailToActors
protected void handleSendHtmlMailToActors(String[] actors, String cc, String subject, String body) throws Exception
- Specified by:
handleSendHtmlMailToActorsin classMailServiceBase- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String subject, String body) throws Exception
- Specified by:
handleSendTextMailToActorsin classMailServiceBase- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String cc, String subject, String body) throws Exception
- Specified by:
handleSendTextMailToActorsin classMailServiceBase- Throws:
Exception
-
handleSendHtmlMail
protected void handleSendHtmlMail(String to, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendHtmlMailin classMailServiceBase- Throws:
Exception
-
handleSendHtmlMail
protected void handleSendHtmlMail(String to, String cc, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendHtmlMailin classMailServiceBase- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendTextMailToActorsin classMailServiceBase- Throws:
Exception
-
handleSendTextMailToActors
protected void handleSendTextMailToActors(String[] actors, String cc, String subject, String body, Collection mimeBodyParts) throws Exception
- Specified by:
handleSendTextMailToActorsin classMailServiceBase- Throws:
Exception
-
-