public interface MessageServiceAsync
| Modifier and Type | Interface and Description |
|---|---|
static class |
MessageServiceAsync.Util
Utility class to get the RPC Async interface from client-side code
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteMessageById(String messageId,
boolean sent,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getAttachmentDownloadURL(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getMessageById(String messageId,
boolean sent,
com.google.gwt.user.client.rpc.AsyncCallback<ConvMessage> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getMessages(boolean sent,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ConvMessage>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getUsersInfo(String[] usernames,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getWorkspaceUsers(com.google.gwt.user.client.rpc.AsyncCallback<CurrUserAndPortalUsersWrapper> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
markMessageUnread(String messageId,
boolean sent,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
saveAttachmentToWorkspaceFolder(String itemId,
String destinationFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
searchUsers(String keyword,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
sendToById(ArrayList<String> recipientIds,
ArrayList<String> listAttachmentsId,
String subject,
String body,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
GWT-RPC service asynchronous (client-side) interface
|
void getMessages(boolean sent,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ConvMessage>> callback)
MessageServicevoid getMessageById(String messageId, boolean sent, com.google.gwt.user.client.rpc.AsyncCallback<ConvMessage> callback)
MessageServicevoid getWorkspaceUsers(com.google.gwt.user.client.rpc.AsyncCallback<CurrUserAndPortalUsersWrapper> callback)
MessageServicevoid getUsersInfo(String[] usernames, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)
MessageServicevoid searchUsers(String keyword, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)
MessageServicevoid sendToById(ArrayList<String> recipientIds, ArrayList<String> listAttachmentsId, String subject, String body, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
MessageServicevoid deleteMessageById(String messageId, boolean sent, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
MessageServicevoid getAttachmentDownloadURL(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
MessageServicevoid saveAttachmentToWorkspaceFolder(String itemId, String destinationFolderId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
MessageServicevoid markMessageUnread(String messageId, boolean sent, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
MessageServiceCopyright © 2020. All rights reserved.