@Service public class ReportDao extends AbstractDao
connection, dateFormat| Constructor and Description |
|---|
ReportDao() |
| Modifier and Type | Method and Description |
|---|---|
List<TaskExecutionEventReportVO> |
getExecutionEventsForTaskAndDate(long taskId,
Date startDate,
Date endDate)
Get execution events report data.
|
public List<TaskExecutionEventReportVO> getExecutionEventsForTaskAndDate(long taskId, Date startDate, Date endDate) throws SQLException, ParseException
taskId - task idstartDate - start dateendDate - end dateSQLExceptionParseExceptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.