com.liferay.mail.service.impl
Class MailServiceImpl
java.lang.Object
com.liferay.mail.service.impl.MailServiceImpl
- All Implemented Interfaces:
- MailService
public class MailServiceImpl
- extends Object
- implements MailService
Method Summary |
void |
addForward(long companyId,
long userId,
List<Filter> filters,
List<String> emailAddresses,
boolean leaveCopy)
|
void |
addUser(long companyId,
long userId,
String password,
String firstName,
String middleName,
String lastName,
String emailAddress)
|
void |
addVacationMessage(long companyId,
long userId,
String emailAddress,
String vacationMessage)
|
void |
clearSession()
|
void |
deleteEmailAddress(long companyId,
long userId)
|
void |
deleteUser(long companyId,
long userId)
|
javax.mail.Session |
getSession()
|
void |
sendEmail(MailMessage mailMessage)
|
void |
updateBlocked(long companyId,
long userId,
List<String> blocked)
|
void |
updateEmailAddress(long companyId,
long userId,
String emailAddress)
|
void |
updatePassword(long companyId,
long userId,
String password)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailServiceImpl
public MailServiceImpl()
addForward
public void addForward(long companyId,
long userId,
List<Filter> filters,
List<String> emailAddresses,
boolean leaveCopy)
- Specified by:
addForward
in interface MailService
addUser
public void addUser(long companyId,
long userId,
String password,
String firstName,
String middleName,
String lastName,
String emailAddress)
- Specified by:
addUser
in interface MailService
addVacationMessage
public void addVacationMessage(long companyId,
long userId,
String emailAddress,
String vacationMessage)
- Specified by:
addVacationMessage
in interface MailService
clearSession
public void clearSession()
- Specified by:
clearSession
in interface MailService
deleteEmailAddress
public void deleteEmailAddress(long companyId,
long userId)
- Specified by:
deleteEmailAddress
in interface MailService
deleteUser
public void deleteUser(long companyId,
long userId)
- Specified by:
deleteUser
in interface MailService
getSession
public javax.mail.Session getSession()
throws SystemException
- Specified by:
getSession
in interface MailService
- Throws:
SystemException
sendEmail
public void sendEmail(MailMessage mailMessage)
- Specified by:
sendEmail
in interface MailService
updateBlocked
public void updateBlocked(long companyId,
long userId,
List<String> blocked)
- Specified by:
updateBlocked
in interface MailService
updateEmailAddress
public void updateEmailAddress(long companyId,
long userId,
String emailAddress)
- Specified by:
updateEmailAddress
in interface MailService
updatePassword
public void updatePassword(long companyId,
long userId,
String password)
- Specified by:
updatePassword
in interface MailService