public class DefaultDocumentPageDao extends AbstractItemDao implements DocumentPageDao
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CATALOG_VERSIONS_QUERY_PARAM |
protected static java.lang.String |
QUERY |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultDocumentPageDao() |
| Modifier and Type | Method and Description |
|---|---|
DocumentPageModel |
findDocumentPageByTemplateName(java.lang.String frontendTemplateName,
java.util.Collection<CatalogVersionModel> catalogVersions)
Retrieves
DocumentPageModel given its frontend template name. |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceprotected static final java.lang.String CATALOG_VERSIONS_QUERY_PARAM
protected static final java.lang.String QUERY
public DocumentPageModel findDocumentPageByTemplateName(java.lang.String frontendTemplateName, java.util.Collection<CatalogVersionModel> catalogVersions)
DocumentPageDaoDocumentPageModel given its frontend template name.findDocumentPageByTemplateName in interface DocumentPageDaofrontendTemplateName - the frontend template nameDocumentPageModel object if found, null otherwiseCopyright © 2018 SAP SE. All Rights Reserved.