|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchResult | |
com.retek.component.customerorder.batch | |
com.retek.component.rcombatch |
Uses of BatchResult in com.retek.component.customerorder.batch |
Methods in com.retek.component.customerorder.batch that return BatchResult | |
BatchResult |
CustomerOrderBatchSubprocess.getBatchResult()
Return the batch result (success, partial failure, complete failure) for the batch subprocess. |
BatchResult |
BaseCustomerOrderBatchSubprocess.getBatchResult()
|
Uses of BatchResult in com.retek.component.rcombatch |
Fields in com.retek.component.rcombatch declared as BatchResult | |
static BatchResult |
BatchResult.SUCCESS
|
static BatchResult |
BatchResult.PARTIAL_FAILURE
|
static BatchResult |
BatchResult.COMPLETE_FAILURE
|
Methods in com.retek.component.rcombatch that return BatchResult | |
BatchResult |
RcomAbstractBatchProgram.getBatchResult()
Returns batch result (SUCCESS, PARTIAL_FAILURE, or COMPLETE_FAILURE). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |