com.retek.component.customerorder.batch
Interface CustomerOrderBatchSubprocess

All Known Implementing Classes:
BaseCustomerOrderBatchSubprocess

public interface CustomerOrderBatchSubprocess

Interface defining the operations for a customer order batch subprocess.


Method Summary
 void executeSubprocess(java.util.Map args)
          Execute the batch subprocess.
 BatchResult getBatchResult()
          Return the batch result (success, partial failure, complete failure) for the batch subprocess.
 java.lang.String getSubprocessName()
          Return the subprocess name for logging information.
 

Method Detail

executeSubprocess

public void executeSubprocess(java.util.Map args)
Execute the batch subprocess.

Parameters:
args -
Throws:
SystemException

getBatchResult

public BatchResult getBatchResult()
Return the batch result (success, partial failure, complete failure) for the batch subprocess.

Returns:
BatchResult subprocess batch result

getSubprocessName

public java.lang.String getSubprocessName()
Return the subprocess name for logging information.

Returns:
String subprocess name


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28