com.ptc.netmarkets.role
Class NmRoleServiceFwd
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER
static final boolean SERVER
FC_RESOURCE
private static final String FC_RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
NmRoleServiceFwd
public NmRoleServiceFwd()
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