Package org.cyclos.impl.messaging
Interface NotificationServiceLocal
-
- All Superinterfaces:
NotificationService,Service
- All Known Implementing Classes:
NotificationServiceImpl
public interface NotificationServiceLocal extends NotificationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveAll(BasicUser user)Removes all the notifications for this user.-
Methods inherited from interface org.cyclos.services.messaging.NotificationService
getNotificationsStatus, load, markAllRead, markAsRead, remove, removeAll, search
-
-
-
-
Method Detail
-
removeAll
void removeAll(BasicUser user)
Removes all the notifications for this user.
-
-