|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
com.ptc.netmarkets.group.StandardNmGroupService
Use the newStandardNmGroupService
static factory method(s),
not the StandardNmGroupService
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 |
GROUP_GIF
|
private static String |
RESOURCE
|
private static String |
USER_GIF
|
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 | |
StandardNmGroupService()
|
Method Summary | |
NmChangeModel[] |
addGroupsToGroup(NmCommandBean cb,
NmOid parentGroup,
ArrayList childGroups,
boolean refreshTeams)
Supported API: false |
NmChangeModel[] |
addGroupsToRole(NmCommandBean cb,
String parentRoleStr,
ArrayList childGroups)
Supported API: false |
NmChangeModel[] |
addUsers(NmCommandBean cb,
NmOid group,
ArrayList users,
boolean refreshTeams)
Supported API: false |
private void |
copyTeamRoleToGroup(ContainerTeam fromTeam,
String fromRole,
WTGroup group)
|
NmChangeModel[] |
create(NmCommandBean cb,
String name,
String description)
Supported API: false |
NmChangeModel[] |
delete(NmCommandBean cb,
ArrayList groupOids)
Supported API: false |
String |
generateMailtoLink(NmOid oid,
String subject,
String body)
Supported API: false |
String |
getConceptualClassname()
Deprecated. |
NmGroup |
getGroup(NmCommandBean cb,
NmOid oid)
Supported API: false |
private ArrayList |
getGroupUserRowData(NmObject nmObject,
int level)
|
NmHTMLTableTree |
list(NmCommandBean cb)
Supported API: false |
static StandardNmGroupService |
newStandardNmGroupService()
Default factory for the class. |
NmChangeModel[] |
pasteToGroup(NmCommandBean cb)
Supported API: false |
NmChangeModel[] |
removeGroup(NmCommandBean cb)
Supported API: false |
NmChangeModel[] |
removeUser(NmCommandBean cb)
Supported API: false |
void |
resyncWithTeams(NmCommandBean cb)
Supported API: false |
NmChangeModel[] |
update(NmCommandBean cb,
String name,
String description)
Supported API: false |
NmModel |
view(NmCommandBean cb,
boolean popup)
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 USER_GIF
private static final String GROUP_GIF
Constructor Detail |
public StandardNmGroupService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardNmGroupService newStandardNmGroupService() throws WTException
WTException
public NmModel view(NmCommandBean cb, boolean popup) throws WTException
view
in interface NmGroupService
cb
- popup
-
WTException
public NmChangeModel[] addGroupsToGroup(NmCommandBean cb, NmOid parentGroup, ArrayList childGroups, boolean refreshTeams) throws WTException
addGroupsToGroup
in interface NmGroupService
cb
- parentGroup
- childGroups
- refreshTeams
-
WTException
public NmChangeModel[] removeGroup(NmCommandBean cb) throws WTException
removeGroup
in interface NmGroupService
cb
-
WTException
public NmHTMLTableTree list(NmCommandBean cb) throws WTException
list
in interface NmGroupService
cb
-
WTException
public String generateMailtoLink(NmOid oid, String subject, String body) throws WTException
generateMailtoLink
in interface NmGroupService
oid
- subject
- body
-
WTException
public NmChangeModel[] addUsers(NmCommandBean cb, NmOid group, ArrayList users, boolean refreshTeams) throws WTException
addUsers
in interface NmGroupService
cb
- group
- users
- refreshTeams
-
WTException
public NmChangeModel[] removeUser(NmCommandBean cb) throws WTException
removeUser
in interface NmGroupService
cb
-
WTException
public NmChangeModel[] create(NmCommandBean cb, String name, String description) throws WTException
create
in interface NmGroupService
cb
- name
- description
-
WTException
public NmChangeModel[] delete(NmCommandBean cb, ArrayList groupOids) throws WTException
delete
in interface NmGroupService
cb
- groupOids
-
WTException
public NmChangeModel[] update(NmCommandBean cb, String name, String description) throws WTException
update
in interface NmGroupService
cb
- name
- description
-
WTException
public NmGroup getGroup(NmCommandBean cb, NmOid oid) throws WTException
getGroup
in interface NmGroupService
cb
- oid
-
WTException
public NmChangeModel[] addGroupsToRole(NmCommandBean cb, String parentRoleStr, ArrayList childGroups) throws WTException
addGroupsToRole
in interface NmGroupService
cb
- parentRoleStr
- childGroups
-
WTException
public NmChangeModel[] pasteToGroup(NmCommandBean cb) throws WTException
pasteToGroup
in interface NmGroupService
cb
-
WTException
public void resyncWithTeams(NmCommandBean cb) throws WTException
resyncWithTeams
in interface NmGroupService
cb
-
WTException
private void copyTeamRoleToGroup(ContainerTeam fromTeam, String fromRole, WTGroup group) throws WTException
WTException
private ArrayList getGroupUserRowData(NmObject nmObject, int level) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |