Uses of Interface
org.apache.syncope.core.persistence.api.dao.ReportDAO
-
-
Uses of ReportDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ReportDAO Modifier and Type Field Description protected ReportDAOImplementationLogic. reportDAOprotected ReportDAOReportLogic. reportDAOMethods in org.apache.syncope.core.logic with parameters of type ReportDAO Modifier and Type Method Description ImplementationLogicIdRepoLogicContext. implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO externalResourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO)ReportLogicIdRepoLogicContext. reportLogic(JobManager jobManager, ReportDataBinder binder, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, EntityFactory entityFactory, ReportExecDAO reportExecDAO)Constructors in org.apache.syncope.core.logic with parameters of type ReportDAO Constructor Description ImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO)ReportLogic(JobManager jobManager, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, ReportExecDAO reportExecDAO, ReportDataBinder binder, EntityFactory entityFactory) -
Uses of ReportDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return ReportDAO Modifier and Type Method Description ReportDAOPersistenceContext. reportDAO() -
Uses of ReportDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement ReportDAO Modifier and Type Class Description classJPAReportDAO -
Uses of ReportDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ReportDAO Modifier and Type Method Description JobManagerProvisioningContext. jobManager(ProvisioningProperties props, DomainHolder domainHolder, SecurityProperties securityProperties, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps) -
Uses of ReportDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ReportDAO Modifier and Type Field Description protected ReportDAODefaultJobManager. reportDAOConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type ReportDAO Constructor Description DefaultJobManager(DomainHolder domainHolder, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps, SecurityProperties securityProperties) -
Uses of ReportDAO in org.apache.syncope.core.provisioning.java.job.report
Fields in org.apache.syncope.core.provisioning.java.job.report declared as ReportDAO Modifier and Type Field Description protected ReportDAOAbstractReportJobDelegate. reportDAOReport DAO.
-