Uses of Interface
org.apache.syncope.core.provisioning.api.data.NotificationDataBinder
-
Packages that use NotificationDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of NotificationDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as NotificationDataBinder Modifier and Type Field Description protected NotificationDataBinderNotificationLogic. binderMethods in org.apache.syncope.core.logic with parameters of type NotificationDataBinder Modifier and Type Method Description NotificationLogicIdRepoLogicContext. notificationLogic(NotificationDataBinder binder, JobManager jobManager, JobStatusDAO jobStatusDAO, SchedulerFactoryBean scheduler, NotificationDAO notificationDAO)Constructors in org.apache.syncope.core.logic with parameters of type NotificationDataBinder Constructor Description NotificationLogic(JobManager jobManager, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, NotificationDAO notificationDAO, NotificationDataBinder binder) -
Uses of NotificationDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return NotificationDataBinder Modifier and Type Method Description NotificationDataBinderProvisioningContext. notificationDataBinder(EntityFactory entityFactory, MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser) -
Uses of NotificationDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement NotificationDataBinder Modifier and Type Class Description classNotificationDataBinderImpl
-