Class GroupWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<A>>
-
- org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<A>
-
- 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
public class GroupWizardBuilder extends AnyWizardBuilder<GroupTO> implements GroupForm
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected GroupRestClient
groupRestClient
-
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
Constructors Constructor Description GroupWizardBuilder(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<Details<GroupTO>>
addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
protected Serializable
onApplyInternal(AnyWrapper<GroupTO> modelObject)
AjaxWizardBuilder<AnyWrapper<GroupTO>>
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 Detail
-
groupRestClient
protected GroupRestClient groupRestClient
-
-
Constructor Detail
-
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 Detail
-
setItem
public AjaxWizardBuilder<AnyWrapper<GroupTO>> setItem(AnyWrapper<GroupTO> item)
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
protected Serializable onApplyInternal(AnyWrapper<GroupTO> modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AnyWrapper<GroupTO>>
-
addOptionalDetailsPanel
protected Optional<Details<GroupTO>> addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
- Overrides:
addOptionalDetailsPanel
in classAnyWizardBuilder<GroupTO>
-
-