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 class
ReportWizardBuilder.Configuration
protected class
ReportWizardBuilder.Profile
protected class
ReportWizardBuilder.Schedule
-
Field Summary
Fields Modifier and Type Field Description protected Model<ReportConfWrapper>
conf
protected CrontabPanel
crontabPanel
protected ImplementationRestClient
implementationRestClient
protected static JsonMapper
MAPPER
protected MIMETypesLoader
mimeTypesLoader
protected ReportRestClient
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
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 WizardModel
buildModelSteps(ReportTO modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(ReportTO modelObject)
protected void
setConf(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:
onApplyInternal
in classAbstractModalPanelBuilder<ReportTO>
-
setConf
protected void setConf(String jobDelegate)
-
buildModelSteps
protected WizardModel buildModelSteps(ReportTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<ReportTO>
-
-