Interface DocumentPageDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultDocumentPageDao
Data Access for looking up the Document page for a template name.
-
Method Summary
Modifier and TypeMethodDescriptionfindDocumentPageByTemplateName(String frontendTemplateName, Collection<CatalogVersionModel> catalogVersions) RetrievesDocumentPageModelgiven its frontend template name.
-
Method Details
-
findDocumentPageByTemplateName
DocumentPageModel findDocumentPageByTemplateName(String frontendTemplateName, Collection<CatalogVersionModel> catalogVersions) RetrievesDocumentPageModelgiven its frontend template name.- Parameters:
frontendTemplateName- the frontend template name- Returns:
DocumentPageModelobject if found, null otherwise
-