public interface TimerNotificationDao extends com.whitestein.lsps.common.BasicDao<TimerNotification,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByModelInstanceId(long modelInstanceId)
Deletes all notifications registered on given model instance
|
java.util.List<TimerNotification> |
findAll() |
java.util.List<TimerNotification> |
findByModelInstanceId(long modelInstanceId) |
java.util.List<TimerNotification> findAll()
TimerNotification objects.java.util.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.