Class MergeLinkedAccountsWizardBuilder
- 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<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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static JsonMapper
MAPPER
protected BaseModal<?>
modal
protected MergeLinkedAccountsWizardModel
model
protected UserDirectoryPanel
parentPanel
protected ResourceRestClient
resourceRestClient
protected UserRestClient
userRestClient
-
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 MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(UserTO modelObject, WizardModel wizardModel)
void
onEvent(IEvent<?> event)
-
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, onApplyInternal, onCancelInternal, setEventSink, setItem
-
-
-
-
Field Detail
-
MAPPER
protected static final JsonMapper MAPPER
-
parentPanel
protected final UserDirectoryPanel parentPanel
-
modal
protected final BaseModal<?> modal
-
model
protected MergeLinkedAccountsWizardModel model
-
resourceRestClient
protected final ResourceRestClient resourceRestClient
-
userRestClient
protected final UserRestClient userRestClient
-
-
Constructor Detail
-
MergeLinkedAccountsWizardBuilder
public MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef)
-
-
Method Detail
-
buildModelSteps
protected WizardModel buildModelSteps(UserTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<UserTO>
-
onEvent
public void onEvent(IEvent<?> event)
- Specified by:
onEvent
in interfaceIEventSink
-
-