Class SRARouteWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<SRARouteTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<SRARouteTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<SRARouteTO>
org.apache.syncope.client.console.panels.SRARouteWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<SRARouteTO>
- See Also:
-
Nested Class Summary
-
Field Summary
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
ConstructorDescriptionSRARouteWizardBuilder
(SRARouteTO route, SRARouteRestClient sraRouteRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(SRARouteTO modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(SRARouteTO 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
-
sraRouteRestClient
-
-
Constructor Details
-
SRARouteWizardBuilder
public SRARouteWizardBuilder(SRARouteTO route, SRARouteRestClient sraRouteRestClient, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<SRARouteTO>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<SRARouteTO>
-