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> recipientIds,
ArrayList<String> listAttachmentsId,
String subject,
String body) |
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic 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 WsMailServicepublic boolean sendToById(ArrayList<String> recipientIds, ArrayList<String> listAttachmentsId, String subject, String body)
sendToById in interface WsMailServiceCopyright © 2015. All Rights Reserved.