Uses of Class
com.retek.component.rcombatch.BatchResult

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).
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25