public interface StpNodeDao extends LegacyOnmsDao<OnmsStpNode,Integer>
Modifier and Type | Method and Description |
---|---|
void |
deactivateForNodeIdIfOlderThan(int nodeid,
Date scanTime) |
void |
deleteForNodeIdIfOlderThan(int nodeid,
Date scanTime) |
OnmsStpNode |
findByNodeAndVlan(Integer nodeId,
Integer baseVlan) |
void |
markDeletedIfNodeDeleted() |
void |
setStatusForNode(Integer nodeid,
OnmsArpInterface.StatusType action) |
countMatching, findMatching
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
void markDeletedIfNodeDeleted()
void deactivateForNodeIdIfOlderThan(int nodeid, Date scanTime)
void deleteForNodeIdIfOlderThan(int nodeid, Date scanTime)
void setStatusForNode(Integer nodeid, OnmsArpInterface.StatusType action)
OnmsStpNode findByNodeAndVlan(Integer nodeId, Integer baseVlan)
Copyright © 2015. All rights reserved.