public class BirtReportServiceImpl extends java.lang.Object implements BirtReportService
Constructor and Description |
---|
BirtReportServiceImpl(<any> entityManagerProvider,
ConfigService configService,
FileServerServiceResourceLocator fileServerServiceResourceLocator) |
Modifier and Type | Method and Description |
---|---|
void |
clearFontCache() |
IReportEngine |
getReportEngine() |
boolean |
isBirtEnabled() |
void |
remove(BirtReportFile file) |
void |
shutdown() |
public BirtReportServiceImpl(<any> entityManagerProvider, ConfigService configService, FileServerServiceResourceLocator fileServerServiceResourceLocator)
public void remove(BirtReportFile file)
remove
in interface BirtReportService
public boolean isBirtEnabled()
isBirtEnabled
in interface BirtReportService
public IReportEngine getReportEngine() throws BirtException
getReportEngine
in interface BirtReportService
BirtException
public void shutdown()
shutdown
in interface BirtReportService
public void clearFontCache()
clearFontCache
in interface BirtReportService