Class RoleWizardBuilder
- 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<RoleWrapper>
-
- org.apache.syncope.client.console.wizards.role.RoleWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<RoleWrapper>
public class RoleWizardBuilder extends BaseAjaxWizardBuilder<RoleWrapper>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
RoleWizardBuilder.Details
protected class
RoleWizardBuilder.DynRealms
protected class
RoleWizardBuilder.Entitlements
protected class
RoleWizardBuilder.Privileges
protected class
RoleWizardBuilder.Realms
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationRestClient
applicationRestClient
protected DynRealmRestClient
dynRealmRestClient
protected RealmRestClient
realmRestClient
protected RoleRestClient
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
Constructors Constructor Description RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(RoleWrapper modelObject, WizardModel wizardModel)
protected Serializable
onApplyInternal(RoleWrapper modelObject)
AjaxWizardBuilder<RoleWrapper>
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 Detail
-
roleRestClient
protected final RoleRestClient roleRestClient
-
realmRestClient
protected final RealmRestClient realmRestClient
-
dynRealmRestClient
protected final DynRealmRestClient dynRealmRestClient
-
applicationRestClient
protected final ApplicationRestClient applicationRestClient
-
-
Constructor Detail
-
RoleWizardBuilder
public RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)
-
-
Method Detail
-
setItem
public AjaxWizardBuilder<RoleWrapper> setItem(RoleWrapper item)
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
protected Serializable onApplyInternal(RoleWrapper modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<RoleWrapper>
-
buildModelSteps
protected WizardModel buildModelSteps(RoleWrapper modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<RoleWrapper>
-
-