com.retek.component.customerorder.batch
Class ReleaseOrderToWmsBatch
java.lang.Object
com.retek.component.rcombatch.RcomAbstractBatchProgram
com.retek.component.customerorder.batch.ReleaseOrderToWmsBatch
- public class ReleaseOrderToWmsBatch
- extends RcomAbstractBatchProgram
This batch process takes all the non-direct ship order lines in reserved status
and rolls them up to a ship request (orderlines being sent to the same ship to
via the same ship method) and publishes them to the RIB. The WMS takes them from
the RIB for fulfillment.
Needs to be run after MasterCreditCardAuthBatch has run.
Needs to be run after ReleaseBackorderedLinesBatch has run.
Batch command line arguments:
userId a user id used for audit purposes
Retek Inc. Copyright (c) 2003
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 |
ReleaseOrderToWmsBatch
public ReleaseOrderToWmsBatch()
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
getOrdersProcessed
public int getOrdersProcessed()
main
public static void main(java.lang.String[] args)
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