com.liferay.mail.service
Interface MailService
- public interface MailService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
addForward(long userId,
java.util.List filters,
java.util.List emailAddresses,
boolean leaveCopy)
|
void |
addUser(long userId,
java.lang.String password,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String emailAddress)
|
void |
addVacationMessage(long userId,
java.lang.String emailAddress,
java.lang.String vacationMessage)
|
void |
deleteEmailAddress(long userId)
|
void |
deleteUser(long userId)
|
void |
sendEmail(com.liferay.portal.kernel.mail.MailMessage mailMessage)
|
void |
updateBlocked(long userId,
java.util.List blocked)
|
void |
updateEmailAddress(long userId,
java.lang.String emailAddress)
|
void |
updatePassword(long userId,
java.lang.String password)
|
addForward
public void addForward(long userId,
java.util.List filters,
java.util.List emailAddresses,
boolean leaveCopy)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
addUser
public void addUser(long userId,
java.lang.String password,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String emailAddress)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
addVacationMessage
public void addVacationMessage(long userId,
java.lang.String emailAddress,
java.lang.String vacationMessage)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
deleteEmailAddress
public void deleteEmailAddress(long userId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
deleteUser
public void deleteUser(long userId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
sendEmail
public void sendEmail(com.liferay.portal.kernel.mail.MailMessage mailMessage)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
updateBlocked
public void updateBlocked(long userId,
java.util.List blocked)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
updateEmailAddress
public void updateEmailAddress(long userId,
java.lang.String emailAddress)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
updatePassword
public void updatePassword(long userId,
java.lang.String password)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException