Class CommandComposeWizardBuilder
- 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<CommandWrapper>
-
- org.apache.syncope.client.console.tasks.CommandComposeWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<CommandWrapper>
public class CommandComposeWizardBuilder extends BaseAjaxWizardBuilder<CommandWrapper>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CommandComposeWizardBuilder.CommandArgs
class
CommandComposeWizardBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected CommandRestClient
commandRestClient
protected LoadableDetachableModel<List<ImplementationTO>>
commands
protected ImplementationRestClient
implementationRestClient
protected String
task
protected TaskRestClient
taskRestClient
-
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 CommandComposeWizardBuilder(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(CommandWrapper modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(CommandWrapper 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
-
commands
protected final LoadableDetachableModel<List<ImplementationTO>> commands
-
task
protected final String task
-
implementationRestClient
protected final ImplementationRestClient implementationRestClient
-
taskRestClient
protected final TaskRestClient taskRestClient
-
commandRestClient
protected final CommandRestClient commandRestClient
-
-
Constructor Detail
-
CommandComposeWizardBuilder
public CommandComposeWizardBuilder(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(CommandWrapper modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<CommandWrapper>
-
buildModelSteps
protected WizardModel buildModelSteps(CommandWrapper modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<CommandWrapper>
-
-