public interface MessagesServiceAsync
GreetingService
.Modifier and Type | Method and Description |
---|---|
void |
deleteMessage(String messageIdentifier,
String messageType,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
getAllMessagesReceived(com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback) |
void |
getAllMessagesSent(com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback) |
void |
getMessageById(String messageIdentifier,
String messageType,
com.google.gwt.user.client.rpc.AsyncCallback<MessageModel> callback) |
void |
getNewMessagesReceived(com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback) |
void |
getURLFromApplicationProfile(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<String> asyncCallback) |
void |
isSessionExpired(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
markMessage(String messageIdentifier,
String messageType,
boolean boolMark,
String markType,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
saveAttach(String attachId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
saveAttachment(String messageIdentifier,
String attachmentId,
String messageType,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
saveAttachments(String messageIdentifier,
String messageType,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
searchInReceivedMessagesByText(String text,
com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback) |
void |
searchInSentMessagesByText(String text,
com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback) |
void |
sendToById(List<String> listContactsId,
List<String> listAttachmentsId,
String subject,
String text,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
sentToByMessageModel(MessageModel message,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
setAllUserMessageNotificationsRead(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void getAllMessagesReceived(com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback)
void getAllMessagesSent(com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback)
void getMessageById(String messageIdentifier, String messageType, com.google.gwt.user.client.rpc.AsyncCallback<MessageModel> callback)
void getNewMessagesReceived(com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback)
void markMessage(String messageIdentifier, String messageType, boolean boolMark, String markType, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void saveAttach(String attachId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void saveAttachments(String messageIdentifier, String messageType, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void searchInReceivedMessagesByText(String text, com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback)
void searchInSentMessagesByText(String text, com.google.gwt.user.client.rpc.AsyncCallback<List<MessageModel>> callback)
void sendToById(List<String> listContactsId, List<String> listAttachmentsId, String subject, String text, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void sentToByMessageModel(MessageModel message, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void deleteMessage(String messageIdentifier, String messageType, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void setAllUserMessageNotificationsRead(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getURLFromApplicationProfile(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<String> asyncCallback)
void saveAttachment(String messageIdentifier, String attachmentId, String messageType, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void isSessionExpired(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2014. All Rights Reserved.