@Deprecated public class ExtDirectRawJsonStoreReadResult extends ExtDirectStoreReadResult<String>
| Constructor and Description |
|---|
ExtDirectRawJsonStoreReadResult(Collection<String> records)
Deprecated.
|
ExtDirectRawJsonStoreReadResult(Integer total,
Collection<String> records)
Deprecated.
|
ExtDirectRawJsonStoreReadResult(Integer total,
Collection<String> records,
Boolean success)
Deprecated.
|
ExtDirectRawJsonStoreReadResult(Long total,
Collection<String> records)
Deprecated.
|
ExtDirectRawJsonStoreReadResult(Long total,
Collection<String> records,
Boolean success)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getRecords()
Deprecated.
|
String |
toString()
Deprecated.
|
getMetaData, getTotal, isSuccess, setMetaDatapublic ExtDirectRawJsonStoreReadResult(Collection<String> records)
public ExtDirectRawJsonStoreReadResult(Integer total, Collection<String> records)
public ExtDirectRawJsonStoreReadResult(Integer total, Collection<String> records, Boolean success)
public ExtDirectRawJsonStoreReadResult(Long total, Collection<String> records)
public ExtDirectRawJsonStoreReadResult(Long total, Collection<String> records, Boolean success)
public Collection<String> getRecords()
getRecords in class ExtDirectStoreReadResult<String>public String toString()
toString in class ExtDirectStoreReadResult<String>Copyright © 2010-2013. All Rights Reserved.