T - Type of the entry inside the collection@Deprecated public class ExtDirectStoreResponse<T> extends ExtDirectStoreReadResult<T>
Deprecated use ExtDirectStoreReadResult instead| Constructor and Description |
|---|
ExtDirectStoreResponse()
Deprecated.
|
ExtDirectStoreResponse(Collection<T> records)
Deprecated.
|
ExtDirectStoreResponse(Integer total,
Collection<T> records)
Deprecated.
|
ExtDirectStoreResponse(Integer total,
Collection<T> records,
Boolean success)
Deprecated.
|
ExtDirectStoreResponse(T record)
Deprecated.
|
ExtDirectStoreResponse(T[] record)
Deprecated.
|
getMetaData, getRecords, getTotal, isSuccess, setMetaData, toStringpublic 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)
Copyright © 2010-2013. All Rights Reserved.