| Package | Description |
|---|---|
| org.orienteer.notifications.model |
Package with models for 'orienteer-notifications' module
|
| org.orienteer.notifications.service |
Package with service classes for 'orienteer-notifications' module
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOMailNotification
Wrapper for
IOMailNotification.CLASS_NAME |
interface |
IOSmsNotification
Wrapper class for
IOSmsNotification.CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
default IONotification |
IONotification.addStatusHistory(IONotificationStatusHistory history) |
default IONotification |
IONotification.addStatusHistory(com.orientechnologies.orient.core.record.impl.ODocument history) |
IONotification |
IONotification.setCreated(Date created) |
IONotification |
IONotification.setId(String id) |
IONotification |
IOSmsNotification.setPreparedSms(com.orientechnologies.orient.core.record.impl.ODocument preparedSms) |
IONotification |
IONotification.setStatus(com.orientechnologies.orient.core.record.impl.ODocument status) |
IONotification |
IONotification.setStatusHistories(List<com.orientechnologies.orient.core.record.impl.ODocument> histories) |
IONotification |
IONotification.setTransport(com.orientechnologies.orient.core.record.impl.ODocument transport) |
| Modifier and Type | Method and Description |
|---|---|
IONotification |
ONotificationFactory.create(com.orientechnologies.orient.core.record.impl.ODocument document) |
IONotification |
IONotificationFactory.create(com.orientechnologies.orient.core.record.impl.ODocument document) |
| Modifier and Type | Method and Description |
|---|---|
default void |
INotificationService.send(IONotification notification) |
Copyright © 2020. All rights reserved.