Class CSVPullWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<CSVPullSpec>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<CSVPullSpec>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<CSVPullSpec>
org.apache.syncope.client.console.wizards.CSVPullWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<CSVPullSpec>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
static enum
class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Model
<byte[]> protected final ImplementationRestClient
protected final Bytes
protected final 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
ConstructorDescriptionCSVPullWizardBuilder
(CSVPullSpec defaultItem, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(CSVPullSpec modelObject, WizardModel wizardModel) protected ArrayList
<ProvisioningReport> onApplyInternal
(CSVPullSpec modelObject) 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 Details
-
csv
-
reconciliationRestClient
-
implementationRestClient
-
maxUploadSize
-
-
Constructor Details
-
CSVPullWizardBuilder
public CSVPullWizardBuilder(CSVPullSpec defaultItem, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
-
Method Details
-
setEventSink
- Specified by:
setEventSink
in interfaceModalPanelBuilder<CSVPullSpec>
- Overrides:
setEventSink
in classAbstractModalPanelBuilder<CSVPullSpec>
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<CSVPullSpec>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<CSVPullSpec>
-