public class DBReportProvider extends Object implements com.bstek.ureport.provider.report.ReportProvider, org.springframework.context.ApplicationContextAware
| 构造器和说明 | 
|---|
| DBReportProvider() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | deleteReport(String file)根据报表名,删除指定的报表文件 | 
| boolean | disabled() | 
| String | getName() | 
| String | getPrefix() | 
| List<com.bstek.ureport.provider.report.ReportFile> | getReportFiles()获取所有的报表文件 | 
| InputStream | loadReport(String file)根据报表名加载报表文件 | 
| void | saveReport(String file,
          String content)保存报表文件 | 
| void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) | 
| void | setDisabled(boolean disabled) | 
| void | setFileStoreDir(String fileStoreDir) | 
public InputStream loadReport(String file)
loadReport 在接口中 com.bstek.ureport.provider.report.ReportProviderfile - 报表名称public void deleteReport(String file)
deleteReport 在接口中 com.bstek.ureport.provider.report.ReportProviderfile - 报表名称public List<com.bstek.ureport.provider.report.ReportFile> getReportFiles()
getReportFiles 在接口中 com.bstek.ureport.provider.report.ReportProviderpublic String getName()
getName 在接口中 com.bstek.ureport.provider.report.ReportProviderpublic void saveReport(String file, String content)
saveReport 在接口中 com.bstek.ureport.provider.report.ReportProviderfile - 报表名称content - 报表的XML内容public boolean disabled()
disabled 在接口中 com.bstek.ureport.provider.report.ReportProviderpublic void setDisabled(boolean disabled)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setFileStoreDir(String fileStoreDir)
public String getPrefix()
getPrefix 在接口中 com.bstek.ureport.provider.report.ReportProviderCopyright © 2025. All rights reserved.