public interface ReportingEngine
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ReportingOutputModel |
createOutputModel(byte[] binary,
java.lang.String type,
java.lang.String extension) |
void |
exportReport(WebRequestStack context,
ReportingOutputModel model) |
ReportingType |
getReportingType() |
java.lang.String[] |
getSupportFiles() |
boolean |
isSupport(java.lang.String type) |
ReportingOutputModel createOutputModel(byte[] binary, java.lang.String type, java.lang.String extension) throws java.lang.Exception
java.lang.Exceptionvoid exportReport(WebRequestStack context, ReportingOutputModel model) throws java.lang.Exception
java.lang.Exceptionboolean isSupport(java.lang.String type)
java.lang.String[] getSupportFiles()
ReportingType getReportingType()