public class MailServlet extends OKMRemoteServiceServlet implements OKMMailService
WORKSPACE
Constructor and Description |
---|
MailServlet() |
Modifier and Type | Method and Description |
---|---|
void |
copy(String mailPath,
String fldPath) |
void |
delete(String mailPath) |
void |
forwardMail(String mailPath,
String mails,
String users,
String roles,
String message) |
List<GWTMail> |
getChilds(String fldPath,
Map<String,GWTFilter> mapFilter) |
GWTMail |
getProperties(String mailPath) |
Boolean |
isValid(String mailPath) |
void |
move(String mailPath,
String destPath) |
void |
purge(String mailPath) |
GWTMail |
rename(String mailId,
String newName) |
doGetSerializationPolicy, getLanguage, getUserWorkspaceSession, init, saveUserWorkspaceSession, setLanguage, updateSessionManager
checkPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public List<GWTMail> getChilds(String fldPath, Map<String,GWTFilter> mapFilter) throws OKMException
getChilds
in interface OKMMailService
OKMException
public void delete(String mailPath) throws OKMException
delete
in interface OKMMailService
OKMException
public void move(String mailPath, String destPath) throws OKMException
move
in interface OKMMailService
OKMException
public void purge(String mailPath) throws OKMException
purge
in interface OKMMailService
OKMException
public void copy(String mailPath, String fldPath) throws OKMException
copy
in interface OKMMailService
OKMException
public GWTMail getProperties(String mailPath) throws OKMException
getProperties
in interface OKMMailService
OKMException
public GWTMail rename(String mailId, String newName) throws OKMException
rename
in interface OKMMailService
OKMException
public Boolean isValid(String mailPath) throws OKMException
isValid
in interface OKMMailService
OKMException
public void forwardMail(String mailPath, String mails, String users, String roles, String message) throws OKMException
forwardMail
in interface OKMMailService
OKMException
Copyright © 2016. All rights reserved.