Interface DocumentPageDao

  • All Superinterfaces:
    Dao
    All Known Implementing Classes:
    DefaultDocumentPageDao

    public interface DocumentPageDao
    extends Dao
    Data Access for looking up the Document page for a template name.
    • Method Detail

      • findDocumentPageByTemplateName

        DocumentPageModel findDocumentPageByTemplateName​(java.lang.String frontendTemplateName,
                                                         java.util.Collection<CatalogVersionModel> catalogVersions)
        Retrieves DocumentPageModel given its frontend template name.
        Parameters:
        frontendTemplateName - the frontend template name
        Returns:
        DocumentPageModel object if found, null otherwise