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
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AnyTypeRestClient
protected final IModel
<List<EventCategory>> protected final ImplementationRestClient
protected final NotificationRestClient
protected final SchemaRestClient
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
ConstructorDescriptionNotificationWizardBuilder
(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected WizardModel
buildModelSteps
(NotificationWrapper modelObject, WizardModel wizardModel) protected Serializable
onApplyInternal
(NotificationWrapper 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 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:
onApplyInternal
in classAbstractModalPanelBuilder<NotificationWrapper>
-
buildModelSteps
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<NotificationWrapper>
-
getSchemas
-