Class DefaultDocumentPageService
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.document.service.impl.DefaultDocumentPageService
-
- All Implemented Interfaces:
DocumentPageService
public class DefaultDocumentPageService extends java.lang.Object implements DocumentPageService
Default implementation forDocumentPageService
-
-
Constructor Summary
Constructors Constructor Description DefaultDocumentPageService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentPageModel
findDocumentPageByTemplateName(java.lang.String templateName, java.util.Collection<CatalogVersionModel> catalogVersions)
RetrievesDocumentPageModel
given its template name.protected DocumentPageDao
getDocumentPageDao()
void
setDocumentPageDao(DocumentPageDao documentPageDao)
-
-
-
Method Detail
-
findDocumentPageByTemplateName
public DocumentPageModel findDocumentPageByTemplateName(java.lang.String templateName, java.util.Collection<CatalogVersionModel> catalogVersions)
Description copied from interface:DocumentPageService
RetrievesDocumentPageModel
given its template name.- Specified by:
findDocumentPageByTemplateName
in interfaceDocumentPageService
- Parameters:
templateName
- template name to retrieve theDocumentPageModel
catalogVersions
- collection ofCatalogVersionModel
- Returns:
- DocumentPage object if found, null otherwise
-
getDocumentPageDao
protected DocumentPageDao getDocumentPageDao()
-
setDocumentPageDao
public void setDocumentPageDao(DocumentPageDao documentPageDao)
-
-