Uses of Class
de.xima.fc.notification.ms.impl.dao.entities.NotificationSubscriptionEntity
Packages that use NotificationSubscriptionEntity
Package
Description
-
Uses of NotificationSubscriptionEntity in de.xima.fc.notification.ms.impl.authorization
Methods in de.xima.fc.notification.ms.impl.authorization with parameters of type NotificationSubscriptionEntityModifier and TypeMethodDescriptionbooleanNotificationPermissionController.hasSubscriptionPermission(NotificationSubscriptionEntity subscription, NotificationUser user, PermissionAction action) -
Uses of NotificationSubscriptionEntity in de.xima.fc.notification.ms.impl.dao
Methods in de.xima.fc.notification.ms.impl.dao that return NotificationSubscriptionEntityModifier and TypeMethodDescriptionINotificationSubscriptionEntityDao.create(NotificationSubscriptionEntity entity) INotificationSubscriptionEntityDao.update(NotificationSubscriptionEntity entity) Methods in de.xima.fc.notification.ms.impl.dao that return types with arguments of type NotificationSubscriptionEntityModifier and TypeMethodDescriptionINotificationSubscriptionEntityDao.findAll(NotificationAssigneeType assigneeType, Serializable assigneeId) INotificationSubscriptionEntityDao.findAll(NotificationType notificationType) Methods in de.xima.fc.notification.ms.impl.dao with parameters of type NotificationSubscriptionEntityModifier and TypeMethodDescriptionINotificationSubscriptionEntityDao.create(NotificationSubscriptionEntity entity) voidINotificationSubscriptionEntityDao.delete(NotificationSubscriptionEntity entity) INotificationSubscriptionEntityDao.update(NotificationSubscriptionEntity entity) -
Uses of NotificationSubscriptionEntity in de.xima.fc.notification.ms.impl.dao.entities
Methods in de.xima.fc.notification.ms.impl.dao.entities that return NotificationSubscriptionEntityMethods in de.xima.fc.notification.ms.impl.dao.entities with parameters of type NotificationSubscriptionEntityModifier and TypeMethodDescriptionvoidNotificationTargetEntity.setSubscription(NotificationSubscriptionEntity subscription) -
Uses of NotificationSubscriptionEntity in de.xima.fc.notification.ms.impl.dao.validation
Classes in de.xima.fc.notification.ms.impl.dao.validation that implement interfaces with type arguments of type NotificationSubscriptionEntityMethods in de.xima.fc.notification.ms.impl.dao.validation with parameters of type NotificationSubscriptionEntityModifier and TypeMethodDescriptionbooleanValidAssigneeIdValidator.isValid(NotificationSubscriptionEntity notificationSubscriptionEntity, javax.validation.ConstraintValidatorContext context)