Class UserTemplateWizardBuilder
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
org.apache.syncope.client.console.wizards.any.UserTemplateWizardBuilder
- All Implemented Interfaces:
Serializable,TemplateWizardBuilder<UserTO>,UserForm,AnyForm<UserTO>,ModalPanelBuilder<AnyWrapper<UserTO>>
public class UserTemplateWizardBuilder
extends UserWizardBuilder
implements TemplateWizardBuilder<UserTO>
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.client.console.wizards.any.UserWizardBuilder
userRestClientFields 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
ConstructorsConstructorDescriptionUserTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) UserTemplateWizardBuilder(UserTO template, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) -
Method Summary
Methods inherited from class org.apache.syncope.client.console.wizards.any.UserWizardBuilder
onApplyInternal, setItemMethods 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
-
templatable
-
-
Constructor Details
-
UserTemplateWizardBuilder
public UserTemplateWizardBuilder(UserTO template, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) -
UserTemplateWizardBuilder
public UserTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef)
-
-
Method Details
-
addOptionalDetailsPanel
- Overrides:
addOptionalDetailsPanelin classUserWizardBuilder
-
build
- Specified by:
buildin interfaceTemplateWizardBuilder<UserTO>
-