wt.inf.team
Class FixProjectFolderAllAdHocPermission

java.lang.Object
  extended bywt.inf.team.FixProjectFolderAllAdHocPermission
All Implemented Interfaces:
RemoteAccess

public class FixProjectFolderAllAdHocPermission
extends Object
implements RemoteAccess


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
FixProjectFolderAllAdHocPermission()
           
 
Method Summary
private static WTUser computeReplacement(Project2 project, WTUser user)
           
static void doFixProjectFolderAllAdHocPermission()
           
private static ObjectIdentifier getOid(Object obj)
           
private static boolean isMemberOfTeam(ContainerTeam team, WTUser user)
           
private static boolean isUserEquivOrNested(WTPrincipal principal, WTUser user)
           
static void main(String[] args)
           
private static void sendFeedback(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixProjectFolderAllAdHocPermission

public FixProjectFolderAllAdHocPermission()
Method Detail

main

public static void main(String[] args)

doFixProjectFolderAllAdHocPermission

public static void doFixProjectFolderAllAdHocPermission()
                                                 throws WTException
Throws:
WTException

getOid

private static ObjectIdentifier getOid(Object obj)
                                throws WTException
Throws:
WTException

isMemberOfTeam

private static boolean isMemberOfTeam(ContainerTeam team,
                                      WTUser user)
                               throws WTException
Throws:
WTException

isUserEquivOrNested

private static boolean isUserEquivOrNested(WTPrincipal principal,
                                           WTUser user)
                                    throws WTException
Throws:
WTException

sendFeedback

private static void sendFeedback(String msg)
                          throws WTException
Throws:
WTException

computeReplacement

private static WTUser computeReplacement(Project2 project,
                                         WTUser user)
                                  throws WTException
Throws:
WTException