Class DefaultDocumentPageService
java.lang.Object
de.hybris.platform.acceleratorservices.document.service.impl.DefaultDocumentPageService
- All Implemented Interfaces:
DocumentPageService
Default implementation for
DocumentPageService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDocumentPageByTemplateName(String templateName, Collection<CatalogVersionModel> catalogVersions) RetrievesDocumentPageModelgiven its template name.protected DocumentPageDaovoidsetDocumentPageDao(DocumentPageDao documentPageDao)
-
Constructor Details
-
DefaultDocumentPageService
public DefaultDocumentPageService()
-
-
Method Details
-
findDocumentPageByTemplateName
public DocumentPageModel findDocumentPageByTemplateName(String templateName, 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
-
setDocumentPageDao
-