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 Summary
Nested Classes Modifier and Type Class Description class
CommandWizardBuilder.CommandArgs
-
Field Summary
Fields Modifier and Type Field Description protected CommandRestClient
commandRestClient
-
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 CommandWizardBuilder(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(CommandTO modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(CommandTO 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
-
commandRestClient
protected final CommandRestClient commandRestClient
-
-
Constructor Detail
-
CommandWizardBuilder
public CommandWizardBuilder(CommandTO defaultItem, CommandRestClient commandRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(CommandTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<CommandTO>
-
buildModelSteps
protected WizardModel buildModelSteps(CommandTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<CommandTO>
-
-