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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentPageModel
findDocumentPageByTemplateName(java.lang.String frontendTemplateName, java.util.Collection<CatalogVersionModel> catalogVersions)
RetrievesDocumentPageModel
given its frontend template name.
-
-
-
Method Detail
-
findDocumentPageByTemplateName
DocumentPageModel findDocumentPageByTemplateName(java.lang.String frontendTemplateName, java.util.Collection<CatalogVersionModel> catalogVersions)
RetrievesDocumentPageModel
given its frontend template name.- Parameters:
frontendTemplateName
- the frontend template name- Returns:
DocumentPageModel
object if found, null otherwise
-
-