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

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
WsMailServiceImpl

@RemoteServiceRelativePath(value="mailWisdgetServlet")
public interface WsMailService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 CurrUserAndPortalUsersWrapper getWorkspaceUsers()
           
 boolean sendToById(ArrayList<String> listContactsId, ArrayList<String> listAttachmentsId, String subject, String body)
           
 

Method Detail

getWorkspaceUsers

CurrUserAndPortalUsersWrapper getWorkspaceUsers()

sendToById

boolean sendToById(ArrayList<String> listContactsId,
                   ArrayList<String> listAttachmentsId,
                   String subject,
                   String body)


Copyright © 2014. All Rights Reserved.