Class RealmWizardBuilder
- 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<RealmTO>
-
- org.apache.syncope.client.console.panels.RealmWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<RealmTO>
public class RealmWizardBuilder extends BaseAjaxWizardBuilder<RealmTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RealmWizardBuilder.Realm
-
Field Summary
Fields Modifier and Type Field Description protected String
parentPath
protected RealmRestClient
realmRestClient
-
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
Constructors Constructor Description RealmWizardBuilder(RealmRestClient realmRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(RealmTO modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(RealmTO modelObject)
void
setParentPath(String parentPath)
-
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarning
-
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, setItem
-
-
-
-
Field Detail
-
realmRestClient
protected final RealmRestClient realmRestClient
-
parentPath
protected String parentPath
-
-
Constructor Detail
-
RealmWizardBuilder
public RealmWizardBuilder(RealmRestClient realmRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(RealmTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<RealmTO>
-
buildModelSteps
protected WizardModel buildModelSteps(RealmTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<RealmTO>
-
setParentPath
public void setParentPath(String parentPath)
-
-