@RemoteServiceRelativePath(value="message")
public interface MessagesService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteMessage(String messageIdentifier,
String messageType) |
List<MessageModel> |
getAllMessagesReceived() |
List<MessageModel> |
getAllMessagesSent() |
MessageModel |
getMessageById(String messageIdentifier,
String messageType) |
String |
getMyLogin() |
List<MessageModel> |
getNewMessagesReceived() |
boolean |
markMessage(String messageIdentifier,
String messageType,
boolean boolMark,
String markType) |
boolean |
saveAttach(String attachId) |
String |
saveAttachment(String messageIdentifier,
String attachmentId,
String messageType) |
boolean |
saveAttachments(String messageIdentifier,
String messageType) |
List<MessageModel> |
searchInReceivedMessagesByText(String text) |
List<MessageModel> |
searchInSentMessagesByText(String text) |
boolean |
sendToById(List<String> listContactsId,
List<String> listAttachmentsId,
String subject,
String text) |
boolean |
sentToByMessageModel(MessageModel message) |
boolean |
setAllUserMessageNotificationsRead() |
boolean sentToByMessageModel(MessageModel message) throws Exception
Exceptionboolean sendToById(List<String> listContactsId, List<String> listAttachmentsId, String subject, String text) throws Exception
ExceptionList<MessageModel> getAllMessagesReceived() throws Exception
ExceptionList<MessageModel> getNewMessagesReceived() throws Exception
ExceptionList<MessageModel> getAllMessagesSent() throws Exception
ExceptionList<MessageModel> searchInSentMessagesByText(String text) throws Exception
ExceptionList<MessageModel> searchInReceivedMessagesByText(String text) throws Exception
ExceptionMessageModel getMessageById(String messageIdentifier, String messageType) throws Exception
Exceptionboolean saveAttachments(String messageIdentifier, String messageType) throws Exception
Exceptionboolean markMessage(String messageIdentifier, String messageType, boolean boolMark, String markType) throws Exception
Exceptionboolean deleteMessage(String messageIdentifier, String messageType) throws Exception
Exceptionboolean setAllUserMessageNotificationsRead()
String saveAttachment(String messageIdentifier, String attachmentId, String messageType) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.