Interface CdpElementDao

    • Method Detail

      • findByCacheDeviceIdOfCdpLinksOfNode

        List<CdpElement> findByCacheDeviceIdOfCdpLinksOfNode​(int nodeId)
        Returns all CdpElements that have a globalDeviceId that matches a cacheDeviceId of a CdpLink related to the given node. Used to retrieve all CdpElements that need to be accessed when finding cdp links of a node.
      • deleteByNodeId

        void deleteByNodeId​(Integer nodeId)