Class BirtReportServiceImpl
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.BirtReportServiceImpl
- All Implemented Interfaces:
BirtReportService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
ConstructorsConstructorDescriptionBirtReportServiceImpl(<any> entityManagerProvider, ConfigService configService, FileServerServiceResourceLocator fileServerServiceResourceLocator) -
Method Summary
Modifier and TypeMethodDescriptionvoidIReportEnginebooleanvoidremove(BirtReportFile file) voidshutdown()
-
Constructor Details
-
BirtReportServiceImpl
public BirtReportServiceImpl(<any> entityManagerProvider, ConfigService configService, FileServerServiceResourceLocator fileServerServiceResourceLocator)
-
-
Method Details
-
remove
- Specified by:
removein interfaceBirtReportService
-
isBirtEnabled
public boolean isBirtEnabled()- Specified by:
isBirtEnabledin interfaceBirtReportService
-
getReportEngine
public IReportEngine getReportEngine() throws BirtException- Specified by:
getReportEnginein interfaceBirtReportService- Throws:
BirtException
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceBirtReportService
-
clearFontCache
public void clearFontCache()- Specified by:
clearFontCachein interfaceBirtReportService
-