com.retek.component.customer.integration.batch
Class CustomerMergeExportBatch
java.lang.Object
com.retek.component.rcombatch.RcomAbstractBatchProgram
com.retek.component.customer.integration.batch.CustomerMergeExportBatch
- public class CustomerMergeExportBatch
- extends RcomAbstractBatchProgram
This batch process exports customer merge requests from the cst_customer_merge_request
table to an xml export file. This batch is part of the suite of customer integration
tools for the customer component.
No dependencies. Can be run independent of any other batch process.
Batch command line arguments:
-userId user identifier for the batch [Required]
-directoryPath directory path for xml output files [Required]
Retek Inc. Copyright (c) 2004
Methods inherited from class com.retek.component.rcombatch.RcomAbstractBatchProgram |
addFileWorkUnitArgument, addRequiredDirectoryPathArgument, addRequiredUserArgument, addWorkUnitArgument, getBatchResult, getBatchUser, getExitValue, getFileWorkUnitSize, getWorkUnitSize, promoteToCompleteFailure, promoteToPartialFailure, runBatchProcessCalledFromMain |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerMergeExportBatch
public CustomerMergeExportBatch()
doBatchProcess
public void doBatchProcess(java.util.Map args)
- Description copied from class:
RcomAbstractBatchProgram
- Placeholder for the implementation's batch process.
- Specified by:
doBatchProcess
in class RcomAbstractBatchProgram
- Parameters:
args
- map of (String to String) batch execution arguments
main
public static void main(java.lang.String[] args)
addObserver
public void addObserver(XmlExportBatchObserver rebo)
getLogger
protected RetekLogger getLogger()
- Description copied from class:
RcomAbstractBatchProgram
- Placeholder for the implementation's logger initialization.
- Specified by:
getLogger
in class RcomAbstractBatchProgram
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28