T - Type of the entry inside the collectionpublic class ExtDirectStoreReadResult<T> extends Object
| Constructor and Description |
|---|
ExtDirectStoreReadResult() |
ExtDirectStoreReadResult(Collection<T> records) |
ExtDirectStoreReadResult(Integer total,
Collection<T> records) |
ExtDirectStoreReadResult(Integer total,
Collection<T> records,
Boolean success) |
ExtDirectStoreReadResult(Long total,
Collection<T> records) |
ExtDirectStoreReadResult(Long total,
Collection<T> records,
Boolean success) |
ExtDirectStoreReadResult(T record) |
ExtDirectStoreReadResult(T[] record) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getMetaData() |
Collection<T> |
getRecords() |
Long |
getTotal() |
Boolean |
isSuccess() |
void |
setMetaData(MetaData metaData) |
String |
toString() |
public ExtDirectStoreReadResult()
public ExtDirectStoreReadResult(T record)
public ExtDirectStoreReadResult(T[] record)
public ExtDirectStoreReadResult(Collection<T> records)
public ExtDirectStoreReadResult(Integer total, Collection<T> records)
public ExtDirectStoreReadResult(Integer total, Collection<T> records, Boolean success)
public ExtDirectStoreReadResult(Long total, Collection<T> records)
public ExtDirectStoreReadResult(Long total, Collection<T> records, Boolean success)
public Long getTotal()
public Collection<T> getRecords()
public Boolean isSuccess()
public void setMetaData(MetaData metaData)
Copyright © 2010-2013. All Rights Reserved.