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 DocumentPageModelfindDocumentPageByTemplateName(java.lang.String templateName, java.util.Collection<CatalogVersionModel> catalogVersions)RetrievesDocumentPageModelgiven its template name.protected DocumentPageDaogetDocumentPageDao()voidsetDocumentPageDao(DocumentPageDao documentPageDao)
-
-
-
Method Detail
-
findDocumentPageByTemplateName
public DocumentPageModel findDocumentPageByTemplateName(java.lang.String templateName, java.util.Collection<CatalogVersionModel> catalogVersions)
Description copied from interface:DocumentPageServiceRetrievesDocumentPageModelgiven its template name.- Specified by:
findDocumentPageByTemplateNamein interfaceDocumentPageService- Parameters:
templateName- template name to retrieve theDocumentPageModelcatalogVersions- collection ofCatalogVersionModel- Returns:
- DocumentPage object if found, null otherwise
-
getDocumentPageDao
protected DocumentPageDao getDocumentPageDao()
-
setDocumentPageDao
public void setDocumentPageDao(DocumentPageDao documentPageDao)
-
-