Class ReportWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<ReportTO>
-
- org.apache.syncope.client.console.reports.ReportWizardBuilder
-
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<ReportTO>
public class ReportWizardBuilder extends BaseAjaxWizardBuilder<ReportTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classReportWizardBuilder.Configurationprotected classReportWizardBuilder.Profileprotected classReportWizardBuilder.Schedule
-
Field Summary
Fields Modifier and Type Field Description protected Model<ReportConfWrapper>confprotected CrontabPanelcrontabPanelprotected ImplementationRestClientimplementationRestClientprotected static JsonMapperMAPPERprotected MIMETypesLoadermimeTypesLoaderprotected ReportRestClientreportRestClient-
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
Constructors Constructor Description ReportWizardBuilder(ReportTO reportTO, ImplementationRestClient implementationRestClient, ReportRestClient reportRestClient, MIMETypesLoader mimeTypesLoader, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModelbuildModelSteps(ReportTO modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(ReportTO modelObject)protected voidsetConf(String jobDelegate)-
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 Detail
-
MAPPER
protected static final JsonMapper MAPPER
-
implementationRestClient
protected final ImplementationRestClient implementationRestClient
-
reportRestClient
protected final ReportRestClient reportRestClient
-
mimeTypesLoader
protected final MIMETypesLoader mimeTypesLoader
-
conf
protected final Model<ReportConfWrapper> conf
-
crontabPanel
protected CrontabPanel crontabPanel
-
-
Constructor Detail
-
ReportWizardBuilder
public ReportWizardBuilder(ReportTO reportTO, ImplementationRestClient implementationRestClient, ReportRestClient reportRestClient, MIMETypesLoader mimeTypesLoader, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(ReportTO modelObject)
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<ReportTO>
-
setConf
protected void setConf(String jobDelegate)
-
buildModelSteps
protected WizardModel buildModelSteps(ReportTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelStepsin classAjaxWizardBuilder<ReportTO>
-
-