public class DefaultDocumentPageService extends java.lang.Object implements DocumentPageService
DocumentPageService| Constructor and Description |
|---|
DefaultDocumentPageService() |
| Modifier and Type | Method and Description |
|---|---|
DocumentPageModel |
findDocumentPageByTemplateName(java.lang.String templateName,
java.util.Collection<CatalogVersionModel> catalogVersions)
Retrieves
DocumentPageModel given its template name. |
protected DocumentPageDao |
getDocumentPageDao() |
void |
setDocumentPageDao(DocumentPageDao documentPageDao) |
public DocumentPageModel findDocumentPageByTemplateName(java.lang.String templateName, java.util.Collection<CatalogVersionModel> catalogVersions)
DocumentPageServiceDocumentPageModel given its template name.findDocumentPageByTemplateName in interface DocumentPageServicetemplateName - template name to retrieve the DocumentPageModelcatalogVersions - collection of CatalogVersionModelprotected DocumentPageDao getDocumentPageDao()
public void setDocumentPageDao(DocumentPageDao documentPageDao)
Copyright © 2018 SAP SE. All Rights Reserved.