ch.ralscha.extdirectspring.bean
Class ExtDirectRawJsonStoreResponse
java.lang.Object
ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse<String>
ch.ralscha.extdirectspring.bean.ExtDirectRawJsonStoreResponse
public class ExtDirectRawJsonStoreResponse
- extends ExtDirectStoreResponse<String>
Special response of a DirectStore request. This class is useful if your data
is already in JSON format. Add the json to the records collection and the response will
contain the unfiltered json. There is no validation that the added json string is valid.
- Author:
- Ralph Schaer
ExtDirectRawJsonStoreResponse
public ExtDirectRawJsonStoreResponse()
ExtDirectRawJsonStoreResponse
public ExtDirectRawJsonStoreResponse(Collection<String> records)
ExtDirectRawJsonStoreResponse
public ExtDirectRawJsonStoreResponse(Integer total,
Collection<String> records)
ExtDirectRawJsonStoreResponse
public ExtDirectRawJsonStoreResponse(Integer total,
Collection<String> records,
Boolean success)
getRecords
public Collection<String> getRecords()
- Overrides:
getRecords in class ExtDirectStoreResponse<String>
toString
public String toString()
- Overrides:
toString in class ExtDirectStoreResponse<String>
Copyright © 2010. All Rights Reserved.