Interface IEmailTemplateManager


  • @StableMinor(version="17.0",
                 sinceVersion="11.2")
    public interface IEmailTemplateManager
    Email template manager.
    Since:
    11.2.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    • Method Detail

      • get

        IEmailTemplate get​(java.lang.String id)
                    throws PortalException
        Returns the email template with the given identifier.
        Parameters:
        id - the email template identifier.
        Returns:
        the email template with the given identifier.
        Throws:
        PortalObjectNotFoundException - if no email template with the given id was found.
        PortalException - if some error occur.
        Since:
        11.2.0
      • getByServiceInstance

        java.util.Collection<IEmailTemplate> getByServiceInstance​(java.lang.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