Uses of Class
com.avoka.tm.query.TxnHistoryQuery
-
Uses of TxnHistoryQuery in com.avoka.tm.query
Modifier and TypeMethodDescriptionTxnHistoryQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.TxnHistoryQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.TxnHistoryQuery.setAbandonFormStatus
(String abandonFormStatus) TxnHistoryQuery.setClientCode
(String clientCode) TxnHistoryQuery.setDeviceType
(String deviceType) TxnHistoryQuery.setEndDate
(Date endDate) TxnHistoryQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.TxnHistoryQuery.setFormAbandonType
(String formAbandonType) TxnHistoryQuery.setFormCode
(String formCode) TxnHistoryQuery.setFormStatus
(String formStatus) TxnHistoryQuery.setJobName
(String jobName) TxnHistoryQuery.setMilestone
(String milestone) TxnHistoryQuery.setPortalName
(String portalName) TxnHistoryQuery.setStartDate
(Date startDate) TxnHistoryQuery.setTime
(TxnHistoryQuery.Time time) TxnHistoryQuery.setTrackingCode
(String trackingCode) TxnHistoryQuery.setTxnRefNumber
(String transRefNumber) TxnHistoryQuery.setVersionNumber
(String versionNumber)