Uses of Class
org.apache.syncope.common.lib.to.NotificationTO
Package
Description
-
Uses of NotificationTO in org.apache.syncope.client.console.notifications
Modifier and TypeFieldDescriptionprotected final SortableDataProviderComparator
<NotificationTO> NotificationDirectoryPanel.NotificationProvider.comparator
Modifier and TypeMethodDescriptionNotificationWrapper.fillAboutConditions()
NotificationWrapper.fillRecipientConditions()
Modifier and TypeMethodDescriptionNotificationDirectoryPanel.getActions
(IModel<NotificationTO> model) protected List
<IColumn<NotificationTO, String>> NotificationDirectoryPanel.getColumns()
NotificationDirectoryPanel.NotificationProvider.iterator
(long first, long count) NotificationDirectoryPanel.NotificationProvider.model
(NotificationTO notification) Modifier and TypeMethodDescriptionNotificationDirectoryPanel.NotificationProvider.model
(NotificationTO notification) Modifier and TypeMethodDescriptionNotificationDirectoryPanel.getActions
(IModel<NotificationTO> model) ModifierConstructorDescriptionNotificationWizardBuilder
(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef) NotificationWrapper
(NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
NotificationRestClient.create
(NotificationTO notificationTO) void
NotificationRestClient.update
(NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns notification with matching key.Modifier and TypeMethodDescriptionNotificationService.list()
Returns a list of all notifications.Modifier and TypeMethodDescriptionNotificationService.create
(@NotNull NotificationTO notificationTO) Creates a new notification.void
NotificationService.update
(@NotNull NotificationTO notificationTO) Updates the notification matching the given key. -
Uses of NotificationTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionNotificationLogic.create
(NotificationTO notificationTO) protected NotificationTO
NotificationLogic.resolveReference
(Method method, Object... args) NotificationLogic.update
(NotificationTO notificationTO) Modifier and TypeMethodDescriptionNotificationLogic.create
(NotificationTO notificationTO) NotificationLogic.update
(NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionNotificationDataBinder.getNotificationTO
(Notification notification) Modifier and TypeMethodDescriptionNotificationDataBinder.create
(NotificationTO notificationTO) void
NotificationDataBinder.update
(Notification notification, NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionNotificationDataBinderImpl.getNotificationTO
(Notification notification) Modifier and TypeMethodDescriptionNotificationDataBinderImpl.create
(NotificationTO notificationTO) void
NotificationDataBinderImpl.update
(Notification notification, NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionNotificationServiceImpl.create
(NotificationTO notificationTO) void
NotificationServiceImpl.update
(NotificationTO notificationTO)