Class GroupWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AnyWrapper<GroupTO>>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<GroupTO>>
org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<GroupTO>
org.apache.syncope.client.console.wizards.any.AnyWizardBuilder<GroupTO>
org.apache.syncope.client.console.wizards.any.GroupWizardBuilder
- All Implemented Interfaces:
Serializable
,GroupForm
,AnyForm<GroupTO>
,ModalPanelBuilder<AnyWrapper<GroupTO>>
- Direct Known Subclasses:
GroupTemplateWizardBuilder
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
anyTypeClasses, formLayoutInfo
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
ConstructorDescriptionGroupWizardBuilder
(GroupTO groupTO, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef) GroupWizardBuilder
(GroupTO previousGroupTO, GroupTO groupTO, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, PageReference pageRef) Constructor to be used for Remediation details only. -
Method Summary
Modifier and TypeMethodDescriptionaddOptionalDetailsPanel
(AnyWrapper<GroupTO> modelObject) protected Serializable
onApplyInternal
(AnyWrapper<GroupTO> modelObject) setItem
(AnyWrapper<GroupTO> 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.any.AnyWizardBuilder
buildModelSteps, execute, fixPlainAndVirAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapper
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder
build, getDefaultItem, getEventSink, getPageReference, setEventSink
-
Field Details
-
groupRestClient
-
-
Constructor Details
-
GroupWizardBuilder
public GroupWizardBuilder(GroupTO groupTO, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef) -
GroupWizardBuilder
public GroupWizardBuilder(GroupTO previousGroupTO, GroupTO groupTO, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, PageReference pageRef) Constructor to be used for Remediation details only.- Parameters:
previousGroupTO
- previous group status.groupTO
- new group status to be approved.anyTypeClasses
- any type classes.formLayoutInfo
- from layout.pageRef
- reference page.
-
-
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<AnyWrapper<GroupTO>>
- Overrides:
setItem
in classAbstractModalPanelBuilder<AnyWrapper<GroupTO>>
- Parameters:
item
- wizard backend item.- Returns:
- the current builder.
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AnyWrapper<GroupTO>>
-
addOptionalDetailsPanel
- Overrides:
addOptionalDetailsPanel
in classAnyWizardBuilder<GroupTO>
-