Class AnyObjectWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<AnyWrapper<AnyObjectTO>>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<AnyWrapper<AnyObjectTO>>
org.apache.syncope.client.ui.commons.wizards.any.AbstractAnyWizardBuilder<AnyObjectTO>
org.apache.syncope.client.console.wizards.any.AnyWizardBuilder<AnyObjectTO>
org.apache.syncope.client.console.wizards.any.AnyObjectWizardBuilder
- All Implemented Interfaces:
Serializable
,AnyObjectForm
,AnyForm<AnyObjectTO>
,ModalPanelBuilder<AnyWrapper<AnyObjectTO>>
- Direct Known Subclasses:
AnyObjectTemplateWizardBuilder
- 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
ConstructorDescriptionAnyObjectWizardBuilder
(AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef) AnyObjectWizardBuilder
(AnyObjectTO previousAnyObjectTO, AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, PageReference pageRef) Constructor to be used for Remediation details only. -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional
<Details<AnyObjectTO>> addOptionalDetailsPanel
(AnyWrapper<AnyObjectTO> modelObject) protected Serializable
onApplyInternal
(AnyWrapper<AnyObjectTO> modelObject) 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, setItem
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, setItem
-
Field Details
-
anyObjectRestClient
-
-
Constructor Details
-
AnyObjectWizardBuilder
public AnyObjectWizardBuilder(AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef) -
AnyObjectWizardBuilder
public AnyObjectWizardBuilder(AnyObjectTO previousAnyObjectTO, AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, PageReference pageRef) Constructor to be used for Remediation details only.- Parameters:
previousAnyObjectTO
- previous anyObject status.anyObjectTO
- new anyObject status to be approved.anyTypeClasses
- any type classes.formLayoutInfo
- from layout.pageRef
- reference page.
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<AnyWrapper<AnyObjectTO>>
-
addOptionalDetailsPanel
protected Optional<Details<AnyObjectTO>> addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject) - Overrides:
addOptionalDetailsPanel
in classAnyWizardBuilder<AnyObjectTO>
-