Class PrivilegeWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<PrivilegeTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<PrivilegeTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<PrivilegeTO>
org.apache.syncope.client.console.panels.PrivilegeWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<PrivilegeTO>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ApplicationTO
protected final 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
ConstructorDescriptionPrivilegeWizardBuilder
(ApplicationTO application, PrivilegeTO privilege, ApplicationRestClient applicationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
application
-
applicationRestClient
-
-
Constructor Details
-
PrivilegeWizardBuilder
public PrivilegeWizardBuilder(ApplicationTO application, PrivilegeTO privilege, ApplicationRestClient applicationRestClient, PageReference pageRef)
-
-
Method Details
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<PrivilegeTO>
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<PrivilegeTO>
-