|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
com.ptc.netmarkets.role.StandardNmRoleService
Use the newStandardNmRoleService
static factory method(s),
not the StandardNmRoleService
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
CMDCLASSNAME
|
private static NmHTMLActionModel |
listActionModel
|
private static String |
RESOURCE
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardNmRoleService()
|
Method Summary | |
ArrayList |
addUsersToRole(NmCommandBean cb,
String roleStr,
ArrayList users)
Supported API: false |
String |
getConceptualClassname()
Deprecated. |
NmRole |
getNmRole(Role role)
Supported API: false |
static StandardNmRoleService |
newStandardNmRoleService()
Default factory for the class. |
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, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String CMDCLASSNAME
private static final NmHTMLActionModel listActionModel
Constructor Detail |
public StandardNmRoleService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardNmRoleService newStandardNmRoleService() throws WTException
WTException
public NmChangeModel[] removeRoleFromProject(NmCommandBean cb) throws WTException
removeRoleFromProject
in interface NmRoleService
cb
-
WTException
public ArrayList addUsersToRole(NmCommandBean cb, String roleStr, ArrayList users) throws WTException
addUsersToRole
in interface NmRoleService
cb
- roleStr
- users
-
WTException
public NmRole getNmRole(Role role) throws WTException
getNmRole
in interface NmRoleService
role
-
WTException
public NmChangeModel[] removeRoleFromOrg(NmCommandBean cb) throws WTException
removeRoleFromOrg
in interface NmRoleService
cb
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |