|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Repository public interface NodeDao
| Methods inherited from interface org.opennms.netmgt.dao.OnmsDao |
|---|
clear, countAll, countMatching, delete, findMatching, flush, get, initialize, load, save, saveOrUpdate, update |
| Method Detail |
|---|
OnmsNode get(String lookupCriteria)
lookupCriteria - the criteria, either the node ID, or a colon-separated string of foreignSource:foreignId
Collection<OnmsNode> findByLabel(String label)
findByLabel
label - a String object.
Collection object.Collection<OnmsNode> findNodes(OnmsDistPoller dp)
findNodes
dp - a OnmsDistPoller object.
Collection object.OnmsNode getHierarchy(Integer id)
getHierarchy
id - a Integer object.
OnmsNode object.Map<String,Integer> getForeignIdToNodeIdMap(String foreignSource)
getForeignIdToNodeIdMap
foreignSource - a String object.
Map object.
Collection<OnmsNode> findAllByVarCharAssetColumn(String columnName,
String columnValue)
findAllByVarCharAssetColumn
columnName - a String object.columnValue - a String object.
Collection object.
Collection<OnmsNode> findAllByVarCharAssetColumnCategoryList(String columnName,
String columnValue,
Collection<OnmsCategory> categories)
findAllByVarCharAssetColumnCategoryList
columnName - a String object.columnValue - a String object.categories - a Collection object.
Collection object.Collection<OnmsNode> findByCategory(OnmsCategory category)
findByCategory
category - a OnmsCategory object.
Collection object.Collection<OnmsNode> findAllByCategoryList(Collection<OnmsCategory> categories)
findAllByCategoryList
categories - a Collection object.
Collection object.
Collection<OnmsNode> findAllByCategoryLists(Collection<OnmsCategory> rowCatNames,
Collection<OnmsCategory> colCatNames)
findAllByCategoryLists
rowCatNames - a Collection object.colCatNames - a Collection object.
Collection object.List<OnmsNode> findAll()
findAll in interface OnmsDao<OnmsNode,Integer>List object.List<OnmsNode> findByForeignSource(String foreignSource)
findByForeignSource
foreignSource - a String object.
List object.
OnmsNode findByForeignId(String foreignSource,
String foreignId)
findByForeignId
foreignSource - a String object.foreignId - a String object.
OnmsNode object.int getNodeCountForForeignSource(String groupName)
getNodeCountForForeignSource
groupName - a String object.
List<OnmsNode> findAllProvisionedNodes()
findAllProvisionedNodes
List object.
List<OnmsIpInterface> findObsoleteIpInterfaces(Integer nodeId,
Date scanStamp)
findObsoleteIpInterfaces
nodeId - a Integer object.scanStamp - a Date object.
List object.
void deleteObsoleteInterfaces(Integer nodeId,
Date scanStamp)
deleteObsoleteInterfaces
nodeId - a Integer object.scanStamp - a Date object.
void updateNodeScanStamp(Integer nodeId,
Date scanStamp)
updateNodeScanStamp
nodeId - a Integer object.scanStamp - a Date object.Collection<Integer> getNodeIds()
getNodeIds
Collection object.
List<OnmsNode> findByForeignSourceAndIpAddress(String foreignSource,
String ipAddress)
findByForeignSourceAndIpAddress
foreignSource - a String object.ipAddress - a String object.
List object.
SurveillanceStatus findSurveillanceStatusByCategoryLists(Collection<OnmsCategory> rowCategories,
Collection<OnmsCategory> columnCategories)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||