wt.projmgmt.util
Class FixRecordActualDateFlag
java.lang.Object
wt.projmgmt.util.FixRecordActualDateFlag
- All Implemented Interfaces:
- RemoteAccess
- public class FixRecordActualDateFlag
- extends Object
- implements RemoteAccess
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PAGE_SIZE
private static final int DEFAULT_PAGE_SIZE
- See Also:
- Constant Field Values
FixRecordActualDateFlag
public FixRecordActualDateFlag()
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