Class MergeLinkedAccountsWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<UserTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<UserTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<UserTO>
org.apache.syncope.client.console.wizards.any.MergeLinkedAccountsWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<UserTO>,IEventSink
public class MergeLinkedAccountsWizardBuilder
extends BaseAjaxWizardBuilder<UserTO>
implements IEventSink
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final com.fasterxml.jackson.databind.json.JsonMapperprotected final BaseModal<?> protected MergeLinkedAccountsWizardModelprotected final UserDirectoryPanelprotected final ResourceRestClientprotected final UserRestClientFields 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
ConstructorsConstructorDescriptionMergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(UserTO modelObject, WizardModel wizardModel) voidMethods 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, onApplyInternal, onCancelInternal, setEventSink, setItem
-
Field Details
-
MAPPER
protected static final com.fasterxml.jackson.databind.json.JsonMapper MAPPER -
parentPanel
-
modal
-
model
-
resourceRestClient
-
userRestClient
-
-
Constructor Details
-
MergeLinkedAccountsWizardBuilder
public MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef)
-
-
Method Details
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<UserTO>
-
onEvent
- Specified by:
onEventin interfaceIEventSink
-