| Modifier and Type | Method and Description |
|---|---|
void |
NotifyService.confirm(Notification notification) |
void |
INotifyService.confirm(Notification notification) |
String |
INotifyService.IConfirmationListener.confirm(Notification notification) |
void |
NotifyService.confirmNow(Notification notification) |
void |
INotifyService.confirmNow(Notification notification) |
void |
NotifyService.error(Notification notification,
IPushChannel channel,
IPushChannel.PushException e) |
void |
INotifyService.IErrorListener.error(Notification notification,
IPushChannel channel,
IPushChannel.PushException e)
called if notification can't be pushed to any channel
|
static void |
INotifyService.Utils.mail(INotifyService notifyService,
Notification notification) |
static void |
INotifyService.Utils.mailNow(INotifyService notifyService,
Notification notification) |
void |
INotifyService.INotificationListner.notification(Notification notification) |
void |
NotifyService.notify(Notification notification) |
void |
INotifyService.notify(Notification notification) |
void |
NotifyService.notifyNow(Notification notification) |
void |
INotifyService.notifyNow(Notification notification) |
static void |
INotifyService.Utils.notifyUnknown(INotifyService notifyService,
String channelId,
Notification notification) |
static void |
INotifyService.Utils.notifyUnknownNow(INotifyService notifyService,
String channelId,
Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
AbstractPullChannel.render(Notification notification,
IPreferences prefs,
IChannelPreferences cPrefs) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
IConfirmationService.getNotificationByKey(String key) |
Notification |
ConfirmationService.getNotificationByKey(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
DummyConfirmationListener.confirm(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
INotificationDAO.getByConfirmationKey(String key) |
Notification |
INotificationDAO.getNext() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
INotificationDAO.getRecent(String userId,
Set<Notification.Type> types,
int first,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
INotificationDAO.delete(Notification notification) |
void |
INotificationDAO.save(Notification notification) |
void |
INotificationDAO.update(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
Dispatch |
DispatchService.create(Notification notification,
IPreferences prefs,
IChannelPreferences cPrefs) |
Dispatch |
IDispatchService.create(Notification notification,
IPreferences prefs,
IChannelPreferences cPrefs) |
protected void |
AbstractPushDispatcher.dispatch(Notification notification) |
void |
IPushDispatcher.dispatchNow(Notification notification) |
void |
AbstractPushDispatcher.dispatchNow(Notification notification) |
void |
PollingPushDispatcher.notification(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Confirmation.getNotification() |
Notification |
Notification.setConfirmation(Confirmation confirmation) |
Notification |
Notification.setDate(Date date) |
Notification |
Notification.setKey(String key) |
<T> Notification |
Notification.setParam(Param<T> param,
T value) |
protected Notification |
Notification.setParams(IParams params) |
Notification |
Notification.setPushDate(Date pushDate) |
Notification |
Notification.setPushErrorMessage(String pushErrorMessage) |
Notification |
Notification.setPushState(PushState pushState) |
Notification |
Notification.setType(Notification.Type type) |
Notification |
Notification.setUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
Confirmation.setNotification(Notification notification) |
| Constructor and Description |
|---|
Confirmation(Notification notification) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.