public class WsMailServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements WsMailService
Modifier and Type | Field and Description |
---|---|
static String |
TEST_SCOPE |
static String |
TEST_USER |
static String |
USERNAME_ATTRIBUTE |
Constructor and Description |
---|
WsMailServiceImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDevelopmentUser()
when packaging test will fail if the user is not set to test.user
|
CurrUserAndPortalUsersWrapper |
getWorkspaceUsers() |
boolean |
sendToById(ArrayList<String> listContactsId,
ArrayList<String> listAttachmentsId,
String subject,
String body) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String TEST_SCOPE
public static final String TEST_USER
public static final String USERNAME_ATTRIBUTE
public String getDevelopmentUser()
public CurrUserAndPortalUsersWrapper getWorkspaceUsers()
getWorkspaceUsers
in interface WsMailService
public boolean sendToById(ArrayList<String> listContactsId, ArrayList<String> listAttachmentsId, String subject, String body)
sendToById
in interface WsMailService
Copyright © 2015. All Rights Reserved.