Uses of Class
de.xima.fc.notification.ms.impl.dao.entities.NotificationHistoryEntity
Packages that use NotificationHistoryEntity
Package
Description
-
Uses of NotificationHistoryEntity in de.xima.fc.notification.ms.impl.dao
Methods in de.xima.fc.notification.ms.impl.dao that return types with arguments of type NotificationHistoryEntityModifier and TypeMethodDescriptionINotificationHistoryEntityDao.findAll(NotificationAssigneeType assigneeType, Serializable assigneeId, NotificationType notificationType, NotificationChannelType notificationChannelType) -
Uses of NotificationHistoryEntity in de.xima.fc.notification.ms.impl.dao.entities
Methods in de.xima.fc.notification.ms.impl.dao.entities that return types with arguments of type NotificationHistoryEntityMethods in de.xima.fc.notification.ms.impl.dao.entities with parameters of type NotificationHistoryEntityModifier and TypeMethodDescriptionvoidNotificationTargetEntity.addHistoryEntry(NotificationHistoryEntity historyEntry) Method parameters in de.xima.fc.notification.ms.impl.dao.entities with type arguments of type NotificationHistoryEntityModifier and TypeMethodDescriptionvoidNotificationTargetEntity.setHistory(Set<NotificationHistoryEntity> history) -
Uses of NotificationHistoryEntity in de.xima.fc.notification.ms.impl.subscribers
Methods in de.xima.fc.notification.ms.impl.subscribers with parameters of type NotificationHistoryEntityModifier and TypeMethodDescriptionNotificationHistoryEntityMapper.toDto(NotificationHistoryEntity notificationHistoryEntity) NotificationHistoryEntityMapperImpl.toDto(NotificationHistoryEntity notificationHistoryEntity)