|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Company MoreData
| Field Summary | |
static int |
EXEC_CANCEL
A execucao da Action foi cancelada. |
static int |
EXEC_ERROR
Ocorreu um erro ao executar a Action. |
static int |
EXEC_SUCESS
A Action foi executada com sucesso. |
| Method Summary | |
DataEntry |
getDataEntry()
Devolve o DataEntry usado pelo pedido |
java.lang.String |
getErrorString()
Devolve uma mensagem de erro caso tenha ocorrido um. |
java.lang.Throwable |
getException()
Getter for property exception. |
int |
getExecutionCode()
Devolve um codigo que indica o resultado da execução da Action. |
void |
setErrorString(java.lang.String errorString)
Modifica a menssagem de erro a enviar numa resposta. |
void |
setException(java.lang.Throwable exception)
Setter for property exception. |
| Methods inherited from interface pt.moredata.dataentry.core.Message |
getParameter, putParameter |
| Field Detail |
public static final int EXEC_SUCESS
public static final int EXEC_ERROR
public static final int EXEC_CANCEL
| Method Detail |
public DataEntry getDataEntry()
public java.lang.String getErrorString()
public void setErrorString(java.lang.String errorString)
errorString - New value of property errorString.public java.lang.Throwable getException()
public void setException(java.lang.Throwable exception)
exception - New value of property exception.public int getExecutionCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||