public interface TimerNotificationDao extends com.whitestein.lsps.common.BasicDao<TimerNotification,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByModelInstanceId(long modelInstanceId)
Deletes all notifications registered on given model instance
|
List<TimerNotification> |
findAll() |
List<TimerNotification> |
findByModelInstanceId(long modelInstanceId) |
List<TimerNotification> findAll()
TimerNotification objects.List<TimerNotification> findByModelInstanceId(long modelInstanceId)
modelInstanceId - TimerNotification objects registered for
model instance with given id.void deleteByModelInstanceId(long modelInstanceId)
modelInstanceId - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.