Class RoleWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<RoleWrapper>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<RoleWrapper>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<RoleWrapper>
org.apache.syncope.client.console.wizards.role.RoleWizardBuilder
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<RoleWrapper>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
protected class
protected class
protected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ApplicationRestClient
protected final DynRealmRestClient
protected final RealmRestClient
protected final RoleRestClient
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
ConstructorDescriptionRoleWizardBuilder
(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(RoleWrapper modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(RoleWrapper modelObject) setItem
(RoleWrapper item) This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.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
-
Field Details
-
roleRestClient
-
realmRestClient
-
dynRealmRestClient
-
applicationRestClient
-
-
Constructor Details
-
RoleWizardBuilder
public RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)
-
-
Method Details
-
setItem
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.- Specified by:
setItem
in interfaceModalPanelBuilder<RoleWrapper>
- Overrides:
setItem
in classAbstractModalPanelBuilder<RoleWrapper>
- Parameters:
item
- wizard backend item.- Returns:
- the current builder.
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<RoleWrapper>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<RoleWrapper>
-