Uses of Interface
lumis.service.emailtemplaterepository.IEmailTemplate
-
Packages that use IEmailTemplate Package Description lumis.service.emailtemplaterepository Repository for storing email templates. -
-
Uses of IEmailTemplate in lumis.service.emailtemplaterepository
Methods in lumis.service.emailtemplaterepository that return IEmailTemplate Modifier and Type Method Description IEmailTemplate
IEmailTemplateManager. get(String id)
Returns the email template with the given identifier.Methods in lumis.service.emailtemplaterepository that return types with arguments of type IEmailTemplate Modifier and Type Method Description Collection<IEmailTemplate>
IEmailTemplateManager. getByServiceInstance(String serviceInstanceId)
Returns the email templates of a given service instance.
-