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 Details

    • findEmailPageByFrontendTemplateName

      EmailPageModel findEmailPageByFrontendTemplateName(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