Uses of Class
org.apache.syncope.common.lib.to.NotificationTO
Packages that use NotificationTO
Package
Description
-
Uses of NotificationTO in org.apache.syncope.client.console.notifications
Fields in org.apache.syncope.client.console.notifications with type parameters of type NotificationTOModifier and TypeFieldDescriptionprotected final SortableDataProviderComparator
<NotificationTO> NotificationDirectoryPanel.NotificationProvider.comparator
Methods in org.apache.syncope.client.console.notifications that return NotificationTOModifier and TypeMethodDescriptionNotificationWrapper.fillAboutConditions()
NotificationWrapper.fillRecipientConditions()
Methods in org.apache.syncope.client.console.notifications that return types with arguments of type NotificationTOModifier 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) Methods in org.apache.syncope.client.console.notifications with parameters of type NotificationTOModifier and TypeMethodDescriptionNotificationDirectoryPanel.NotificationProvider.model
(NotificationTO notification) Method parameters in org.apache.syncope.client.console.notifications with type arguments of type NotificationTOModifier and TypeMethodDescriptionNotificationDirectoryPanel.getActions
(IModel<NotificationTO> model) Constructors in org.apache.syncope.client.console.notifications with parameters of type NotificationTOModifierConstructorDescriptionNotificationWizardBuilder
(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
Methods in org.apache.syncope.client.console.rest that return NotificationTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type NotificationTOMethods in org.apache.syncope.client.console.rest with parameters of type NotificationTOModifier and TypeMethodDescriptionvoid
NotificationRestClient.create
(NotificationTO notificationTO) void
NotificationRestClient.update
(NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return NotificationTOModifier and TypeMethodDescriptionReturns notification with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type NotificationTOModifier and TypeMethodDescriptionNotificationService.list()
Returns a list of all notifications.Methods in org.apache.syncope.common.rest.api.service with parameters of type NotificationTOModifier 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
Methods in org.apache.syncope.core.logic that return NotificationTOModifier and TypeMethodDescriptionNotificationLogic.create
(NotificationTO notificationTO) protected NotificationTO
NotificationLogic.resolveReference
(Method method, Object... args) NotificationLogic.update
(NotificationTO notificationTO) Methods in org.apache.syncope.core.logic that return types with arguments of type NotificationTOMethods in org.apache.syncope.core.logic with parameters of type NotificationTOModifier and TypeMethodDescriptionNotificationLogic.create
(NotificationTO notificationTO) NotificationLogic.update
(NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return NotificationTOModifier and TypeMethodDescriptionNotificationDataBinder.getNotificationTO
(Notification notification) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type NotificationTOModifier and TypeMethodDescriptionNotificationDataBinder.create
(NotificationTO notificationTO) void
NotificationDataBinder.update
(Notification notification, NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return NotificationTOModifier and TypeMethodDescriptionNotificationDataBinderImpl.getNotificationTO
(Notification notification) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type NotificationTOModifier and TypeMethodDescriptionNotificationDataBinderImpl.create
(NotificationTO notificationTO) void
NotificationDataBinderImpl.update
(Notification notification, NotificationTO notificationTO) -
Uses of NotificationTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return NotificationTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type NotificationTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type NotificationTOModifier and TypeMethodDescriptionNotificationServiceImpl.create
(NotificationTO notificationTO) void
NotificationServiceImpl.update
(NotificationTO notificationTO)