Interface LldpElementDao

    • Method Detail

      • findByChassisOfLldpLinksOfNode

        List<LldpElement> findByChassisOfLldpLinksOfNode​(int nodeId)
        Returns all LldpElements that have a chassisId/chassisIdSubType that match the corresponding fields of a LldpElement that is related to the given node. Used to retrieve all LldpElements that need to be accessed when finding lldp links of a node.
      • deleteByNodeId

        void deleteByNodeId​(Integer nodeid)