wt.projmgmt.admin
Class FixPJLDefaultTeam

java.lang.Object
  extended bywt.projmgmt.admin.FixPJLDefaultTeam
All Implemented Interfaces:
RemoteAccess

public class FixPJLDefaultTeam
extends Object
implements RemoteAccess


Field Summary
private static String CLASSNAME
           
private static String DEFAULT_PROJECTLINK_TEAM
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
FixPJLDefaultTeam()
           
 
Method Summary
static void augmentRoles(Team team)
           
private static void fixLifeCycleAdHocAcls(Team team)
           
private static QueryResult getProjects()
           
private static Team getTeam(Project2 project)
           
static void main(String[] args)
           
private static void updateTeamMembership(Team team)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROJECTLINK_TEAM

private static String DEFAULT_PROJECTLINK_TEAM

CLASSNAME

private static final String CLASSNAME
Constructor Detail

FixPJLDefaultTeam

public FixPJLDefaultTeam()
Method Detail

main

public static void main(String[] args)

getProjects

private static QueryResult getProjects()
                                throws WTException
Throws:
WTException

getTeam

private static Team getTeam(Project2 project)
                     throws WTException
Throws:
WTException

updateTeamMembership

private static void updateTeamMembership(Team team)
                                  throws WTException
Throws:
WTException

fixLifeCycleAdHocAcls

private static void fixLifeCycleAdHocAcls(Team team)
                                   throws WTException
Throws:
WTException

augmentRoles

public static void augmentRoles(Team team)
                         throws WTException
Throws:
WTException