Package cronapp.reports
Class ReportManager
- java.lang.Object
-
- cronapp.reports.ReportManager
-
public final class ReportManager extends Object
- Since:
- 17/08/17
- Author:
- arthemus
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintCompilebyCompile()PrintDesignbyDesign(List<Parameter> frontParameters)static ReportManagernewPrint(InputStream inputStream, String fileTarget)
-
-
-
Method Detail
-
newPrint
public static ReportManager newPrint(InputStream inputStream, String fileTarget)
-
byDesign
public PrintDesign byDesign(List<Parameter> frontParameters)
-
byCompile
public PrintCompile byCompile()
-
-