Uses of Class
com.avoka.fc.core.bean.SubmissionTrendBean
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
-
Uses of SubmissionTrendBean in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSubmissionDao.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.SubmissionDao.getSubmissionOverviewData
(Long clientId, String portalId, Collection<TemplateVersion> versions, String deviceType, String periodType, Date startDate, Date endDate) Deprecated.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.SubmissionDao.getSubmissionTrendData
(Long clientId, String portalId, Collection<TemplateVersion> versions, String deviceType, String periodType, Date startDate, Date endDate) Deprecated.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.