Class ReportDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.AbstractExecutableDatabinder
org.apache.syncope.core.provisioning.java.data.ReportDataBinderImpl
- All Implemented Interfaces:
ReportDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ImplementationDAOprotected static final Loggerprotected final ReportExecDAOprotected final SyncopeTaskScheduler -
Constructor Summary
ConstructorsConstructorDescriptionReportDataBinderImpl(ReportExecDAO reportExecDAO, ImplementationDAO implementationDAO, SyncopeTaskScheduler scheduler) -
Method Summary
Modifier and TypeMethodDescriptionbuildRefDesc(Report report) getExecTO(ReportExec execution) voidgetReportTO(Report report) Methods inherited from class org.apache.syncope.core.provisioning.java.data.AbstractExecutableDatabinder
toOffsetDateTime
-
Field Details
-
LOG
-
reportExecDAO
-
implementationDAO
-
scheduler
-
-
Constructor Details
-
ReportDataBinderImpl
public ReportDataBinderImpl(ReportExecDAO reportExecDAO, ImplementationDAO implementationDAO, SyncopeTaskScheduler scheduler)
-
-
Method Details
-
getReport
- Specified by:
getReportin interfaceReportDataBinder
-
getReportTO
- Specified by:
getReportTOin interfaceReportDataBinder
-
buildRefDesc
- Specified by:
buildRefDescin interfaceReportDataBinder
-
getExecTO
- Specified by:
getExecTOin interfaceReportDataBinder
-