@RemoteServiceRelativePath(value="message")
public interface MessagesService
extends com.google.gwt.user.client.rpc.RemoteService
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 getURLFromApplicationProfile(String identifier) throws Exception
ExceptionString saveAttachment(String messageIdentifier, String attachmentId, String messageType) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.