|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Inteface defining common responsibilities for customer integration import result.
Field Summary | |
---|---|
static int |
CONCURRENCY_CONFLICT
|
static int |
DUPLICATE_REQUEST
|
static int |
FAILURE
|
static int |
SUCCESSFUL_IMPORT
|
Method Summary | |
---|---|
java.lang.Exception |
getException()
Return the exception for the import result, null if result is not a failure. |
java.lang.String |
getRequestId()
Return the import request identifier. |
int |
getStatus()
Return the import result status code. |
boolean |
isConcurrencyConflict()
Return a boolean if the result was a concurrency conflict (RCOM customer was updated more recently than import request). |
boolean |
isDuplicateImport()
Return a boolean if the result was a duplicate request. |
boolean |
isFailure()
Return a boolean if the result was failure. |
boolean |
isSuccessfulImport()
Return a boolean if the result was successful. |
Methods inherited from interface com.retek.commons.component.BusinessObject |
---|
getBusinessInterface |
Field Detail |
public static final int SUCCESSFUL_IMPORT
public static final int DUPLICATE_REQUEST
public static final int CONCURRENCY_CONFLICT
public static final int FAILURE
Method Detail |
public java.lang.String getRequestId()
public int getStatus()
public boolean isSuccessfulImport()
public boolean isDuplicateImport()
public boolean isConcurrencyConflict()
public boolean isFailure()
public java.lang.Exception getException()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |