|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bigllc.retsiq.simpleclient.UpdateResponse
public class UpdateResponse
Update response bean. Supplies response information from update transaction such as field errors and the returned record.
| Method Summary | |
|---|---|
java.util.List<UpdateError> |
getErrors()
If any field errors were returned then the list will contain all the errors returned from the server. |
int |
getResponseCode()
Get the response code returned by the server. |
java.lang.String |
getResponseText()
Get the response text returned by the server. |
java.util.Map<java.lang.String,java.lang.String> |
getReturnedRecord()
Get a map with the returned record from the server. |
boolean |
getUpdateSuccess()
Check if the response code from the server was operational successful. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.String> getReturnedRecord()
public java.util.List<UpdateError> getErrors()
public boolean getUpdateSuccess()
public int getResponseCode()
com.bigllc.retsiq.simpleclient.RETSUserSession#update(String, Map, boolean)public java.lang.String getResponseText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||