com.ptc.netmarkets.role
Class NmRoleServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.role.NmRoleServiceFwd
All Implemented Interfaces:
NmRoleService, RemoteAccess, Serializable

public class NmRoleServiceFwd
extends Object
implements RemoteAccess, NmRoleService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
NmRoleServiceFwd()
           
 
Method Summary
 ArrayList addUsersToRole(NmCommandBean cb, String roleStr, ArrayList users)
          

Supported API: false
private static Manager getManager()
           
 NmRole getNmRole(Role role)
          

Supported API: false
 NmChangeModel[] removeRoleFromOrg(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] removeRoleFromProject(NmCommandBean cb)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

NmRoleServiceFwd

public NmRoleServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

removeRoleFromProject

public NmChangeModel[] removeRoleFromProject(NmCommandBean cb)
                                      throws WTException


Supported API: false

Specified by:
removeRoleFromProject in interface NmRoleService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException

addUsersToRole

public ArrayList addUsersToRole(NmCommandBean cb,
                                String roleStr,
                                ArrayList users)
                         throws WTException


Supported API: false

Specified by:
addUsersToRole in interface NmRoleService
Parameters:
cb -
roleStr -
users -
Returns:
ArrayList
Throws:
WTException

getNmRole

public NmRole getNmRole(Role role)
                 throws WTException


Supported API: false

Specified by:
getNmRole in interface NmRoleService
Parameters:
role -
Returns:
NmRole
Throws:
WTException

removeRoleFromOrg

public NmChangeModel[] removeRoleFromOrg(NmCommandBean cb)
                                  throws WTException


Supported API: false

Specified by:
removeRoleFromOrg in interface NmRoleService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException