Package com.ptc.netmarkets.role
Class StandardNmRoleService
java.lang.Object
wt.services.StandardManager
com.ptc.netmarkets.role.StandardNmRoleService
- All Implemented Interfaces:
NmRoleService,Serializable,wt.fc._NetFactor,NetFactor,wt.services.Manager
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: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddUsersToRole(NmCommandBean cb, String roleStr, ArrayList users)
Supported API: trueMethods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType, performShutdownProcess, performStartupProcess, registerEvents
-
Method Details
-
addUsersToRole
public ArrayList addUsersToRole(NmCommandBean cb, String roleStr, ArrayList users) throws WTException
Supported API: true- Specified by:
addUsersToRolein interfaceNmRoleService- Parameters:
cb-roleStr-users-- Returns:
- ArrayList
- Throws:
WTException
-