Uses of Interface
com.soffid.iam.service.MailService
-
Packages that use MailService Package Description com.soffid.iam com.soffid.iam.bpm.service com.soffid.iam.service es.caib.seycon.ng -
-
Uses of MailService in com.soffid.iam
Methods in com.soffid.iam that return MailService Modifier and Type Method Description MailService
ServiceLocator. getMailService()
Gets an instance ofMailService
. -
Uses of MailService in com.soffid.iam.bpm.service
Methods in com.soffid.iam.bpm.service that return MailService Modifier and Type Method Description MailService
BpmJobExecutorBase. getMailService()
Gets reference tomailService
.Methods in com.soffid.iam.bpm.service with parameters of type MailService Modifier and Type Method Description void
BpmJobExecutorBase. setMailService(MailService mailService)
Sets reference tomailService
. -
Uses of MailService in com.soffid.iam.service
Classes in com.soffid.iam.service that implement MailService Modifier and Type Class Description class
MailServiceBase
Spring Service base class forcom.soffid.iam.service.MailService
, provides access to all services and entities referenced by this service.class
MailServiceImpl
Methods in com.soffid.iam.service that return MailService Modifier and Type Method Description MailService
AccountServiceBase. getMailService()
Gets reference tomailService
.MailService
IssueServiceBase. getMailService()
Gets reference tomailService
.MailService
PamPolicyServiceBase. getMailService()
Gets reference tomailService
.MailService
ScheduledTaskServiceBase. getMailService()
Gets reference tomailService
.MailService
UserServiceBase. getMailService()
Gets reference tomailService
.Methods in com.soffid.iam.service with parameters of type MailService Modifier and Type Method Description void
AccountServiceBase. setMailService(MailService mailService)
Sets reference tomailService
.void
IssueServiceBase. setMailService(MailService mailService)
Sets reference tomailService
.void
PamPolicyServiceBase. setMailService(MailService mailService)
Sets reference tomailService
.void
ScheduledTaskServiceBase. setMailService(MailService mailService)
Sets reference tomailService
.void
UserServiceBase. setMailService(MailService mailService)
Sets reference tomailService
. -
Uses of MailService in es.caib.seycon.ng
Methods in es.caib.seycon.ng that return MailService Modifier and Type Method Description MailService
ServiceLocator. getMailService()
Gets an instance ofMailService
.
-