Package ch.tocco.nice2.reporting.impl
Class ReportManagerImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.ReportManagerImpl
- All Implemented Interfaces:
ReportManager
-
Constructor Summary
ConstructorsConstructorDescriptionReportManagerImpl(org.slf4j.Logger log, ReportPermissionService reportPermissionService) -
Method Summary
Modifier and TypeMethodDescriptioncreateReport(ReportDescription reportDescription) createReport(String id) createReport(String id, @Nullable String type) @Nullable ReportDescriptiongetReportDescription(String reportId) getReportDescription(String reportId, @Nullable String type, @Nullable PrimaryKey labelKey) getReportDescriptions(String loaderType) @Nullable StringgetSettingsEntityName(ReportDescription reportDescription) voidsetReportDescriptionLoaders(List<ReportDescriptionLoaderContribution> contributions) voidsetReportFactories(List<ReportFactory<? extends Report>> factories) voidsetReportSettingsEntities(List<ReportSettingsEntityContribution> contributions) wrapResource(ModelResource resource) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.reporting.api.ReportManager
getReportDescription, getSettingsEntityName
-
Constructor Details
-
ReportManagerImpl
-
-
Method Details
-
getReportDescription
public ReportDescription getReportDescription(String reportId, @Nullable @Nullable String type, @Nullable @Nullable PrimaryKey labelKey) throws ReportingException - Specified by:
getReportDescriptionin interfaceReportManager- Throws:
ReportingException
-
createReport
- Specified by:
createReportin interfaceReportManager- Throws:
ReportingException
-
createReport
- Specified by:
createReportin interfaceReportManager- Throws:
ReportingException
-
createReport
- Specified by:
createReportin interfaceReportManager- Throws:
ReportingException
-
getSettingsEntityName
- Specified by:
getSettingsEntityNamein interfaceReportManager
-
getReportDescriptions
- Specified by:
getReportDescriptionsin interfaceReportManager
-
getReportDescriptions
- Specified by:
getReportDescriptionsin interfaceReportManager
-
getReportDescription
- Specified by:
getReportDescriptionin interfaceReportManager
-
wrapResource
- Specified by:
wrapResourcein interfaceReportManager
-
setReportFactories
-
setReportDescriptionLoaders
@Autowired public void setReportDescriptionLoaders(List<ReportDescriptionLoaderContribution> contributions) -
setReportSettingsEntities
@Autowired(required=false) public void setReportSettingsEntities(List<ReportSettingsEntityContribution> contributions)
-