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
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Model<ReportConfWrapper> protected CrontabPanelprotected final ImplementationRestClientprotected static final com.fasterxml.jackson.databind.json.JsonMapperprotected final MIMETypesLoaderprotected final ReportRestClientFields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjectsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionReportWizardBuilder(ReportTO reportTO, ImplementationRestClient implementationRestClient, ReportRestClient reportRestClient, MIMETypesLoader mimeTypesLoader, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(ReportTO modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(ReportTO modelObject) protected voidMethods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarningMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEventMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
-
Field Details
-
MAPPER
protected static final com.fasterxml.jackson.databind.json.JsonMapper 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:
onApplyInternalin classAbstractModalPanelBuilder<ReportTO>
-
setConf
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<ReportTO>
-