Class CSVPullWizardBuilder
- 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<CSVPullSpec>
-
- org.apache.syncope.client.console.wizards.CSVPullWizardBuilder
-
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<CSVPullSpec>
public class CSVPullWizardBuilder extends BaseAjaxWizardBuilder<CSVPullSpec>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCSVPullWizardBuilder.ColumnsclassCSVPullWizardBuilder.Detailsstatic classCSVPullWizardBuilder.LineSeparatorclassCSVPullWizardBuilder.PullTask
-
Field Summary
Fields Modifier and Type Field Description protected Model<byte[]>csvprotected ImplementationRestClientimplementationRestClientprotected BytesmaxUploadSizeprotected 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 CSVPullWizardBuilder(CSVPullSpec defaultItem, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModelbuildModelSteps(CSVPullSpec modelObject, WizardModel wizardModel)protected ArrayList<ProvisioningReport>onApplyInternal(CSVPullSpec modelObject)CSVPullWizardBuildersetEventSink(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
-
csv
protected final Model<byte[]> csv
-
reconciliationRestClient
protected final ReconciliationRestClient reconciliationRestClient
-
implementationRestClient
protected final ImplementationRestClient implementationRestClient
-
maxUploadSize
protected final Bytes maxUploadSize
-
-
Constructor Detail
-
CSVPullWizardBuilder
public CSVPullWizardBuilder(CSVPullSpec defaultItem, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
-
Method Detail
-
setEventSink
public CSVPullWizardBuilder setEventSink(IEventSink eventSink)
- Specified by:
setEventSinkin interfaceModalPanelBuilder<CSVPullSpec>- Overrides:
setEventSinkin classAbstractModalPanelBuilder<CSVPullSpec>
-
onApplyInternal
protected ArrayList<ProvisioningReport> onApplyInternal(CSVPullSpec modelObject)
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<CSVPullSpec>
-
buildModelSteps
protected WizardModel buildModelSteps(CSVPullSpec modelObject, WizardModel wizardModel)
- Specified by:
buildModelStepsin classAjaxWizardBuilder<CSVPullSpec>
-
-