| 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 |
|---|---|
void |
NotificationService.changeSubscription(org.craftercms.profile.api.Profile p,
String threadId,
String frequency) |
boolean |
NotificationService.isBeenWatch(String threadId,
String profileId) |
void |
NotificationService.subscribeUser(org.craftercms.profile.api.Profile profile,
String threadId,
String type) |
void |
NotificationService.unSubscribeUser(String userId,
String threadId) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationServiceImpl.changeSubscription(org.craftercms.profile.api.Profile p,
String threadId,
String frequency) |
boolean |
NotificationServiceImpl.isBeenWatch(String threadId,
String profileId) |
void |
NotificationServiceImpl.subscribeUser(org.craftercms.profile.api.Profile profile,
String threadId,
String frequency) |
void |
NotificationServiceImpl.unSubscribeUser(String userId,
String threadId) |
Copyright © 2015 CrafterCMS. All Rights Reserved.