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 classRealmWizardBuilder.Realm
-
Field Summary
Fields Modifier and Type Field Description protected StringparentPathprotected RealmRestClientrealmRestClient-
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 WizardModelbuildModelSteps(RealmTO modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(RealmTO modelObject)voidsetParentPath(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:
onApplyInternalin classAbstractModalPanelBuilder<RealmTO>
-
buildModelSteps
protected WizardModel buildModelSteps(RealmTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelStepsin classAjaxWizardBuilder<RealmTO>
-
setParentPath
public void setParentPath(String parentPath)
-
-