Class SubmissionTrendBean


  • public class SubmissionTrendBean
    extends Object
    Provides a bean for submission counts for a certain date. This bean is used on the TransactionTrend page.
    Since:
    4.1.0
    • Field Detail

      • date

        public Date date
        The datetime to which the submission counts relate
      • requestCount

        public int requestCount
        The number of form requests for the period
      • abandonStartCount

        public int abandonStartCount
        The number of abandoned form starts for the period
      • abandonSaveCount

        public int abandonSaveCount
        The number of abandoned form saves for the period
      • abandonCancelCount

        public int abandonCancelCount
        The number of abandoned form cancels for the period
      • abandonBounceCount

        public int abandonBounceCount
        The number of abandoned form bounces for the period
      • ineligibleCount

        public int ineligibleCount
        The number of ineligible transactions for the period
      • saveCount

        public int saveCount
        The number of submission online save operations for the period
      • submissionCount

        public int submissionCount
        The number of submit operations for the period
      • jobCount

        public int jobCount
        The number of jobs created for the period
      • averageCompletionTimeSec

        public double averageCompletionTimeSec
        The average time to submit (in seconds) for completed submissions that were initiated during the period
      • transactionValueSum

        public long transactionValueSum
        The transaction value sum during the period.
      • completionTimeStats

        public org.apache.commons.math.stat.descriptive.DescriptiveStatistics completionTimeStats
        The completion time statistics
    • Constructor Detail

      • SubmissionTrendBean

        public SubmissionTrendBean()
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object.