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 class
CSVPullWizardBuilder.Columns
class
CSVPullWizardBuilder.Details
static class
CSVPullWizardBuilder.LineSeparator
class
CSVPullWizardBuilder.PullTask
-
Field Summary
Fields Modifier and Type Field Description protected Model<byte[]>
csv
protected ImplementationRestClient
implementationRestClient
protected Bytes
maxUploadSize
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 CSVPullWizardBuilder(CSVPullSpec defaultItem, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(CSVPullSpec modelObject, WizardModel wizardModel)
protected ArrayList<ProvisioningReport>
onApplyInternal(CSVPullSpec modelObject)
CSVPullWizardBuilder
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
-
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:
setEventSink
in interfaceModalPanelBuilder<CSVPullSpec>
- Overrides:
setEventSink
in classAbstractModalPanelBuilder<CSVPullSpec>
-
onApplyInternal
protected ArrayList<ProvisioningReport> onApplyInternal(CSVPullSpec modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<CSVPullSpec>
-
buildModelSteps
protected WizardModel buildModelSteps(CSVPullSpec modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<CSVPullSpec>
-
-