Package org.opennms.netmgt.dao.api
Interface UserNotificationDao
-
- All Superinterfaces:
OnmsDao<OnmsUserNotification,Integer>
- All Known Implementing Classes:
MockUserNotificationDao
,UserNotificationDaoHibernate
public interface UserNotificationDao extends OnmsDao<OnmsUserNotification,Integer>
UserNotificationDao interface.
-
-
Method Summary
-
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
-
-