Class AttrRepoWizardBuilder
- 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<AttrRepoTO>
-
- org.apache.syncope.client.console.wizards.AttrRepoWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<AttrRepoTO>
public class AttrRepoWizardBuilder extends BaseAjaxWizardBuilder<AttrRepoTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
AttrRepoWizardBuilder.Configuration
protected static class
AttrRepoWizardBuilder.Mapping
protected static class
AttrRepoWizardBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected Model<Class<? extends AttrRepoConf>>
attrRepoConfClass
protected LoadableDetachableModel<List<String>>
attrRepoConfs
protected AttrRepoRestClient
attrRepoRestClient
-
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 AttrRepoWizardBuilder(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(AttrRepoTO modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(AttrRepoTO modelObject)
-
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
-
attrRepoConfs
protected final LoadableDetachableModel<List<String>> attrRepoConfs
-
attrRepoRestClient
protected final AttrRepoRestClient attrRepoRestClient
-
attrRepoConfClass
protected final Model<Class<? extends AttrRepoConf>> attrRepoConfClass
-
-
Constructor Detail
-
AttrRepoWizardBuilder
public AttrRepoWizardBuilder(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(AttrRepoTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AttrRepoTO>
-
buildModelSteps
protected WizardModel buildModelSteps(AttrRepoTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<AttrRepoTO>
-
-