Class DelegationWizardBuilder
- 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<DelegationTO>
-
- org.apache.syncope.client.console.wizards.DelegationWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<DelegationTO>
public class DelegationWizardBuilder extends BaseAjaxWizardBuilder<DelegationTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegationRestClient
delegationRestClient
protected UserRestClient
userRestClient
-
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 DelegationWizardBuilder(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(DelegationTO modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(DelegationTO 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
-
userRestClient
protected final UserRestClient userRestClient
-
delegationRestClient
protected final DelegationRestClient delegationRestClient
-
-
Constructor Detail
-
DelegationWizardBuilder
public DelegationWizardBuilder(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(DelegationTO modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<DelegationTO>
-
buildModelSteps
protected WizardModel buildModelSteps(DelegationTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<DelegationTO>
-
-