wt.projmgmt.util
Class FixRecordActualDateFlag

java.lang.Object
  extended bywt.projmgmt.util.FixRecordActualDateFlag
All Implemented Interfaces:
RemoteAccess

public class FixRecordActualDateFlag
extends Object
implements RemoteAccess


Field Summary
private static int DEFAULT_PAGE_SIZE
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
FixRecordActualDateFlag()
           
 
Method Summary
static void errorOut(int code)
           
static void finish(Vector errorProjects)
           
static void fixAllProjects()
           
static void fixConfiguration(ExecutionObject anExecObj)
           
static void fixProject(Project2 aProject)
          Set the recordActualDate bit to true for all execution objects within the specified project.
static void fixProjectWrapper(Project2 aProject)
           
static QueryResult getProjectPlanDeliverables(ProjectPlan plan)
           
static void main(String[] args)
           
static void printOidHelp()
           
static void verbosePrint(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PAGE_SIZE

private static final int DEFAULT_PAGE_SIZE
See Also:
Constant Field Values
Constructor Detail

FixRecordActualDateFlag

public FixRecordActualDateFlag()
Method Detail

getProjectPlanDeliverables

public static QueryResult getProjectPlanDeliverables(ProjectPlan plan)
                                              throws Exception
Throws:
Exception

fixConfiguration

public static void fixConfiguration(ExecutionObject anExecObj)
                             throws Exception
Throws:
Exception

printOidHelp

public static void printOidHelp()

errorOut

public static void errorOut(int code)
                     throws Exception
Throws:
Exception

verbosePrint

public static void verbosePrint(String s)

finish

public static void finish(Vector errorProjects)

fixProjectWrapper

public static void fixProjectWrapper(Project2 aProject)
                              throws Exception
Throws:
Exception

fixProject

public static void fixProject(Project2 aProject)
                       throws Exception
Set the recordActualDate bit to true for all execution objects within the specified project.

Parameters:
aProject - a Project2 object, must be non-null.
Throws:
Exception - if an error occurs

fixAllProjects

public static void fixAllProjects()
                           throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception