Class ReportWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<ReportTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<ReportTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<ReportTO>
org.apache.syncope.client.console.reports.ReportWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<ReportTO>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
protected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Model
<ReportConfWrapper> protected CrontabPanel
protected final ImplementationRestClient
protected static final JsonMapper
protected final MIMETypesLoader
protected final ReportRestClient
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjects
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef
-
Constructor Summary
ConstructorDescriptionReportWizardBuilder
(ReportTO reportTO, ImplementationRestClient implementationRestClient, ReportRestClient reportRestClient, MIMETypesLoader mimeTypesLoader, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(ReportTO modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(ReportTO modelObject) protected void
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarning
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
-
Field Details
-
MAPPER
-
implementationRestClient
-
reportRestClient
-
mimeTypesLoader
-
conf
-
crontabPanel
-
-
Constructor Details
-
ReportWizardBuilder
public ReportWizardBuilder(ReportTO reportTO, ImplementationRestClient implementationRestClient, ReportRestClient reportRestClient, MIMETypesLoader mimeTypesLoader, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<ReportTO>
-
setConf
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<ReportTO>
-