com.retek.component.customerorder.batch
Class RecalculateBackorderLineECDDBatch
java.lang.Object
com.retek.component.rcombatch.RcomAbstractBatchProgram
com.retek.component.customerorder.batch.RecalculateBackorderLineECDDBatch
- public class RecalculateBackorderLineECDDBatch
- extends RcomAbstractBatchProgram
This batch process finds all items from the staging table and then recalculates
the estimated customer delivery date of all order lines for those items that have
devlivery date in the past.
Batch command line arguments:
userId a user id used for audit purposes
Retek Inc. Copyright (c) 2003
Method Summary |
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 |
RecalculateBackorderLineECDDBatch
public RecalculateBackorderLineECDDBatch()
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
getLogger
protected RetekLogger getLogger()
- Description copied from class:
RcomAbstractBatchProgram
- Placeholder for the implementation's logger initialization.
- Specified by:
getLogger
in class RcomAbstractBatchProgram
main
public static void main(java.lang.String[] args)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28