Class TypeExtensionWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<TypeExtensionTO>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<TypeExtensionTO>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<TypeExtensionTO>
org.apache.syncope.client.console.wizards.any.TypeExtensionWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<TypeExtensionTO>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnyTypeClassRestClientprotected final Stringprotected final AnyTypeRestClientprotected final Stringprotected final GroupTOFields 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
ConstructorsConstructorDescriptionTypeExtensionWizardBuilder(GroupTO groupTO, TypeExtensionTO defaultItem, String anyTypeLabel, String auxClassesLabel, AnyTypeRestClient anyTypeRestClient, AnyTypeClassRestClient anyTypeClassRestClient, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(TypeExtensionTO modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(TypeExtensionTO modelObject) Methods inherited from class org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder
execute, getMaxWaitTimeInSeconds, sendError, sendWarningMethods 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, setEventSink, setItem
-
Field Details
-
groupTO
-
anyTypeLabel
-
auxClassesLabel
-
anyTypeRestClient
-
anyTypeClassRestClient
-
-
Constructor Details
-
TypeExtensionWizardBuilder
public TypeExtensionWizardBuilder(GroupTO groupTO, TypeExtensionTO defaultItem, String anyTypeLabel, String auxClassesLabel, AnyTypeRestClient anyTypeRestClient, AnyTypeClassRestClient anyTypeClassRestClient, PageReference pageRef)
-
-
Method Details
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<TypeExtensionTO>
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<TypeExtensionTO>
-