com.ptc.netmarkets.role
Interface NmRoleService

All Known Implementing Classes:
NmRoleServiceFwd, StandardNmRoleService

public interface NmRoleService



Supported API: false

Extendable: false


Method Summary
 ArrayList addUsersToRole(NmCommandBean cb, String roleStr, ArrayList users)
          

Supported API: false
 NmRole getNmRole(Role role)
          

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

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

Supported API: false
 

Method Detail

removeRoleFromProject

public NmChangeModel[] removeRoleFromProject(NmCommandBean cb)
                                      throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException

addUsersToRole

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


Supported API: false

Parameters:
cb -
roleStr -
users -
Returns:
ArrayList
Throws:
WTException

getNmRole

public NmRole getNmRole(Role role)
                 throws WTException


Supported API: false

Parameters:
role -
Returns:
NmRole
Throws:
WTException

removeRoleFromOrg

public NmChangeModel[] removeRoleFromOrg(NmCommandBean cb)
                                  throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException