|
|||||||||
| 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. |
java.lang.String |
getLockKey()
Get the lock key if one was returned by the server, for use with other update and post object transactions. |
java.lang.Integer |
getLockTime()
Get the lock time if one was returned by 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. |
java.lang.String |
getTransactionId()
Get the transaction id if available. |
boolean |
getUpdateSuccess()
Check if the response code from the server was operational successful. |
java.util.List<UpdateWarning> |
getWarnings()
If any field warnings were returned then the list will contain all the warnings returned from the server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getTransactionId()
public java.lang.Integer getLockTime()
public java.lang.String getLockKey()
public java.util.Map<java.lang.String,java.lang.String> getReturnedRecord()
public java.util.List<UpdateError> getErrors()
public java.util.List<UpdateWarning> getWarnings()
public boolean getUpdateSuccess()
public int getResponseCode()
RETSUserSession.update(String, Map, int)public java.lang.String getResponseText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||