Class CSVPushWizardBuilder
- 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<CSVPushSpec>
-
- org.apache.syncope.client.console.wizards.CSVPushWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<CSVPushSpec>
public class CSVPushWizardBuilder extends BaseAjaxWizardBuilder<CSVPushSpec>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CSVPushWizardBuilder.Details
class
CSVPushWizardBuilder.PushTask
-
Field Summary
Fields Modifier and Type Field Description protected AjaxDownloadBehavior
downloadBehavior
protected ImplementationRestClient
implementationRestClient
protected AnyQuery
query
protected ReconciliationRestClient
reconciliationRestClient
-
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 CSVPushWizardBuilder(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(CSVPushSpec modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(CSVPushSpec modelObject)
CSVPushWizardBuilder
setEventSink(IEventSink eventSink)
-
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, setItem
-
-
-
-
Field Detail
-
query
protected final AnyQuery query
-
downloadBehavior
protected final AjaxDownloadBehavior downloadBehavior
-
reconciliationRestClient
protected final ReconciliationRestClient reconciliationRestClient
-
implementationRestClient
protected final ImplementationRestClient implementationRestClient
-
-
Constructor Detail
-
CSVPushWizardBuilder
public CSVPushWizardBuilder(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
-
Method Detail
-
setEventSink
public CSVPushWizardBuilder setEventSink(IEventSink eventSink)
- Specified by:
setEventSink
in interfaceModalPanelBuilder<CSVPushSpec>
- Overrides:
setEventSink
in classAbstractModalPanelBuilder<CSVPushSpec>
-
onApplyInternal
protected Serializable onApplyInternal(CSVPushSpec modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<CSVPushSpec>
-
buildModelSteps
protected WizardModel buildModelSteps(CSVPushSpec modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<CSVPushSpec>
-
-