Class CSVPushWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<CSVPushSpec>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<CSVPushSpec>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<CSVPushSpec>
org.apache.syncope.client.console.wizards.CSVPushWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<CSVPushSpec>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AjaxDownloadBehavior
protected final ImplementationRestClient
protected final AnyQuery
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
ConstructorDescriptionCSVPushWizardBuilder
(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(CSVPushSpec modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(CSVPushSpec 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
-
query
-
downloadBehavior
-
reconciliationRestClient
-
implementationRestClient
-
-
Constructor Details
-
CSVPushWizardBuilder
public CSVPushWizardBuilder(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)
-
-
Method Details
-
setEventSink
- Specified by:
setEventSink
in interfaceModalPanelBuilder<CSVPushSpec>
- Overrides:
setEventSink
in classAbstractModalPanelBuilder<CSVPushSpec>
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<CSVPushSpec>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<CSVPushSpec>
-