org.gcube.portlets.widgets.wsmail.client
Interface WsMailServiceAsync
public interface WsMailServiceAsync
The async counterpart of WsMailService
.
getWorkspaceUsers
void getWorkspaceUsers(com.google.gwt.user.client.rpc.AsyncCallback<CurrUserAndPortalUsersWrapper> callback)
sendToById
void sendToById(ArrayList<String> listContactsId,
ArrayList<String> listAttachmentsId,
String subject,
String body,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2014. All Rights Reserved.