Class ExportMetadataServiceImpl
java.lang.Object
net.datenwerke.rs.incubator.service.exportmetadata.ExportMetadataServiceImpl
- All Implemented Interfaces:
ExportMetadataService
-
Constructor Summary
ConstructorsConstructorDescriptionExportMetadataServiceImpl(<any> author, <any> title, <any> creator, <any> simpleJuelProvider) All three elements are configurable in the Export metadata configuration page. -
Method Summary
Modifier and TypeMethodDescriptionReturns the configured author of the to be generated PDF file.Returns the author of the givenReportReturns the configured creator of the to be generated PDF file.getCreator(Report report, User user) Returns the creator of the givenReportgetTitle()Returns the configured title of the to be generated PDF file.Returns the title of the givenReport
-
Constructor Details
-
ExportMetadataServiceImpl
public ExportMetadataServiceImpl(<any> author, <any> title, <any> creator, <any> simpleJuelProvider) All three elements are configurable in the Export metadata configuration page.- Parameters:
author- The author of the to be generated PDF file.title- The title of the to be generated PDF file.creator- The creator of the to be generated PDF file.
-
-
Method Details
-
getAuthor
Description copied from interface:ExportMetadataServiceReturns the configured author of the to be generated PDF file.- Specified by:
getAuthorin interfaceExportMetadataService- Returns:
- The configured author of the to be generated PDF file
-
getCreator
Description copied from interface:ExportMetadataServiceReturns the configured creator of the to be generated PDF file.- Specified by:
getCreatorin interfaceExportMetadataService- Returns:
- The configured creator of the to be generated PDF file
-
getTitle
Description copied from interface:ExportMetadataServiceReturns the configured title of the to be generated PDF file.- Specified by:
getTitlein interfaceExportMetadataService- Returns:
- The configured title of the to be generated PDF file
-
getAuthor
Description copied from interface:ExportMetadataServiceReturns the author of the givenReport- Specified by:
getAuthorin interfaceExportMetadataService- Parameters:
report- TheReportto get the author from- Returns:
- The author of the given report
-
getCreator
Description copied from interface:ExportMetadataServiceReturns the creator of the givenReport- Specified by:
getCreatorin interfaceExportMetadataService- Parameters:
report- TheReportto get the creator from- Returns:
- The creator of the given report
-
getTitle
Description copied from interface:ExportMetadataServiceReturns the title of the givenReport- Specified by:
getTitlein interfaceExportMetadataService- Parameters:
report- TheReportto get the title from- Returns:
- The title of the given report
-