Interface DocumentPageService
-
- All Known Implementing Classes:
DefaultDocumentPageService
public interface DocumentPageServiceService for looking up the CMS Document Page for a template name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentPageModelfindDocumentPageByTemplateName(java.lang.String templateName, java.util.Collection<CatalogVersionModel> catalogVersions)RetrievesDocumentPageModelgiven its template name.
-
-
-
Method Detail
-
findDocumentPageByTemplateName
DocumentPageModel findDocumentPageByTemplateName(java.lang.String templateName, java.util.Collection<CatalogVersionModel> catalogVersions)
RetrievesDocumentPageModelgiven its template name.- Parameters:
templateName- template name to retrieve theDocumentPageModelcatalogVersions- collection ofCatalogVersionModel- Returns:
- DocumentPage object if found, null otherwise
-
-