Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.config.groups | |
org.opennms.web.group | |
org.opennms.web.svclayer.api | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
Group |
GroupManagerGroupDao.getGroup(String name)
Get a group using its name
|
Group |
GroupDao.getGroup(String name)
Get a group using its name
|
Group |
GroupManager.getGroup(String name)
Get a group using its name
|
Group |
GroupManager.OnmsGroupMapper.map(OnmsGroup inputGroup) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupManagerGroupDao.findGroupsForUser(String user)
findGroupsForUser
|
List<Group> |
GroupDao.findGroupsForUser(String user)
findGroupsForUser
|
List<Group> |
GroupManager.findGroupsForUser(String user)
findGroupsForUser
|
Map<String,Group> |
GroupManagerGroupDao.getGroups()
getGroups
|
Map<String,Group> |
GroupDao.getGroups()
Get the groups
|
Map<String,Group> |
GroupManager.getGroups()
Get the groups
|
Modifier and Type | Method and Description |
---|---|
OnmsGroup |
GroupManager.OnmsGroupMapper.map(Group inputGroup) |
void |
GroupManagerGroupDao.saveGroup(String name,
Group details)
Adds a new user and overwrites the "groups.xml"
|
void |
GroupDao.saveGroup(String name,
Group details)
Adds a new user and overwrites the "groups.xml"
|
void |
GroupManager.saveGroup(String name,
Group details)
Adds a new user and overwrites the "groups.xml"
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsGroup> |
GroupManager.OnmsGroupMapper.map(Collection<Group> inputGroups) |
void |
GroupManagerGroupDao.setGroups(Map<String,Group> groups)
Set the groups data
|
void |
GroupDao.setGroups(Map<String,Group> groups)
Set the groups data
|
void |
GroupManager.setGroups(Map<String,Group> grp)
Set the groups data
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupConfig.getGroup(String name)
getGroup
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupConfig.findGroupsForUser(String user)
findGroupsForUser
|
Map<String,Group> |
GroupConfig.getGroups()
getGroups
|
Modifier and Type | Method and Description |
---|---|
void |
GroupConfig.saveGroup(String name,
Group details)
saveGroup
|
Modifier and Type | Method and Description |
---|---|
void |
GroupConfig.setGroups(Map<String,Group> grp)
setGroups
|
Modifier and Type | Method and Description |
---|---|
Group[] |
Groups.getGroup()
Method getGroup.Returns the contents of the collection in an
Array.
|
Group |
Groups.getGroup(int index)
Method getGroup.
|
Group |
Groups.removeGroupAt(int index)
Method removeGroupAt.
|
static Group |
Group.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Group> |
Groups.enumerateGroup()
Method enumerateGroup.
|
List<Group> |
Groups.getGroupCollection()
Method getGroupCollection.Returns a reference to
'_groupList'.
|
Iterator<Group> |
Groups.iterateGroup()
Method iterateGroup.
|
Modifier and Type | Method and Description |
---|---|
void |
Groups.addGroup(Group vGroup) |
void |
Groups.addGroup(int index,
Group vGroup) |
boolean |
Groups.removeGroup(Group vGroup)
Method removeGroup.
|
void |
Groups.setGroup(Group[] vGroupArray) |
void |
Groups.setGroup(int index,
Group vGroup) |
Modifier and Type | Method and Description |
---|---|
void |
Groups.setGroup(List<Group> vGroupList)
Sets the value of '_groupList' by copying the given Vector.
|
void |
Groups.setGroupCollection(List<Group> groupList)
Deprecated.
|
Constructor and Description |
---|
WebGroup(Group group,
List<String> authorizedCategories)
Constructor for WebGroup.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.getGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupService.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
GroupService.saveGroup(Group group) |
void |
GroupService.saveGroup(Group group,
List<String> authorizedCategories) |
Modifier and Type | Method and Description |
---|---|
Group |
DefaultGroupService.getGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
DefaultGroupService.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGroupService.saveGroup(Group group) |
void |
DefaultGroupService.saveGroup(Group group,
List<String> authorizedCategories) |
Copyright © 2017. All rights reserved.