Class NotificationWizardBuilder
- 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<NotificationWrapper>
-
- org.apache.syncope.client.console.notifications.NotificationWizardBuilder
-
- All Implemented Interfaces:
Serializable
,ModalPanelBuilder<NotificationWrapper>
public class NotificationWizardBuilder extends BaseAjaxWizardBuilder<NotificationWrapper>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
NotificationWizardBuilder.About
class
NotificationWizardBuilder.Abouts
class
NotificationWizardBuilder.Details
class
NotificationWizardBuilder.Events
class
NotificationWizardBuilder.Recipients
-
Field Summary
Fields Modifier and Type Field Description protected AnyTypeRestClient
anyTypeRestClient
protected IModel<List<EventCategory>>
eventCategories
protected ImplementationRestClient
implementationRestClient
protected NotificationRestClient
notificationRestClient
protected SchemaRestClient
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
Constructors Constructor Description NotificationWizardBuilder(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WizardModel
buildModelSteps(NotificationWrapper modelObject, WizardModel wizardModel)
protected List<String>
getSchemas()
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 Detail
-
notificationRestClient
protected final NotificationRestClient notificationRestClient
-
anyTypeRestClient
protected final AnyTypeRestClient anyTypeRestClient
-
implementationRestClient
protected final ImplementationRestClient implementationRestClient
-
schemaRestClient
protected final SchemaRestClient schemaRestClient
-
eventCategories
protected final IModel<List<EventCategory>> eventCategories
-
-
Constructor Detail
-
NotificationWizardBuilder
public NotificationWizardBuilder(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef)
-
-
Method Detail
-
onApplyInternal
protected Serializable onApplyInternal(NotificationWrapper modelObject)
- Overrides:
onApplyInternal
in classAbstractModalPanelBuilder<NotificationWrapper>
-
buildModelSteps
protected WizardModel buildModelSteps(NotificationWrapper modelObject, WizardModel wizardModel)
- Specified by:
buildModelSteps
in classAjaxWizardBuilder<NotificationWrapper>
-
-