Package com.avoka.fc.core.bean
Class SubmissionTrendBean
java.lang.Object
com.avoka.fc.core.bean.SubmissionTrendBean
Provides a bean for submission counts for a certain date. This bean is used on the TransactionTrend page.
- Since:
- 4.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe number of abandoned form bounces for the periodintThe number of abandoned form cancels for the periodintThe number of abandoned form saves for the periodintThe number of abandoned form starts for the perioddoubleThe average time to submit (in seconds) for completed submissions that were initiated during the periodorg.apache.commons.math.stat.descriptive.DescriptiveStatisticsThe completion time statisticsThe datetime to which the submission counts relateintThe number of ineligible transactions for the periodintThe number of jobs created for the periodintThe number of form requests for the periodintThe number of submission online save operations for the periodintThe number of submit operations for the periodlongThe transaction value sum during the period. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
date
The datetime to which the submission counts relate -
requestCount
public int requestCountThe number of form requests for the period -
abandonStartCount
public int abandonStartCountThe number of abandoned form starts for the period -
abandonSaveCount
public int abandonSaveCountThe number of abandoned form saves for the period -
abandonCancelCount
public int abandonCancelCountThe number of abandoned form cancels for the period -
abandonBounceCount
public int abandonBounceCountThe number of abandoned form bounces for the period -
ineligibleCount
public int ineligibleCountThe number of ineligible transactions for the period -
saveCount
public int saveCountThe number of submission online save operations for the period -
submissionCount
public int submissionCountThe number of submit operations for the period -
jobCount
public int jobCountThe number of jobs created for the period -
averageCompletionTimeSec
public double averageCompletionTimeSecThe average time to submit (in seconds) for completed submissions that were initiated during the period -
transactionValueSum
public long transactionValueSumThe transaction value sum during the period. -
completionTimeStats
public org.apache.commons.math.stat.descriptive.DescriptiveStatistics completionTimeStatsThe completion time statistics
-
-
Constructor Details
-
SubmissionTrendBean
public SubmissionTrendBean()
-
-
Method Details