List<SubmissionTrendBean> |
SubmissionDao.getSubmissionOverviewData(Long clientId,
String portalId,
Collection<TemplateVersion> versions,
String deviceType,
boolean excludeJobsTasks,
String periodType,
Date startDate,
Date endDate) |
Return live submission overview data for a time period.
|
List<SubmissionTrendBean> |
SubmissionDao.getSubmissionOverviewData(Long clientId,
String portalId,
Collection<TemplateVersion> versions,
String deviceType,
String periodType,
Date startDate,
Date endDate) |
Deprecated.
|
List<SubmissionTrendBean> |
SubmissionDao.getSubmissionTrendData(Long clientId,
String portalId,
Collection<TemplateVersion> versions,
String deviceType,
String periodType,
boolean excludeJobsTasks,
Date startDate,
Date endDate) |
Return live submission trend data for a time period and period type and optionally a specific form version.
|
List<SubmissionTrendBean> |
SubmissionDao.getSubmissionTrendData(Long clientId,
String portalId,
Collection<TemplateVersion> versions,
String deviceType,
String periodType,
Date startDate,
Date endDate) |
Deprecated.
|
List<SubmissionTrendBean> |
TransactionHistoryDao.getSubmissionTrendData(Long clientId,
String portalName,
String formCode,
String deviceType,
Boolean excludeJobsTasks,
Date startDate,
Date endDate) |
Return submission trend data with a view on the conversion rate for a time period and period type and optionally a specific client and form.
|