public interface LldpElementDao extends OnmsDao<LldpElement,Integer>
LldpElementDao interface.
Modifier and Type | Method and Description |
---|---|
void |
deleteByNodeId(Integer nodeid) |
List<LldpElement> |
findByChassisId(String chassisId,
LldpUtils.LldpChassisIdSubType type) |
LldpElement |
findByNodeId(Integer id) |
LldpElement |
findBySysname(String sysname) |
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
LldpElement findByNodeId(Integer id)
List<LldpElement> findByChassisId(String chassisId, LldpUtils.LldpChassisIdSubType type)
LldpElement findBySysname(String sysname)
void deleteByNodeId(Integer nodeid)
Copyright © 2021. All rights reserved.