Uses of Interface
org.calypsonet.terminal.calypso.transaction.SearchCommandData
-
Packages that use SearchCommandData Package Description org.calypsonet.terminal.calypso.transaction Calypso card transaction API. -
-
Uses of SearchCommandData in org.calypsonet.terminal.calypso.transaction
Methods in org.calypsonet.terminal.calypso.transaction that return SearchCommandData Modifier and Type Method Description SearchCommandData
SearchCommandData. enableRepeatedOffset()
Allows the command to analyze the data present at the given offset, and repeatedly at each following offset, until the end of the record is reached.SearchCommandData
SearchCommandData. fetchFirstMatchingResult()
Requests to fetch the content of the first matching record into theCalypsoCard
.SearchCommandData
SearchCommandData. setMask(byte[] mask)
Sets the mask of bits to take into account during the comparison (padded right with FFh if absent or incomplete).SearchCommandData
SearchCommandData. setOffset(int offset)
Sets the offset in number of bytes from which the analysis should be performed within a record.SearchCommandData
SearchCommandData. setSearchData(byte[] data)
Sets the data to search.SearchCommandData
SearchCommandData. setSfi(byte sfi)
Sets the SFI of the EF in which the search is to be performed.SearchCommandData
SearchCommandData. startAtRecord(int recordNumber)
Sets the number of the record where the search should begin.Methods in org.calypsonet.terminal.calypso.transaction with parameters of type SearchCommandData Modifier and Type Method Description CardTransactionManager
CardTransactionManager. prepareSearchRecords(SearchCommandData data)
Schedules the execution of a Search Record Multiple command to search data in the records of the indicated EF, from a given record to the last record of the file.
-