Interface DocumentPageService
- All Known Implementing Classes:
DefaultDocumentPageService
public interface DocumentPageService
Service for looking up the CMS Document Page for a template name.
-
Method Summary
Modifier and TypeMethodDescriptionfindDocumentPageByTemplateName(String templateName, Collection<CatalogVersionModel> catalogVersions) RetrievesDocumentPageModelgiven its template name.
-
Method Details
-
findDocumentPageByTemplateName
DocumentPageModel findDocumentPageByTemplateName(String templateName, Collection<CatalogVersionModel> catalogVersions) RetrievesDocumentPageModelgiven its template name.- Parameters:
templateName- template name to retrieve theDocumentPageModelcatalogVersions- collection ofCatalogVersionModel- Returns:
- DocumentPage object if found, null otherwise
-