Package com.openkm.util
Class ReportService
- java.lang.Object
-
- com.openkm.util.ReportService
-
@Service public class ReportService extends Object
Report service.- Author:
- jabad
-
-
Constructor Summary
Constructors Constructor Description ReportService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.ByteArrayResourcegenerateReport(String id, Date startDate, Date endDate)Generate report of executions for a task
-
-
-
Method Detail
-
generateReport
public org.springframework.core.io.ByteArrayResource generateReport(String id, Date startDate, Date endDate) throws IOException, NumberFormatException, SQLException, ParseException
Generate report of executions for a task- Parameters:
id- task idstartDate- start dateendDate- end date- Returns:
- the report
- Throws:
IOExceptionNumberFormatExceptionSQLExceptionParseException
-
-