Class DomainWizardBuilder
- 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<Domain>
-
- org.apache.syncope.client.console.panels.DomainWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<Domain>
public class DomainWizardBuilder extends BaseAjaxWizardBuilder<Domain>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DomainWizardBuilder.AdminCredentials
class
DomainWizardBuilder.Content
static class
DomainWizardBuilder.KeymasterConfParams
static class
DomainWizardBuilder.Storage
-
Field Summary
-
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 DomainWizardBuilder(DomainOps domainOps, Domain domain, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(Domain domain, WizardModel wizardModel)
protected Serializable
onApplyInternal(Domain domain)
-
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
-
-
-
-
Constructor Detail
-
DomainWizardBuilder
public DomainWizardBuilder(DomainOps domainOps, Domain domain, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(Domain domain)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<Domain>
-
buildModelSteps
protected WizardModel buildModelSteps(Domain domain, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<Domain>
-
-