java.lang.Object
ch.ralscha.extdirectspring.bean.JsonViewHint
ch.ralscha.extdirectspring.bean.EdStoreResult<T>
- Type Parameters:
T- Type of the entry inside the collection
Class representing the result of STORE_READ and STORE_MODIFY methods.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> EdStoreResult.Builder<T> builder()abstract Stringmessage()metaData()abstract Collection<T> records()abstract Booleansuccess()static <T> EdStoreResult<T> success(Collection<T> records) static <T> EdStoreResult<T> success(Collection<T> records, Class<?> jsonView) static <T> EdStoreResult<T> success(Collection<T> records, Long total) static <T> EdStoreResult<T> success(Collection<T> records, Long total, Class<?> jsonView) static <T> EdStoreResult<T> success(T record) static <T> EdStoreResult<T> success(T[] records) abstract Longtotal()Methods inherited from class ch.ralscha.extdirectspring.bean.JsonViewHint
getJsonView, setJsonView
-
Constructor Details
-
EdStoreResult
public EdStoreResult()
-
-
Method Details
-
records
-
total
-
success
-
metaData
-
message
-
success
-
success
-
success
-
success
-
success
-
success
-
builder
-