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