Class CommandWizardBuilder
- 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<CommandTO>
- 
- org.apache.syncope.client.console.wizards.CommandWizardBuilder
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- ModalPanelBuilder<CommandTO>
 
 public class CommandWizardBuilder extends BaseAjaxWizardBuilder<CommandTO> - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCommandWizardBuilder.CommandArgs
 - 
Field SummaryFields Modifier and Type Field Description protected CommandRestClientcommandRestClient- 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderLOG, mode, outerObjects
 - 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildereventSink, pageRef
 
- 
 - 
Constructor SummaryConstructors Constructor Description CommandWizardBuilder(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModelbuildModelSteps(CommandTO modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(CommandTO modelObject)- 
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilderexecute, getMaxWaitTimeInSeconds, sendError, sendWarning
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderaddOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildergetDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
 
- 
 
- 
- 
- 
Field Detail- 
commandRestClientprotected final CommandRestClient commandRestClient 
 
- 
 - 
Constructor Detail- 
CommandWizardBuilderpublic CommandWizardBuilder(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef) 
 
- 
 - 
Method Detail- 
onApplyInternalprotected Serializable onApplyInternal(CommandTO modelObject) - Overrides:
- onApplyInternalin class- AbstractModalPanelBuilder<CommandTO>
 
 - 
buildModelStepsprotected WizardModel buildModelSteps(CommandTO modelObject, WizardModel wizardModel) - Specified by:
- buildModelStepsin class- AjaxWizardBuilder<CommandTO>
 
 
- 
 
-