Class NotificationWizardBuilder
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<NotificationWrapper>
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<NotificationWrapper>
org.apache.syncope.client.console.wizards.BaseAjaxWizardBuilder<NotificationWrapper>
org.apache.syncope.client.console.notifications.NotificationWizardBuilder
- All Implemented Interfaces:
Serializable,ModalPanelBuilder<NotificationWrapper>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnyTypeRestClientprotected final IModel<List<EventCategory>> protected final ImplementationRestClientprotected final NotificationRestClientprotected final SchemaRestClientFields 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
ConstructorsConstructorDescriptionNotificationWizardBuilder(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModelbuildModelSteps(NotificationWrapper modelObject, WizardModel wizardModel) protected SerializableonApplyInternal(NotificationWrapper 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
-
notificationRestClient
-
anyTypeRestClient
-
implementationRestClient
-
schemaRestClient
-
eventCategories
-
-
Constructor Details
-
NotificationWizardBuilder
public NotificationWizardBuilder(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef)
-
-
Method Details
-
onApplyInternal
- Overrides:
onApplyInternalin classAbstractModalPanelBuilder<NotificationWrapper>
-
buildModelSteps
- Specified by:
buildModelStepsin classAjaxWizardBuilder<NotificationWrapper>
-
getSchemas
-