| Modifier and Type | Method and Description |
|---|---|
void |
WatchedThreadsRepository.addWatcher(String thread,
String userId,
String frequency) |
Iterable<WatchedThread> |
WatchedThreadsRepository.findAllWithWatchers() |
List<ThreadsToNotify> |
WatchedThreadsRepository.findProfilesToSend(String type) |
void |
WatchedThreadsRepository.removeWatcher(String thread,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
WatchedThreadsRepositoryImpl.addWatcher(String thread,
String userId,
String frequency) |
Iterable<WatchedThread> |
WatchedThreadsRepositoryImpl.findAllWithWatchers() |
List<ThreadsToNotify> |
WatchedThreadsRepositoryImpl.findProfilesToSend(String type) |
void |
WatchedThreadsRepositoryImpl.removeWatcher(String thread,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationService.isBeenWatch(String threadId,
String profileId) |
void |
NotificationService.subscribeUser(String userId,
String threadId,
String type) |
void |
NotificationService.unSubscribeUser(String userId,
String threadId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationServiceImpl.isBeenWatch(String threadId,
String profileId) |
void |
NotificationServiceImpl.subscribeUser(String userId,
String threadId,
String frequency) |
void |
NotificationServiceImpl.unSubscribeUser(String userId,
String threadId) |
Copyright © 2014 CrafterCMS. All Rights Reserved.