Uses of Interface
org.apache.syncope.core.persistence.api.dao.NotificationDAO
-
-
Uses of NotificationDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as NotificationDAO Modifier and Type Field Description protected NotificationDAO
ImplementationLogic. notificationDAO
protected NotificationDAO
MailTemplateLogic. notificationDAO
protected NotificationDAO
NotificationLogic. notificationDAO
protected NotificationDAO
TaskLogic. notificationDAO
Methods in org.apache.syncope.core.logic with parameters of type NotificationDAO Modifier and Type Method Description ImplementationLogic
IdRepoLogicContext. implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO externalResourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO)
MailTemplateLogic
IdRepoLogicContext. mailTemplateLogic(MailTemplateDAO mailTemplateDAO, EntityFactory entityFactory, NotificationDAO notificationDAO)
NotificationLogic
IdRepoLogicContext. notificationLogic(NotificationDataBinder binder, JobManager jobManager, JobStatusDAO jobStatusDAO, SchedulerFactoryBean scheduler, NotificationDAO notificationDAO)
TaskLogic
IdRepoLogicContext. taskLogic(JobManager jobManager, PropagationTaskExecutor taskExecutor, TaskExecDAO taskExecDAO, TaskDAO taskDAO, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ExternalResourceDAO externalResourceDAO, NotificationJobDelegate notificationJobDelegate, TaskDataBinder taskDataBinder, TaskUtilsFactory taskUtilsFactory, NotificationDAO notificationDAO)
-
Uses of NotificationDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return NotificationDAO Modifier and Type Method Description NotificationDAO
PersistenceContext. notificationDAO(TaskDAO taskDAO)
-
Uses of NotificationDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement NotificationDAO Modifier and Type Class Description class
JPANotificationDAO
-
Uses of NotificationDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type NotificationDAO Modifier and Type Method Description NotificationManager
ProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)
-
Uses of NotificationDAO in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as NotificationDAO Modifier and Type Field Description protected NotificationDAO
DefaultNotificationManager. notificationDAO
Constructors in org.apache.syncope.core.provisioning.java.notification with parameters of type NotificationDAO Constructor Description DefaultNotificationManager(DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, SearchCondVisitor searchCondVisitor)
-
Uses of NotificationDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type NotificationDAO Modifier and Type Method Description SyncopeCoreInfoContributor
SyncopeCoreApplication. syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, ApplicationContext ctx, PersistenceInfoDAO persistenceInfoDAO)
-
Uses of NotificationDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as NotificationDAO Modifier and Type Field Description protected NotificationDAO
DefaultSyncopeCoreInfoContributor. notificationDAO
Constructors in org.apache.syncope.core.starter.actuate with parameters of type NotificationDAO Constructor Description DefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, Map<String,ThreadPoolTaskExecutor> taskExecutors, PersistenceInfoDAO persistenceInfoDAO)
-