Class TypeExtensionWizardBuilder
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<T>
-
- org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<TypeExtensionTO>
-
- org.apache.syncope.client.console.wizards.any.TypeExtensionWizardBuilder
-
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<TypeExtensionTO>
public class TypeExtensionWizardBuilder extends BaseAjaxWizardBuilder<TypeExtensionTO>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTypeExtensionWizardBuilder.Details
-
Field Summary
Fields Modifier and Type Field Description protected AnyTypeClassRestClientanyTypeClassRestClientprotected StringanyTypeLabelprotected AnyTypeRestClientanyTypeRestClientprotected StringauxClassesLabelprotected GroupTOgroupTO-
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 TypeExtensionWizardBuilder(GroupTO groupTO, TypeExtensionTO defaultItem, String anyTypeLabel, String auxClassesLabel, AnyTypeRestClient anyTypeRestClient, AnyTypeClassRestClient anyTypeClassRestClient, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModelbuildModelSteps(TypeExtensionTO modelObject, WizardModel wizardModel)protected SerializableonApplyInternal(TypeExtensionTO modelObject)-
Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarning
-
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
-
-
-
-
Field Detail
-
groupTO
protected final GroupTO groupTO
-
anyTypeLabel
protected final String anyTypeLabel
-
auxClassesLabel
protected final String auxClassesLabel
-
anyTypeRestClient
protected final AnyTypeRestClient anyTypeRestClient
-
anyTypeClassRestClient
protected final AnyTypeClassRestClient anyTypeClassRestClient
-
-
Constructor Detail
-
TypeExtensionWizardBuilder
public TypeExtensionWizardBuilder(GroupTO groupTO, TypeExtensionTO defaultItem, String anyTypeLabel, String auxClassesLabel, AnyTypeRestClient anyTypeRestClient, AnyTypeClassRestClient anyTypeClassRestClient, PageReference pageRef)
-
-
Method Detail
-
buildModelSteps
protected WizardModel buildModelSteps(TypeExtensionTO modelObject, WizardModel wizardModel)
- Specified by:
buildModelStepsin classAjaxWizardBuilder<TypeExtensionTO>
-
onApplyInternal
protected Serializable onApplyInternal(TypeExtensionTO modelObject)
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<TypeExtensionTO>
-
-