Interface GrafanaEndpointDao
-
- All Superinterfaces:
OnmsDao<GrafanaEndpoint,java.lang.Long>
- All Known Implementing Classes:
GrafanaEndpointDaoImpl
@Repository public interface GrafanaEndpointDao extends OnmsDao<GrafanaEndpoint,java.lang.Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrafanaEndpoint
getByUid(java.lang.String endpointUid)
-
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
-
getByUid
GrafanaEndpoint getByUid(java.lang.String endpointUid)
-
-