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 BirtReportServicepublic boolean isBirtEnabled()
isBirtEnabled in interface BirtReportServicepublic IReportEngine getReportEngine()
                              throws BirtException
getReportEngine in interface BirtReportServiceBirtExceptionpublic void shutdown()
shutdown in interface BirtReportServicepublic void clearFontCache()
clearFontCache in interface BirtReportService