wt.projmgmt.admin
Class MigrateCreator_PL60ToPL61

java.lang.Object
  extended bywt.projmgmt.admin.MigrateCreator_PL60ToPL61

public class MigrateCreator_PL60ToPL61
extends Object

This class is to correct the wrong project creator after migration from Projectlink6.0 to 6.1. First find the project manager, if only one manager, then set this manager to creator. Otherwise, find who is the first to log into the project and if the project manager, set this user to creator.


Field Summary
(package private) static DBProperties properties
           
 
Constructor Summary
MigrateCreator_PL60ToPL61()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

static DBProperties properties
Constructor Detail

MigrateCreator_PL60ToPL61

public MigrateCreator_PL60ToPL61()
Method Detail

main

public static void main(String[] args)
                 throws WTException,
                        SQLException,
                        WTPropertyVetoException,
                        ClassNotFoundException,
                        Exception
Throws:
WTException
SQLException
WTPropertyVetoException
ClassNotFoundException
Exception