Uses of Interface
org.apache.syncope.core.persistence.api.entity.Notification
-
-
Uses of Notification in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return Notification Modifier and Type Method Description NotificationNotificationDAO. find(String key)NotificationNotificationDAO. save(Notification notification)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Notification Modifier and Type Method Description List<Notification>NotificationDAO. findAll()List<Notification>NotificationDAO. findByRecipientsProvider(Implementation recipientsProvider)List<Notification>NotificationDAO. findByTemplate(MailTemplate template)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Notification Modifier and Type Method Description intTaskDAO. count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey)<T extends Task<T>>
List<T>TaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)NotificationNotificationDAO. save(Notification notification) -
Uses of Notification in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return Notification Modifier and Type Method Description NotificationAnyAbout. getNotification()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Notification Modifier and Type Method Description voidAnyAbout. setNotification(Notification notification) -
Uses of Notification in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return Notification Modifier and Type Method Description NotificationNotificationTask. getNotification()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type Notification Modifier and Type Method Description voidNotificationTask. setNotification(Notification notification) -
Uses of Notification in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Notification Modifier and Type Method Description NotificationJPANotificationDAO. find(String key)NotificationJPANotificationDAO. save(Notification notification)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Notification Modifier and Type Method Description List<Notification>JPANotificationDAO. findAll()List<Notification>JPANotificationDAO. findByRecipientsProvider(Implementation recipientsProvider)List<Notification>JPANotificationDAO. findByTemplate(MailTemplate template)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Notification Modifier and Type Method Description protected StringBuilderJPATaskDAO. buildFindAllQuery(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, boolean orderByTaskExecInfo, List<Object> parameters)intJPATaskDAO. count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey)<T extends Task<T>>
List<T>JPATaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)NotificationJPANotificationDAO. save(Notification notification) -
Uses of Notification in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Notification Modifier and Type Class Description classJPANotificationMethods in org.apache.syncope.core.persistence.jpa.entity that return Notification Modifier and Type Method Description NotificationJPAAnyAbout. getNotification()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Notification Modifier and Type Method Description voidJPAAnyAbout. setNotification(Notification notification) -
Uses of Notification in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return Notification Modifier and Type Method Description NotificationJPANotificationTask. getNotification()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type Notification Modifier and Type Method Description voidJPANotificationTask. setNotification(Notification notification) -
Uses of Notification in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return Notification Modifier and Type Method Description NotificationNotificationDataBinder. create(NotificationTO notificationTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Notification Modifier and Type Method Description NotificationTONotificationDataBinder. getNotificationTO(Notification notification)voidNotificationDataBinder. update(Notification notification, NotificationTO notificationTO) -
Uses of Notification in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type Notification Modifier and Type Method Description Set<String>RecipientsProvider. provideRecipients(Notification notification, Any<?> any, Map<String,Object> jexlVars) -
Uses of Notification in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return Notification Modifier and Type Method Description NotificationNotificationDataBinderImpl. create(NotificationTO notificationTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Notification Modifier and Type Method Description NotificationTONotificationDataBinderImpl. getNotificationTO(Notification notification)voidNotificationDataBinderImpl. update(Notification notification, NotificationTO notificationTO) -
Uses of Notification in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type Notification Modifier and Type Method Description protected NotificationTaskDefaultNotificationManager. getNotificationTask(Notification notification, Any<?> any, Map<String,Object> jexlVars)Create a notification task. -
Uses of Notification in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type Notification Modifier and Type Method Description Set<String>TestNotificationRecipientsProvider. provideRecipients(Notification notification, Any<?> any, Map<String,Object> jexlVars)
-