Uses of Class
org.apache.syncope.common.lib.to.NotificationTO
-
-
Uses of NotificationTO in org.apache.syncope.client.console.notifications
Fields in org.apache.syncope.client.console.notifications with type parameters of type NotificationTO Modifier and Type Field Description protected SortableDataProviderComparator<NotificationTO>
NotificationDirectoryPanel.NotificationProvider. comparator
Methods in org.apache.syncope.client.console.notifications that return NotificationTO Modifier and Type Method Description NotificationTO
NotificationWrapper. fillAboutConditions()
NotificationTO
NotificationWrapper. fillRecipientConditions()
Methods in org.apache.syncope.client.console.notifications that return types with arguments of type NotificationTO Modifier and Type Method Description ActionsPanel<NotificationTO>
NotificationDirectoryPanel. getActions(IModel<NotificationTO> model)
protected List<IColumn<NotificationTO,String>>
NotificationDirectoryPanel. getColumns()
Iterator<NotificationTO>
NotificationDirectoryPanel.NotificationProvider. iterator(long first, long count)
IModel<NotificationTO>
NotificationDirectoryPanel.NotificationProvider. model(NotificationTO notification)
Methods in org.apache.syncope.client.console.notifications with parameters of type NotificationTO Modifier and Type Method Description IModel<NotificationTO>
NotificationDirectoryPanel.NotificationProvider. model(NotificationTO notification)
Method parameters in org.apache.syncope.client.console.notifications with type arguments of type NotificationTO Modifier and Type Method Description ActionsPanel<NotificationTO>
NotificationDirectoryPanel. getActions(IModel<NotificationTO> model)
Constructors in org.apache.syncope.client.console.notifications with parameters of type NotificationTO Constructor Description NotificationWizardBuilder(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 NotificationTO Modifier and Type Method Description NotificationTO
NotificationRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type NotificationTO Modifier and Type Method Description List<NotificationTO>
NotificationRestClient. list()
Methods in org.apache.syncope.client.console.rest with parameters of type NotificationTO Modifier and Type Method Description void
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 NotificationTO Modifier and Type Method Description NotificationTO
NotificationService. read(@NotNull String key)
Returns notification with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type NotificationTO Modifier and Type Method Description List<NotificationTO>
NotificationService. list()
Returns a list of all notifications.Methods in org.apache.syncope.common.rest.api.service with parameters of type NotificationTO Modifier and Type Method Description javax.ws.rs.core.Response
NotificationService. 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 NotificationTO Modifier and Type Method Description NotificationTO
NotificationLogic. create(NotificationTO notificationTO)
NotificationTO
NotificationLogic. delete(String key)
NotificationTO
NotificationLogic. read(String key)
protected NotificationTO
NotificationLogic. resolveReference(Method method, Object... args)
NotificationTO
NotificationLogic. update(NotificationTO notificationTO)
Methods in org.apache.syncope.core.logic that return types with arguments of type NotificationTO Modifier and Type Method Description List<NotificationTO>
NotificationLogic. list()
Methods in org.apache.syncope.core.logic with parameters of type NotificationTO Modifier and Type Method Description NotificationTO
NotificationLogic. create(NotificationTO 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 NotificationTO Modifier and Type Method Description NotificationTO
NotificationDataBinder. getNotificationTO(Notification notification)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type NotificationTO Modifier and Type Method Description Notification
NotificationDataBinder. 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 NotificationTO Modifier and Type Method Description NotificationTO
NotificationDataBinderImpl. getNotificationTO(Notification notification)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type NotificationTO Modifier and Type Method Description Notification
NotificationDataBinderImpl. 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 NotificationTO Modifier and Type Method Description NotificationTO
NotificationServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type NotificationTO Modifier and Type Method Description List<NotificationTO>
NotificationServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type NotificationTO Modifier and Type Method Description javax.ws.rs.core.Response
NotificationServiceImpl. create(NotificationTO notificationTO)
void
NotificationServiceImpl. update(NotificationTO notificationTO)
-