Interface INotificationHistoryEntityDao
public interface INotificationHistoryEntityDao
- Since:
- 22.10.25
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionfindAll(NotificationAssigneeType assigneeType, Serializable assigneeId, NotificationType notificationType, NotificationChannelType notificationChannelType)
-
Method Details
-
findAll
List<NotificationHistoryEntity> findAll(NotificationAssigneeType assigneeType, Serializable assigneeId, NotificationType notificationType, NotificationChannelType notificationChannelType)
-