Package org.cyclos.impl.messaging
Interface MessageServiceLocal
-
- All Superinterfaces:
MessageService,Service
public interface MessageServiceLocal extends MessageService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveAll(User user)Clears all message boxes of the specified user completely, by physically deleting all the messages-
Methods inherited from interface org.cyclos.services.messaging.MessageService
countNewMessages, countUnreadMessages, getData, getMessagesStatus, getSearchData, getSendData, markAsRead, moveToTrash, removeAll, restoreAll, search, send
-
-
-
-
Method Detail
-
removeAll
void removeAll(User user)
Clears all message boxes of the specified user completely, by physically deleting all the messages
-
-