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
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DynRealmRestClientprotected final RealmRestClientprotected final RoleRestClientFields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
LOG, mode, outerObjectsFields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
eventSink, pageRef -
Constructor Summary
ConstructorsConstructorDescriptionRoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(RoleWrapper modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(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, sendWarningMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder
addOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEventMethods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder
getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink
-
Field Details
-
roleRestClient
-
realmRestClient
-
dynRealmRestClient
-
-
Constructor Details
-
RoleWizardBuilder
public RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, 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:
setItemin interfaceModalPanelBuilder<RoleWrapper>- Overrides:
setItemin classAbstractModalPanelBuilder<RoleWrapper>- Parameters:
item- wizard backend item.- Returns:
- the current builder.
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<RoleWrapper>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<RoleWrapper>
-