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
FieldsFields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilder
anyTypeClasses, formLayoutInfoFields 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
ConstructorsConstructorDescriptionGroupWizardBuilder(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 SerializableonApplyInternal(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, fixPlainAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapperMethods 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, setEventSinkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
setItemin interfaceModalPanelBuilder<AnyWrapper<GroupTO>>- Overrides:
setItemin classAbstractModalPanelBuilder<AnyWrapper<GroupTO>>- Parameters:
item- wizard backend item.- Returns:
- the current builder.
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<AnyWrapper<GroupTO>>
-
addOptionalDetailsPanel
- Overrides:
addOptionalDetailsPanelin classAnyWizardBuilder<GroupTO>
-