Uses of Class
org.opennms.netmgt.model.OnmsGroup
-
Packages that use OnmsGroup 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 -
-
Uses of OnmsGroup in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config that return OnmsGroup Modifier and Type Method Description OnmsGroup
GroupManager. getOnmsGroup(String groupName)
OnmsGroup
GroupManager.OnmsGroupMapper. map(Group inputGroup)
Methods in org.opennms.netmgt.config that return types with arguments of type OnmsGroup Modifier and Type Method Description Collection<OnmsGroup>
GroupManager.OnmsGroupMapper. map(Collection<Group> inputGroups)
Methods in org.opennms.netmgt.config with parameters of type OnmsGroup Modifier and Type Method Description Group
GroupManager.OnmsGroupMapper. map(OnmsGroup inputGroup)
void
GroupManager. save(OnmsGroup group)
Method parameters in org.opennms.netmgt.config with type arguments of type OnmsGroup Modifier and Type Method Description OnmsGroupList
GroupManager.OnmsGroupListMapper. map(Collection<OnmsGroup> groups)
-
Uses of OnmsGroup in org.opennms.netmgt.config.api
Methods in org.opennms.netmgt.config.api that return OnmsGroup Modifier and Type Method Description OnmsGroup
GroupConfig. getOnmsGroup(String groupName)
getOnmsGroupMethods in org.opennms.netmgt.config.api with parameters of type OnmsGroup Modifier and Type Method Description void
GroupConfig. save(OnmsGroup group)
save -
Uses of OnmsGroup in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return types with arguments of type OnmsGroup Modifier and Type Method Description List<OnmsGroup>
OnmsGroupList. getGroups()
List<OnmsGroup>
OnmsGroupList. getObjects()
Method parameters in org.opennms.netmgt.model with type arguments of type OnmsGroup Modifier and Type Method Description void
OnmsGroupList. setGroups(List<OnmsGroup> groups)
Constructor parameters in org.opennms.netmgt.model with type arguments of type OnmsGroup Constructor Description OnmsGroupList(Collection<? extends OnmsGroup> groups)
-
Uses of OnmsGroup in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsGroup Modifier and Type Method Description OnmsGroup
GroupRestService. getGroup(String groupName)
protected OnmsGroup
GroupRestService. getOnmsGroup(String groupName)
Methods in org.opennms.web.rest.v1 with parameters of type OnmsGroup Modifier and Type Method Description javax.ws.rs.core.Response
GroupRestService. addGroup(javax.ws.rs.core.UriInfo uriInfo, OnmsGroup group)
-
Uses of OnmsGroup in org.opennms.web.svclayer.api
Methods in org.opennms.web.svclayer.api that return OnmsGroup Modifier and Type Method Description OnmsGroup
GroupService. getOnmsGroup(String groupName)
Methods in org.opennms.web.svclayer.api with parameters of type OnmsGroup Modifier and Type Method Description void
GroupService. saveGroup(OnmsGroup group)
-
Uses of OnmsGroup in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support that return OnmsGroup Modifier and Type Method Description OnmsGroup
DefaultGroupService. getOnmsGroup(String groupName)
Methods in org.opennms.web.svclayer.support with parameters of type OnmsGroup Modifier and Type Method Description void
DefaultGroupService. saveGroup(OnmsGroup group)
-