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