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. comparatorMethods in org.apache.syncope.client.console.notifications that return NotificationTO Modifier and Type Method Description NotificationTONotificationWrapper. fillAboutConditions()NotificationTONotificationWrapper. 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 NotificationTONotificationRestClient. 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 voidNotificationRestClient. create(NotificationTO notificationTO)voidNotificationRestClient. 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 NotificationTONotificationService. 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.ResponseNotificationService. create(@NotNull NotificationTO notificationTO)Creates a new notification.voidNotificationService. 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 NotificationTONotificationLogic. create(NotificationTO notificationTO)NotificationTONotificationLogic. delete(String key)NotificationTONotificationLogic. read(String key)protected NotificationTONotificationLogic. resolveReference(Method method, Object... args)NotificationTONotificationLogic. 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 NotificationTONotificationLogic. create(NotificationTO notificationTO)NotificationTONotificationLogic. 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 NotificationTONotificationDataBinder. getNotificationTO(Notification notification)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type NotificationTO Modifier and Type Method Description NotificationNotificationDataBinder. create(NotificationTO notificationTO)voidNotificationDataBinder. 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 NotificationTONotificationDataBinderImpl. getNotificationTO(Notification notification)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type NotificationTO Modifier and Type Method Description NotificationNotificationDataBinderImpl. create(NotificationTO notificationTO)voidNotificationDataBinderImpl. 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 NotificationTONotificationServiceImpl. 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.ResponseNotificationServiceImpl. create(NotificationTO notificationTO)voidNotificationServiceImpl. update(NotificationTO notificationTO)
-