Interface EmailPageDao

  • All Superinterfaces:
    Dao
    All Known Implementing Classes:
    DefaultEmailPageDao

    public interface EmailPageDao
    extends Dao
    Data Access for looking up the CMS email page for a template name.
    • Method Detail

      • findEmailPageByFrontendTemplateName

        EmailPageModel findEmailPageByFrontendTemplateName​(java.lang.String frontendTemplateName,
                                                           CatalogVersionModel catalogVersion)
        Retrieves EmailPage given its frontend template name.
        Parameters:
        frontendTemplateName - the frontend template name
        catalogVersion - the catalog version
        Returns:
        EmailPage object if found, null otherwise