public interface INotificationEventDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nId)
delete a notification event
|
NotificationEvent |
insert(NotificationEvent notificationEvent)
Inserts a notification event
|
List<NotificationEvent> |
loadByDemand(String strDemandId,
String strDemandTypeId)
Finds notifications associated to the specified demand id and demand type id.
|
List<NotificationEvent> |
loadByFilter(NotificationFilter notificationFilter)
Finds and populate notification according to the filter
|
NotificationEvent |
loadById(int nId)
Finds notifications associated to the id
|
List<Integer> |
loadIdsByFilter(NotificationFilter notificationFilter)
Load the ids of the notification events by filter
|
NotificationEvent loadById(int nId)
nId - List<NotificationEvent> loadByDemand(String strDemandId, String strDemandTypeId)
strDemandId - the demand idstrDemandTypeId - the demand type idList<NotificationEvent> loadByFilter(NotificationFilter notificationFilter)
notificationFilter - the filterNotificationEvent insert(NotificationEvent notificationEvent)
notificationEvent - the notification to insertvoid delete(int nId)
nId - List<Integer> loadIdsByFilter(NotificationFilter notificationFilter)
notificationFilter - The notification filterCopyright © 2021 City of Paris. All rights reserved.