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
Modifier and TypeFieldDescriptionint
The number of abandoned form bounces for the periodint
The number of abandoned form cancels for the periodint
The number of abandoned form saves for the periodint
The number of abandoned form starts for the perioddouble
The average time to submit (in seconds) for completed submissions that were initiated during the periodorg.apache.commons.math.stat.descriptive.DescriptiveStatistics
The completion time statisticsThe datetime to which the submission counts relateint
The number of ineligible transactions for the periodint
The number of jobs created for the periodint
The number of form requests for the periodint
The number of submission online save operations for the periodint
The number of submit operations for the periodlong
The transaction value sum during the period. -
Constructor Summary
-
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