Package | Description |
---|---|
com.serotonin.mango.db.dao | |
com.serotonin.mango.rt.maint.work | |
com.serotonin.mango.vo.permission | |
com.serotonin.mango.vo.report | |
com.serotonin.mango.web.dwr |
Modifier and Type | Method and Description |
---|---|
ReportVO |
ReportDao.getReport(int id) |
ReportVO |
ReportDao.ReportRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ReportVO> |
ReportDao.getReports() |
java.util.List<ReportVO> |
ReportDao.getReports(int userId) |
Modifier and Type | Method and Description |
---|---|
private void |
ReportDao.insertReport(ReportVO report) |
void |
ReportDao.saveReport(ReportVO report) |
private void |
ReportDao.updateReport(ReportVO report) |
Modifier and Type | Field and Description |
---|---|
(package private) ReportVO |
ReportWorkItem.reportConfig |
Modifier and Type | Method and Description |
---|---|
static void |
ReportWorkItem.queueReport(ReportVO report) |
Modifier and Type | Method and Description |
---|---|
static void |
Permissions.ensureReportPermission(User user,
ReportVO report) |
Modifier and Type | Field and Description |
---|---|
private ReportVO |
ReportJob.report |
Modifier and Type | Method and Description |
---|---|
static void |
ReportJob.scheduleReportJob(ReportVO report) |
static void |
ReportJob.unscheduleReportJob(ReportVO report) |
Constructor and Description |
---|
ReportInstance(ReportVO template) |
ReportJob(com.serotonin.timer.TimerTrigger trigger,
ReportVO report) |
Modifier and Type | Method and Description |
---|---|
ReportVO |
ReportsDwr.createReportFromWatchlist(int watchListId) |
ReportVO |
ReportsDwr.getReport(int id,
boolean copy) |