Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest.v1 | |
org.opennms.web.svclayer.api | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
OnmsGroup |
GroupManager.getOnmsGroup(String groupName) |
OnmsGroup |
GroupManager.OnmsGroupMapper.map(Group inputGroup) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsGroup> |
GroupManager.OnmsGroupMapper.map(Collection<Group> inputGroups) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupManager.OnmsGroupMapper.map(OnmsGroup inputGroup) |
void |
GroupManager.save(OnmsGroup group) |
Modifier and Type | Method and Description |
---|---|
OnmsGroupList |
GroupManager.OnmsGroupListMapper.map(Collection<OnmsGroup> groups) |
Modifier and Type | Method and Description |
---|---|
OnmsGroup |
GroupConfig.getOnmsGroup(String groupName)
getOnmsGroup
|
Modifier and Type | Method and Description |
---|---|
void |
GroupConfig.save(OnmsGroup group)
save
|
Modifier and Type | Method and Description |
---|---|
List<OnmsGroup> |
OnmsGroupList.getGroups() |
List<OnmsGroup> |
OnmsGroupList.getObjects() |
Modifier and Type | Method and Description |
---|---|
void |
OnmsGroupList.setGroups(List<OnmsGroup> groups) |
Constructor and Description |
---|
OnmsGroupList(Collection<? extends OnmsGroup> groups) |
Modifier and Type | Method and Description |
---|---|
OnmsGroup |
GroupRestService.getGroup(String groupName) |
protected OnmsGroup |
GroupRestService.getOnmsGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupRestService.addGroup(javax.ws.rs.core.UriInfo uriInfo,
OnmsGroup group) |
Modifier and Type | Method and Description |
---|---|
OnmsGroup |
GroupService.getOnmsGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
GroupService.saveGroup(OnmsGroup group) |
Modifier and Type | Method and Description |
---|---|
OnmsGroup |
DefaultGroupService.getOnmsGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGroupService.saveGroup(OnmsGroup group) |
Copyright © 2021. All rights reserved.