Uses of Class
com.avoka.tm.query.BillQuery
-
Uses of BillQuery in com.avoka.tm.query
Modifier and TypeMethodDescriptionBillQuery.addOrderByAsc
(String orderProperty) Add the sort order by ascending to the query.BillQuery.addOrderByDesc
(String orderProperty) Add the sort order by descending to the query.BillQuery.setBillingScore
(String billingScore) Set the billing score query parameter.BillQuery.setBillType
(String billType) Set the bill type query parameter.BillQuery.setClientCode
(String clientCode) Set the client code query parameter.BillQuery.setFetchLimit
(int fetchLimit) Set the query fetch limit to limit the maximum number of records returned.BillQuery.setFormCode
(String formCode) Set the form code query parameter.BillQuery.setFormVersion
(String formVersion) Set the form version query parameter.Set the bill id (PK) query parameter.BillQuery.setJourneyId
(Number journeyId) Set the journey id query parameter.BillQuery.setSubmissionId
(Number submissionId) Set the submission id query parameter.BillQuery.setSvcName
(String svcName) Set the service name query parameter.BillQuery.setSvcVersion
(String svcVersion) Set the service version query parameter.