Class SRARouteWizardBuilder
- 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<SRARouteTO>
-
- org.apache.syncope.client.console.panels.SRARouteWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<SRARouteTO>
public class SRARouteWizardBuilder extends BaseAjaxWizardBuilder<SRARouteTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SRARouteWizardBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected SRARouteRestClient
sraRouteRestClient
-
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 SRARouteWizardBuilder(SRARouteTO route, SRARouteRestClient sraRouteRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
sraRouteRestClient
protected final SRARouteRestClient sraRouteRestClient
-
-
Constructor Detail
-
SRARouteWizardBuilder
public SRARouteWizardBuilder(SRARouteTO route, SRARouteRestClient sraRouteRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(SRARouteTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<SRARouteTO>
-
buildModelSteps
protected WizardModel buildModelSteps(SRARouteTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<SRARouteTO>
-
-