Interface INotificationSubscriptionEntityDao
public interface INotificationSubscriptionEntityDao
DAO for reading and writing
NotificationSubscriptionEntity entities.- Since:
- 8.5.0
- Author:
- XIMA Media GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate(NotificationSubscriptionEntity entity) voiddelete(NotificationSubscriptionEntity entity) findAll(NotificationAssigneeType assigneeType, Serializable assigneeId) findAll(NotificationType notificationType) update(NotificationSubscriptionEntity entity)
-
Method Details
-
create
NotificationSubscriptionEntity create(NotificationSubscriptionEntity entity) throws FcNotificationsManagementException -
update
NotificationSubscriptionEntity update(NotificationSubscriptionEntity entity) throws FcNotificationsManagementException -
delete
-
findById
-
findAll
-
findAll
List<NotificationSubscriptionEntity> findAll(NotificationAssigneeType assigneeType, Serializable assigneeId)
-