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 classCSVPushWizardBuilder.DetailsclassCSVPushWizardBuilder.PushTask
-
Field Summary
Fields Modifier and Type Field Description protected AjaxDownloadBehaviordownloadBehaviorprotected ImplementationRestClientimplementationRestClientprotected AnyQueryqueryprotected ReconciliationRestClientreconciliationRestClient-
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 WizardModelbuildModelSteps(CSVPushSpec modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(CSVPushSpec modelObject)CSVPushWizardBuildersetEventSink(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:
setEventSinkin interfaceModalPanelBuilder<CSVPushSpec>- Overrides:
setEventSinkin classAbstractModalPanelBuilder<CSVPushSpec>
-
onApplyInternal
protected Serializable onApplyInternal(CSVPushSpec modelObject)
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<CSVPushSpec>
-
buildModelSteps
protected WizardModel buildModelSteps(CSVPushSpec modelObject, WizardModel wizardModel)
- Specified by:
buildModelStepsin classAjaxWizardBuilder<CSVPushSpec>
-
-