Package com.avoka.fc.core.bean
Class SubmissionSummaryBean
java.lang.Object
com.avoka.fc.core.bean.SubmissionSummaryBean
Provides a bean for submission summary counts. This bean is used on the TransactionTrend page.
- Since:
- 4.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe number of form request operationsintThe number of online save operationsintThe number of submit operations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturn the number of form request operationsintReturn the number of save operationsReturn the percentage of save operationsintReturn the number of submit operationsReturn the percentage of submit operations
-
Field Details
-
requestCount
public int requestCountThe number of form request operations -
saveCount
public int saveCountThe number of online save operations -
submitCount
public int submitCountThe number of submit operations
-
-
Constructor Details
-
SubmissionSummaryBean
public SubmissionSummaryBean()
-
-
Method Details
-
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
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
Return the percentage of submit operations- Returns:
- the percentage of submit operations
-