com.retek.component.customer.integration.batch
Class CustomerFileImportBatch

java.lang.Object
  extended bycom.retek.component.rcombatch.RcomAbstractBatchProgram
      extended bycom.retek.component.customer.integration.batch.CustomerFileImportBatch

public class CustomerFileImportBatch
extends RcomAbstractBatchProgram

This batch process imports customer imports from an input xml file. The customer data is either added if it is an add customer import or updated if it is an update customer import.

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


Field Summary
static java.lang.String INPUT_DIRECTORY_PATH_ARGUMENT_KEY
           
static java.lang.String WORKER_THREADS_ARGUMENT_KEY
          Batch argument for number of worker threads.
 
Fields inherited from class com.retek.component.rcombatch.RcomAbstractBatchProgram
DEFAULT_FILE_WORK_UNIT_SIZE, DEFAULT_WORK_UNIT_SIZE, DIRECTORY_PATH_ARGUMENT_KEY, FILE_WORK_UNIT_SIZE_ARGUMENT_KEY, USER_ID_ARGUMENT_KEY, WORK_UNIT_SIZE_ARGUMENT_KEY
 
Constructor Summary
CustomerFileImportBatch()
           
 
Method Summary
 void addObserver(CustomerFileImportBatchObserver rebo)
           
 void doBatchProcess(java.util.Map args)
          Placeholder for the implementation's batch process.
protected  RetekLogger getLogger()
          Placeholder for the implementation's logger initialization.
static void main(java.lang.String[] args)
           
 
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
 

Field Detail

INPUT_DIRECTORY_PATH_ARGUMENT_KEY

public static final java.lang.String INPUT_DIRECTORY_PATH_ARGUMENT_KEY
See Also:
Constant Field Values

WORKER_THREADS_ARGUMENT_KEY

public static final java.lang.String WORKER_THREADS_ARGUMENT_KEY
Batch argument for number of worker threads.

See Also:
Constant Field Values
Constructor Detail

CustomerFileImportBatch

public CustomerFileImportBatch()
Method Detail

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(CustomerFileImportBatchObserver rebo)

getLogger

protected RetekLogger getLogger()
Description copied from class: RcomAbstractBatchProgram
Placeholder for the implementation's logger initialization.

Specified by:
getLogger in class RcomAbstractBatchProgram


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