Class UserWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AnyWrapper<UserTO>>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<UserTO>>
org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<UserTO>
org.apache.syncope.client.console.wizards.any.AnyWizardBuilder<UserTO>
org.apache.syncope.client.console.wizards.any.UserWizardBuilder
- All Implemented Interfaces:
Serializable
,UserForm
,AnyForm<UserTO>
,ModalPanelBuilder<AnyWrapper<UserTO>>
- Direct Known Subclasses:
UserTemplateWizardBuilder
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
anyTypeClasses, formLayoutInfo
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
ConstructorDescriptionUserWizardBuilder
(List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) UserWizardBuilder
(UserTO previousUserTO, UserTO userTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionaddOptionalDetailsPanel
(AnyWrapper<UserTO> modelObject) protected Serializable
onApplyInternal
(AnyWrapper<UserTO> modelObject) setItem
(AnyWrapper<UserTO> item) Overrides default setItem() in order to clean statusModel as well.Methods inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
buildModelSteps, execute, fixPlainAndVirAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapper
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, setEventSink
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder
build, getDefaultItem, getEventSink, getPageReference, setEventSink
-
Field Details
-
userRestClient
-
-
Constructor Details
-
UserWizardBuilder
public UserWizardBuilder(List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) -
UserWizardBuilder
public UserWizardBuilder(UserTO previousUserTO, UserTO userTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AnyWrapper<UserTO>>
-
addOptionalDetailsPanel
- Overrides:
addOptionalDetailsPanel
in classAnyWizardBuilder<UserTO>
-
setItem
Overrides default setItem() in order to clean statusModel as well.- Specified by:
setItem
in interfaceModalPanelBuilder<AnyWrapper<UserTO>>
- Overrides:
setItem
in classAbstractModalPanelBuilder<AnyWrapper<UserTO>>
- Parameters:
item
- item to be set.- Returns:
- the current wizard.
-