public interface ApplicationDao extends OnmsDao<OnmsApplication,Integer>
ApplicationDao interface.
Modifier and Type | Method and Description |
---|---|
OnmsApplication |
findByName(String label)
findByName
|
List<ApplicationStatusEntity> |
getAlarmStatus()
Load all alarms from the alarm table which have a node id, ip address and service type set.
|
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
OnmsApplication findByName(String label)
findByName
label
- a String
object.OnmsApplication
object.List<ApplicationStatusEntity> getAlarmStatus()
Copyright © 2017. All rights reserved.