Class AnyObjectWizardBuilder
- 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<AnyObjectTO>
- 
- org.apache.syncope.client.console.wizards.any.AnyObjectWizardBuilder
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- AnyObjectForm,- AnyForm<AnyObjectTO>,- ModalPanelBuilder<AnyWrapper<AnyObjectTO>>
 - Direct Known Subclasses:
- AnyObjectTemplateWizardBuilder
 
 public class AnyObjectWizardBuilder extends AnyWizardBuilder<AnyObjectTO> implements AnyObjectForm - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected AnyObjectRestClientanyObjectRestClient- 
Fields inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilderanyTypeClasses, formLayoutInfo
 - 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderLOG, mode, outerObjects
 - 
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildereventSink, pageRef
 
- 
 - 
Constructor SummaryConstructors Constructor Description AnyObjectWizardBuilder(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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<Details<AnyObjectTO>>addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject)protected SerializableonApplyInternal(AnyWrapper<AnyObjectTO> modelObject)- 
Methods inherited from class org.apache.syncope.client.console.wizards.any.AnyWizardBuilderbuildModelSteps, execute, fixPlainAndVirAttrs, getMaxWaitTimeInSeconds, sendError, sendWarning, wrapper
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilderaddOuterObject, build, build, build, getCreateCustomPayloadEvent, getEditCustomPayloadEvent
 - 
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuildergetDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onCancelInternal, setEventSink, setItem
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilderbuild, getDefaultItem, getEventSink, getPageReference, setEventSink, setItem
 
- 
 
- 
- 
- 
Field Detail- 
anyObjectRestClientprotected AnyObjectRestClient anyObjectRestClient 
 
- 
 - 
Constructor Detail- 
AnyObjectWizardBuilderpublic AnyObjectWizardBuilder(AnyObjectTO anyObjectTO, List<String> anyTypeClasses, AnyObjectFormLayoutInfo formLayoutInfo, AnyObjectRestClient anyObjectRestClient, PageReference pageRef) 
 - 
AnyObjectWizardBuilderpublic 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 Detail- 
onApplyInternalprotected Serializable onApplyInternal(AnyWrapper<AnyObjectTO> modelObject) - Overrides:
- onApplyInternalin class- AbstractModalPanelBuilder<AnyWrapper<AnyObjectTO>>
 
 - 
addOptionalDetailsPanelprotected Optional<Details<AnyObjectTO>> addOptionalDetailsPanel(AnyWrapper<AnyObjectTO> modelObject) - Overrides:
- addOptionalDetailsPanelin class- AnyWizardBuilder<AnyObjectTO>
 
 
- 
 
-