Class SubmissionSummaryBean


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

      • requestCount

        public int requestCount
        The number of form request operations
      • saveCount

        public int saveCount
        The number of online save operations
      • submitCount

        public int submitCount
        The number of submit operations
    • Constructor Detail

      • SubmissionSummaryBean

        public SubmissionSummaryBean()
    • Method Detail

      • getRequestCount

        public int getRequestCount()
        Return the number of form request operations
        Returns:
        the number of form request operations
      • getSaveCount

        public int getSaveCount()
        Return the number of save operations
        Returns:
        the number of save operations
      • getSavePercent

        public Integer getSavePercent()
        Return the percentage of save operations
        Returns:
        the percentage of save operations
      • getSubmitCount

        public int getSubmitCount()
        Return the number of submit operations
        Returns:
        the number of submit operations
      • getSubmitPercent

        public Integer getSubmitPercent()
        Return the percentage of submit operations
        Returns:
        the percentage of submit operations