Class DefaultEmailPageDao

    • Constructor Detail

      • DefaultEmailPageDao

        public DefaultEmailPageDao()
    • Method Detail

      • findEmailPageByFrontendTemplateName

        public EmailPageModel findEmailPageByFrontendTemplateName​(java.lang.String frontendTemplateName,
                                                                  CatalogVersionModel catalogVersion)
        Description copied from interface: EmailPageDao
        Retrieves EmailPage given its frontend template name.
        Specified by:
        findEmailPageByFrontendTemplateName in interface EmailPageDao
        Parameters:
        frontendTemplateName - the frontend template name
        catalogVersion - the catalog version
        Returns:
        EmailPage object if found, null otherwise