org.gcube.portlets.widgets.wsmail.client
Interface WsMailServiceAsync


public interface WsMailServiceAsync

The async counterpart of WsMailService.


Method Summary
 void getWorkspaceUsers(com.google.gwt.user.client.rpc.AsyncCallback<CurrUserAndPortalUsersWrapper> callback)
           
 void sendToById(ArrayList<String> listContactsId, ArrayList<String> listAttachmentsId, String subject, String body, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Method Detail

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.