Interface LldpElementDao
-
- All Superinterfaces:
OnmsDao<LldpElement,Integer>
- All Known Implementing Classes:
LldpElementDaoHibernate
public interface LldpElementDao extends OnmsDao<LldpElement,Integer>
LldpElementDao interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteByNodeId(Integer nodeid)
List<LldpElement>
findByChassisId(String chassisId, LldpUtils.LldpChassisIdSubType type)
LldpElement
findByNodeId(Integer id)
LldpElement
findBySysname(String sysname)
-
Methods inherited from interface org.opennms.netmgt.dao.api.OnmsDao
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
-
-
-
-
Method Detail
-
findByNodeId
LldpElement findByNodeId(Integer id)
-
findByChassisId
List<LldpElement> findByChassisId(String chassisId, LldpUtils.LldpChassisIdSubType type)
-
findBySysname
LldpElement findBySysname(String sysname)
-
deleteByNodeId
void deleteByNodeId(Integer nodeid)
-
-