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
FieldsFields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
anyTypeClasses, formLayoutInfoFields 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
ConstructorsConstructorDescriptionUserWizardBuilder(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 SerializableonApplyInternal(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, fixPlainAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapperMethods 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, setEventSinkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
onApplyInternalin classAbstractModalPanelBuilder<AnyWrapper<UserTO>>
-
addOptionalDetailsPanel
- Overrides:
addOptionalDetailsPanelin classAnyWizardBuilder<UserTO>
-
setItem
Overrides default setItem() in order to clean statusModel as well.- Specified by:
setItemin interfaceModalPanelBuilder<AnyWrapper<UserTO>>- Overrides:
setItemin classAbstractModalPanelBuilder<AnyWrapper<UserTO>>- Parameters:
item- item to be set.- Returns:
- the current wizard.
-