com.retek.component.customerorder.batch
Class BackorderNotificationBatch
java.lang.Object
com.retek.component.rcombatch.RcomAbstractBatchProgram
com.retek.component.customerorder.batch.BackorderNotificationBatch
- public class BackorderNotificationBatch
- extends RcomAbstractBatchProgram
This batch process looks at all order lines in backorder status and determines if a backorder
notification needs to be sent to the customer. The batch process inserts into a staging table
with the pertinent notification information (order line, template name, delivery method) that
needs to be available for inventory management to review before they are sent to the customer.
Needs to be run before PublishCorrespondenceBatch.
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 |
BackorderNotificationBatch
public BackorderNotificationBatch()
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
getLinesProcessed
public int getLinesProcessed()
getNotificationsRequested
public int getNotificationsRequested()
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28