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 SummaryFields Modifier and Type Field Description protected static JsonMapperMAPPERprotected BaseModal<?>modalprotected MergeLinkedAccountsWizardModelmodelprotected UserDirectoryPanelparentPanelprotected ResourceRestClientresourceRestClientprotected UserRestClientuserRestClient- 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderLOG, mode, outerObjects
 - 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildereventSink, pageRef
 
- 
 - 
Constructor SummaryConstructors Constructor Description MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModelbuildModelSteps(UserTO modelObject, WizardModel wizardModel)voidonEvent(IEvent<?> event)- 
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilderexecute, getMaxWaitTimeInSeconds, sendError, sendWarning
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderaddOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildergetDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onApplyInternal, onCancelInternal, setEventSink, setItem
 
- 
 
- 
- 
- 
Field Detail- 
MAPPERprotected static final JsonMapper MAPPER 
 - 
parentPanelprotected final UserDirectoryPanel parentPanel 
 - 
modalprotected final BaseModal<?> modal 
 - 
modelprotected MergeLinkedAccountsWizardModel model 
 - 
resourceRestClientprotected final ResourceRestClient resourceRestClient 
 - 
userRestClientprotected final UserRestClient userRestClient 
 
- 
 - 
Constructor Detail- 
MergeLinkedAccountsWizardBuilderpublic MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef) 
 
- 
 - 
Method Detail- 
buildModelStepsprotected WizardModel buildModelSteps(UserTO modelObject, WizardModel wizardModel) - Specified by:
- buildModelStepsin class- AjaxWizardBuilder<UserTO>
 
 - 
onEventpublic void onEvent(IEvent<?> event) - Specified by:
- onEventin interface- IEventSink
 
 
- 
 
-