public interface NotificationService
| Modifier and Type | Field and Description |
|---|---|
static String |
DAILY |
static String |
INSTANT |
static String |
WEEKLY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBeenWatch(String threadId,
String profileId) |
void |
notify(String type) |
void |
subscribeUser(String userId,
String threadId,
String type) |
void |
unSubscribeUser(String userId,
String threadId) |
static final String WEEKLY
static final String DAILY
static final String INSTANT
void subscribeUser(String userId, String threadId, String type) throws NotificationException
NotificationExceptionvoid notify(String type)
void unSubscribeUser(String userId, String threadId) throws NotificationException
NotificationExceptionboolean isBeenWatch(String threadId, String profileId) throws NotificationException
NotificationExceptionCopyright © 2014 CrafterCMS. All Rights Reserved.