|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bigllc.retsiq.simpleclient.AbstractSearchResponseHandler
com.bigllc.retsiq.simpleclient.RecordCollectionResponseHandler
public class RecordCollectionResponseHandler
Search handler that collects all the records in a response and returns as a list of SearchRecord objects.
| Field Summary |
|---|
| Fields inherited from class com.bigllc.retsiq.simpleclient.AbstractSearchResponseHandler |
|---|
columnNameIndex, columns, currentRow, hasMoreRecords, path, query, recordCount, recordsInResponse, responseDelimiter, responseDelimiterHex, select, session |
| Constructor Summary | |
|---|---|
RecordCollectionResponseHandler()
|
|
| Method Summary | |
|---|---|
void |
dataChild(SearchRecord record)
Override this method if derived handler wants to receive notification of data(). |
java.util.List<SearchRecord> |
getRecords()
Get all the records returned in the response. |
| Methods inherited from class com.bigllc.retsiq.simpleclient.AbstractSearchResponseHandler |
|---|
columns, columnsChild, count, countChild, data, delimiter, delimiterChild, done, getColumns, getHasMoreRecords, getPath, getQuery, getRecordCount, getRecordsInResponse, getResponseDelimiter, getResponseDelimiterHex, getSelect, getSession, hasMoreData, hasMoreDataChild, noRecordsFound, noRecordsFoundChild, responseCode, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordCollectionResponseHandler()
| Method Detail |
|---|
public java.util.List<SearchRecord> getRecords()
public void dataChild(SearchRecord record)
AbstractSearchResponseHandler
dataChild in class AbstractSearchResponseHandlerAbstractSearchResponseHandler.dataChild(SearchRecord)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||