com.retek.component.media.batch
Class UpdateMediaStatusBatch
java.lang.Object
com.retek.component.rcombatch.RcomAbstractBatchProgram
com.retek.component.media.batch.UpdateMediaStatusBatch
- public class UpdateMediaStatusBatch
- extends RcomAbstractBatchProgram
This batch process takes all un-active media and verifies that active date is today
or before and that all required information is populated. If validation succeeds,
the batch process updates the status to active.
No dependencies. Can be run independent of any other batch process.
Batch command line arguments:
-fileName the name of the file used for audit purposes [Required]
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 |
FILE_NAME_ARGUMENT_KEY
public static final java.lang.String FILE_NAME_ARGUMENT_KEY
- See Also:
- Constant Field Values
UpdateMediaStatusBatch
public UpdateMediaStatusBatch()
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)
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