Class CommandComposeWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<CommandWrapper>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<CommandWrapper>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<CommandWrapper>
org.apache.syncope.client.console.tasks.CommandComposeWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<CommandWrapper>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CommandRestClient
protected final LoadableDetachableModel
<List<ImplementationTO>> protected final ImplementationRestClient
protected final String
protected final 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
ConstructorDescriptionCommandComposeWizardBuilder
(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
commands
-
task
-
implementationRestClient
-
taskRestClient
-
commandRestClient
-
-
Constructor Details
-
CommandComposeWizardBuilder
public CommandComposeWizardBuilder(String task, CommandWrapper defaultItem, ImplementationRestClient implementationRestClient, TaskRestClient taskRestClient, CommandRestClient commandRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<CommandWrapper>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<CommandWrapper>
-