Interface IEmailTemplateManager


  • @StableMinor(version="14.0",
                 sinceVersion="11.2")
    public interface IEmailTemplateManager
    Email template manager.
    Since:
    11.2.0
    Version:
    $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • getByServiceInstance

        Collection<IEmailTemplate> getByServiceInstance​(String serviceInstanceId)
                                                 throws PortalException
        Returns the email templates of a given service instance.
        Parameters:
        serviceInstanceId - the identifier of the service instance.
        Returns:
        the email templates of a given service instance.
        Throws:
        PortalException - if some error occur.
        Since:
        11.2.0