Class UserTemplateWizardBuilder
- java.lang.Object
- 
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
- 
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<A>>
- 
- org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<A>
- 
- 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:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected TemplatableTOtemplatable- 
Fields inherited from class org.apache.syncope.client.console.wizards.any.UserWizardBuilderuserRestClient
 - 
Fields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilderanyTypeClasses, formLayoutInfo
 - 
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 UserTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef)UserTemplateWizardBuilder(UserTO template, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<Details<UserTO>>addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject)AjaxWizard<AnyWrapper<UserTO>>build(String id)- 
Methods inherited from class org.apache.syncope.client.console.wizards.any.UserWizardBuilderonApplyInternal, setItem
 - 
Methods inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilderbuildModelSteps, execute, fixPlainAndVirAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapper
 - 
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, onCancelInternal, setEventSink
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilderbuild, getDefaultItem, getEventSink, getPageReference, setEventSink
 
- 
 
- 
- 
- 
Field Detail- 
templatableprotected final TemplatableTO templatable 
 
- 
 - 
Constructor Detail- 
UserTemplateWizardBuilderpublic UserTemplateWizardBuilder(UserTO template, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) 
 - 
UserTemplateWizardBuilderpublic UserTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) 
 
- 
 - 
Method Detail- 
addOptionalDetailsPanelprotected Optional<Details<UserTO>> addOptionalDetailsPanel(AnyWrapper<UserTO> modelObject) - Overrides:
- addOptionalDetailsPanelin class- UserWizardBuilder
 
 - 
buildpublic AjaxWizard<AnyWrapper<UserTO>> build(String id) - Specified by:
- buildin interface- TemplateWizardBuilder<UserTO>
 
 
- 
 
-