com.retek.component.customerorder.batch
Class PublishCorrespondenceBatch

java.lang.Object
  extended bycom.retek.component.rcombatch.RcomAbstractBatchProgram
      extended bycom.retek.component.customerorder.batch.PublishCorrespondenceBatch

public class PublishCorrespondenceBatch
extends RcomAbstractBatchProgram

This batch process takes the notification information from the staging table and publishes the notification.

Must be run after the BackorderNotificationBatch process.

Batch command line arguments:

userId a user id used for audit purposes

Retek Inc. Copyright (c) 2003


Field Summary
 
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
PublishCorrespondenceBatch()
           
 
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.
 int getNumCorrespondenceProcessed()
           
 int getNumRequestsDeleted()
           
 int getNumRequestsProcessed()
           
 int getNumRolledRequests()
           
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
 

Constructor Detail

PublishCorrespondenceBatch

public PublishCorrespondenceBatch()
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

getNumCorrespondenceProcessed

public int getNumCorrespondenceProcessed()

getNumRequestsProcessed

public int getNumRequestsProcessed()

getNumRequestsDeleted

public int getNumRequestsDeleted()

getNumRolledRequests

public int getNumRolledRequests()

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