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