@RemoteServiceRelativePath(value="message")
public interface MessagesService
extends com.google.gwt.user.client.rpc.RemoteService
boolean sentToByMessageModel(MessageModel message) throws Exception
Exception
boolean sendToById(List<String> listContactsId, List<String> listAttachmentsId, String subject, String text) throws Exception
Exception
List<MessageModel> getAllMessagesReceived() throws Exception
Exception
List<MessageModel> getNewMessagesReceived() throws Exception
Exception
List<MessageModel> getAllMessagesSent() throws Exception
Exception
List<MessageModel> searchInSentMessagesByText(String text) throws Exception
Exception
List<MessageModel> searchInReceivedMessagesByText(String text) throws Exception
Exception
MessageModel getMessageById(String messageIdentifier, String messageType) throws Exception
Exception
boolean saveAttachments(String messageIdentifier, String messageType) throws Exception
Exception
boolean markMessage(String messageIdentifier, String messageType, boolean boolMark, String markType) throws Exception
Exception
boolean deleteMessage(String messageIdentifier, String messageType) throws Exception
Exception
boolean setAllUserMessageNotificationsRead()
String getURLFromApplicationProfile(String identifier) throws Exception
Exception
String saveAttachment(String messageIdentifier, String attachmentId, String messageType) throws Exception
Exception
Copyright © 2014. All Rights Reserved.