|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataLinkInterfaceDao
DataLinkInterfaceDao interface.
| Method Summary | |
|---|---|
Collection<DataLinkInterface> |
findAll(Integer offset,
Integer limit)
findAll |
DataLinkInterface |
findById(Integer id)
findById |
Collection<DataLinkInterface> |
findByNodeId(Integer nodeId)
findByNodeId |
Collection<DataLinkInterface> |
findByNodeParentId(Integer nodeParentId)
findByNodeParentId |
| Methods inherited from interface org.opennms.netmgt.dao.OnmsDao |
|---|
clear, countAll, countMatching, delete, findAll, findMatching, flush, get, initialize, load, save, saveOrUpdate, update |
| Method Detail |
|---|
Collection<DataLinkInterface> findAll(Integer offset,
Integer limit)
findAll
offset - a Integer object.limit - a Integer object.
Collection object.DataLinkInterface findById(Integer id)
findById
id - a Integer object.
DataLinkInterface object.Collection<DataLinkInterface> findByNodeId(Integer nodeId)
findByNodeId
nodeId - a Integer object.
Collection object.Collection<DataLinkInterface> findByNodeParentId(Integer nodeParentId)
findByNodeParentId
nodeParentId - a Integer object.
Collection object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||