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
Nested ClassesModifier and TypeClassDescriptionclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AjaxDownloadBehaviorprotected final ImplementationRestClientprotected final AnyQueryprotected 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
ConstructorsConstructorDescriptionCSVPushWizardBuilder(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(CSVPushSpec modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(CSVPushSpec 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
-
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:
setEventSinkin interfaceModalPanelBuilder<CSVPushSpec>- Overrides:
setEventSinkin classAbstractModalPanelBuilder<CSVPushSpec>
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<CSVPushSpec>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<CSVPushSpec>
-