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
Nested ClassesModifier and TypeClassDescriptionclassclassstatic enumclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Model<byte[]> protected final ImplementationRestClientprotected final Bytesprotected final ReconciliationRestClientFields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjectsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionCSVPullWizardBuilder(CSVPullSpec defaultItem, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(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, sendWarningMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEventMethods 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:
setEventSinkin interfaceModalPanelBuilder<CSVPullSpec>- Overrides:
setEventSinkin classAbstractModalPanelBuilder<CSVPullSpec>
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<CSVPullSpec>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<CSVPullSpec>
-