@StableMinor(version="12.0", sinceVersion="11.2") public interface IEmailTemplateManager
Modifier and Type | Method and Description |
---|---|
IEmailTemplate |
get(String id)
Returns the email template with the given identifier.
|
Collection<IEmailTemplate> |
getByServiceInstance(String serviceInstanceId)
Returns the email templates of a given service instance.
|
IEmailTemplate get(String id) throws PortalException
id
- the email template identifier.PortalObjectNotFoundException
- if no email template with the given id was found.PortalException
- if some error occur.Collection<IEmailTemplate> getByServiceInstance(String serviceInstanceId) throws PortalException
serviceInstanceId
- the identifier of the service instance.PortalException
- if some error occur.LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.