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
Modifier and TypeFieldDescriptionint
The number of form request operationsint
The number of online save operationsint
The number of submit operations -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the number of form request operationsint
Return the number of save operationsReturn the percentage of save operationsint
Return 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
-