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