Class DefaultDocumentPageDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.acceleratorservices.document.dao.impl.DefaultDocumentPageDao
- All Implemented Interfaces:
DocumentPageDao,Dao
Default Data Access for looking up the Document page for a template name.
-
Field Summary
FieldsFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDocumentPageByTemplateName(String frontendTemplateName, Collection<CatalogVersionModel> catalogVersions) RetrievesDocumentPageModelgiven its frontend template name.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
CATALOG_VERSIONS_QUERY_PARAM
- See Also:
-
QUERY
- See Also:
-
-
Constructor Details
-
DefaultDocumentPageDao
public DefaultDocumentPageDao()
-
-
Method Details
-
findDocumentPageByTemplateName
public DocumentPageModel findDocumentPageByTemplateName(String frontendTemplateName, Collection<CatalogVersionModel> catalogVersions) Description copied from interface:DocumentPageDaoRetrievesDocumentPageModelgiven its frontend template name.- Specified by:
findDocumentPageByTemplateNamein interfaceDocumentPageDao- Parameters:
frontendTemplateName- the frontend template name- Returns:
DocumentPageModelobject if found, null otherwise
-