wt.projmgmt.admin
Class MigrateCreator_PL60ToPL61
java.lang.Object
wt.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
static DBProperties properties
MigrateCreator_PL60ToPL61
public MigrateCreator_PL60ToPL61()
main
public static void main(String[] args)
throws WTException,
SQLException,
WTPropertyVetoException,
ClassNotFoundException,
Exception
- Throws:
WTException
SQLException
WTPropertyVetoException
ClassNotFoundException
Exception