Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest.v1 | |
org.opennms.web.rest.v2 |
Modifier and Type | Method and Description |
---|---|
OnmsMinion |
MinionDao.findById(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinion> |
MinionDao.findAll(Integer offset,
Integer limit) |
Collection<OnmsMinion> |
MinionDao.findByLocation(String string) |
Modifier and Type | Method and Description |
---|---|
OnmsMinion |
MinionDaoHibernate.findById(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinion> |
MinionDaoHibernate.findAll(Integer offset,
Integer limit) |
Collection<OnmsMinion> |
MinionDaoHibernate.findByLocation(String locationName) |
Modifier and Type | Method and Description |
---|---|
List<OnmsMinion> |
OnmsMinionCollection.getObjects() |
Constructor and Description |
---|
OnmsMinionCollection(Collection<? extends OnmsMinion> minion) |
Modifier and Type | Method and Description |
---|---|
OnmsMinion |
MinionRestService.getMinion(String minionId) |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<OnmsMinion> |
MinionRestService.createListWrapper(Collection<OnmsMinion> list) |
protected Class<OnmsMinion> |
MinionRestService.getDaoClass() |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<OnmsMinion> |
MinionRestService.createListWrapper(Collection<OnmsMinion> list) |
Copyright © 2017. All rights reserved.