Uses of Interface
org.apache.syncope.core.persistence.api.dao.NotificationDAO
Packages that use NotificationDAO
Package
Description
-
Uses of NotificationDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as NotificationDAOModifier and TypeFieldDescriptionprotected final NotificationDAOImplementationLogic.notificationDAOprotected final NotificationDAOMailTemplateLogic.notificationDAOprotected final NotificationDAONotificationLogic.notificationDAOprotected final NotificationDAOTaskLogic.notificationDAOMethods in org.apache.syncope.core.logic with parameters of type NotificationDAOModifier and TypeMethodDescriptionIdRepoLogicContext.implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO) IdRepoLogicContext.mailTemplateLogic(MailTemplateDAO mailTemplateDAO, EntityFactory entityFactory, NotificationDAO notificationDAO) IdRepoLogicContext.notificationLogic(NotificationDataBinder binder, JobManager jobManager, JobStatusDAO jobStatusDAO, SyncopeTaskScheduler scheduler, NotificationDAO notificationDAO) IdRepoLogicContext.taskLogic(JobManager jobManager, PropagationTaskExecutor taskExecutor, TaskExecDAO taskExecDAO, TaskDAO taskDAO, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, ExternalResourceDAO resourceDAO, NotificationJobDelegate notificationJobDelegate, TaskDataBinder taskDataBinder, TaskUtilsFactory taskUtilsFactory, NotificationDAO notificationDAO) Constructors in org.apache.syncope.core.logic with parameters of type NotificationDAOModifierConstructorDescriptionImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO) MailTemplateLogic(MailTemplateDAO mailTemplateDAO, NotificationDAO notificationDAO, EntityFactory entityFactory) NotificationLogic(JobManager jobManager, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, NotificationDAO notificationDAO, NotificationDataBinder binder) TaskLogic(JobManager jobManager, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, TaskExecDAO taskExecDAO, ExternalResourceDAO resourceDAO, NotificationDAO notificationDAO, TaskDataBinder binder, PropagationTaskExecutor taskExecutor, NotificationJobDelegate notificationJobDelegate, TaskUtilsFactory taskUtilsFactory) -
Uses of NotificationDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return NotificationDAOModifier and TypeMethodDescriptionPersistenceContext.notificationDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, NotificationRepoExt notificationRepoExt) -
Uses of NotificationDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of NotificationDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of NotificationDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return NotificationDAOModifier and TypeMethodDescriptionPersistenceContext.notificationDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, NotificationRepoExt notificationRepoExt) -
Uses of NotificationDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of NotificationDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of NotificationDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type NotificationDAOModifier and TypeMethodDescriptionProvisioningContext.notificationManager(EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) -
Uses of NotificationDAO in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as NotificationDAOModifier and TypeFieldDescriptionprotected final NotificationDAODefaultNotificationManager.notificationDAOConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type NotificationDAOModifierConstructorDescriptionDefaultNotificationManager(DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, AnySearchCondVisitor searchCondVisitor, JexlTools jexlTools) -
Uses of NotificationDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type NotificationDAOModifier and TypeMethodDescriptionSyncopeCoreApplication.syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of NotificationDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as NotificationDAOModifier and TypeFieldDescriptionprotected final NotificationDAODefaultSyncopeCoreInfoContributor.notificationDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type NotificationDAOModifierConstructorDescriptionDefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup)