Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.config.groups |
This file is part of OpenNMS(R).
|
org.opennms.web.group | |
org.opennms.web.svclayer.api | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
Group |
GroupManager.getGroup(String name)
Get a group using its name
|
Group |
GroupManagerGroupDao.getGroup(String name)
Get a group using its name
|
Group |
GroupDao.getGroup(String name)
Get a group using its name
|
Group |
GroupManager.OnmsGroupMapper.map(OnmsGroup inputGroup) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupManager.findGroupsForUser(String user)
findGroupsForUser
|
List<Group> |
GroupManagerGroupDao.findGroupsForUser(String user)
findGroupsForUser
|
List<Group> |
GroupDao.findGroupsForUser(String user)
findGroupsForUser
|
Map<String,Group> |
GroupManager.getGroups()
Get the groups
|
Map<String,Group> |
GroupManagerGroupDao.getGroups()
getGroups
|
Map<String,Group> |
GroupDao.getGroups()
Get the groups
|
Modifier and Type | Method and Description |
---|---|
OnmsGroup |
GroupManager.OnmsGroupMapper.map(Group inputGroup) |
void |
GroupManager.saveGroup(String name,
Group details)
Adds a new user and overwrites the "groups.xml"
|
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"
|
Modifier and Type | Method and Description |
---|---|
Collection<OnmsGroup> |
GroupManager.OnmsGroupMapper.map(Collection<Group> inputGroups) |
void |
GroupManager.setGroups(Map<String,Group> grp)
Set the groups data
|
void |
GroupManagerGroupDao.setGroups(Map<String,Group> groups)
Set the groups data
|
void |
GroupDao.setGroups(Map<String,Group> groups)
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 |
---|---|
List<Group> |
Groupinfo.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
Groupinfo.addGroup(Group group) |
Modifier and Type | Method and Description |
---|---|
void |
Groupinfo.setGroups(List<Group> groups) |
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 © 2021. All rights reserved.