Uses of Class
org.apache.syncope.core.logic.ReportLogic
-
Packages that use ReportLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of ReportLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ReportLogic Modifier and Type Method Description ReportLogicIdRepoLogicContext. reportLogic(JobManager jobManager, ReportDataBinder binder, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ReportDAO reportDAO, EntityFactory entityFactory, ReportExecDAO reportExecDAO) -
Uses of ReportLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ReportLogic Modifier and Type Method Description ReportServiceIdRepoRESTCXFContext. reportService(ReportLogic reportLogic) -
Uses of ReportLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as ReportLogic Modifier and Type Field Description protected ReportLogicReportServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type ReportLogic Constructor Description ReportServiceImpl(ReportLogic logic)
-