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<org.apache.syncope.common.lib.to.SRARouteTO>
-
- org.apache.syncope.client.console.panels.SRARouteWizardBuilder
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<org.apache.syncope.common.lib.to.SRARouteTO>
public class SRARouteWizardBuilder extends BaseAjaxWizardBuilder<org.apache.syncope.common.lib.to.SRARouteTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSRARouteWizardBuilder.Profile
-
Field Summary
Fields Modifier and Type Field Description protected SRARouteRestClientsraRouteRestClient
-
Constructor Summary
Constructors Constructor Description SRARouteWizardBuilder(org.apache.syncope.common.lib.to.SRARouteTO route, SRARouteRestClient sraRouteRestClient, org.apache.wicket.PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.extensions.wizard.WizardModelbuildModelSteps(org.apache.syncope.common.lib.to.SRARouteTO modelObject, org.apache.wicket.extensions.wizard.WizardModel wizardModel)protected SerializableonApplyInternal(org.apache.syncope.common.lib.to.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
-
-
-
-
Field Detail
-
sraRouteRestClient
protected final SRARouteRestClient sraRouteRestClient
-
-
Constructor Detail
-
SRARouteWizardBuilder
public SRARouteWizardBuilder(org.apache.syncope.common.lib.to.SRARouteTO route, SRARouteRestClient sraRouteRestClient, org.apache.wicket.PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(org.apache.syncope.common.lib.to.SRARouteTO modelObject)
- Overrides:
onApplyInternalin classorg.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<org.apache.syncope.common.lib.to.SRARouteTO>
-
buildModelSteps
protected org.apache.wicket.extensions.wizard.WizardModel buildModelSteps(org.apache.syncope.common.lib.to.SRARouteTO modelObject, org.apache.wicket.extensions.wizard.WizardModel wizardModel)- Specified by:
buildModelStepsin classorg.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<org.apache.syncope.common.lib.to.SRARouteTO>
-
-