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 classAttrRepoWizardBuilder.Configurationprotected static classAttrRepoWizardBuilder.Mappingprotected static classAttrRepoWizardBuilder.Profile 
- 
Field Summary
Fields Modifier and Type Field Description protected Model<Class<? extends AttrRepoConf>>attrRepoConfClassprotected LoadableDetachableModel<List<String>>attrRepoConfsprotected AttrRepoRestClientattrRepoRestClient- 
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 WizardModelbuildModelSteps(AttrRepoTO modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(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:
 onApplyInternalin classAbstractModalPanelBuilder<AttrRepoTO>
 
- 
buildModelSteps
protected WizardModel buildModelSteps(AttrRepoTO modelObject, WizardModel wizardModel)
- Specified by:
 buildModelStepsin classAjaxWizardBuilder<AttrRepoTO>
 
 - 
 
 -