Liferay 7.0-ga1 portal-impl

com.liferay.mail.service.impl
Class MailServiceImpl

java.lang.Object
  extended by com.liferay.mail.service.impl.MailServiceImpl
All Implemented Interfaces:
com.liferay.mail.kernel.service.MailService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

public class MailServiceImpl
extends Object
implements com.liferay.mail.kernel.service.MailService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService


Constructor Summary
MailServiceImpl()
           
 
Method Summary
 void addForward(long companyId, long userId, List<com.liferay.mail.kernel.model.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)
           
 String getOSGiServiceIdentifier()
           
 javax.mail.Session getSession()
           
 void sendEmail(com.liferay.mail.kernel.model.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
 

Constructor Detail

MailServiceImpl

public MailServiceImpl()
Method Detail

addForward

public void addForward(long companyId,
                       long userId,
                       List<com.liferay.mail.kernel.model.Filter> filters,
                       List<String> emailAddresses,
                       boolean leaveCopy)
Specified by:
addForward in interface com.liferay.mail.kernel.service.MailService

addUser

public void addUser(long companyId,
                    long userId,
                    String password,
                    String firstName,
                    String middleName,
                    String lastName,
                    String emailAddress)
Specified by:
addUser in interface com.liferay.mail.kernel.service.MailService

addVacationMessage

public void addVacationMessage(long companyId,
                               long userId,
                               String emailAddress,
                               String vacationMessage)
Specified by:
addVacationMessage in interface com.liferay.mail.kernel.service.MailService

clearSession

public void clearSession()
Specified by:
clearSession in interface com.liferay.mail.kernel.service.MailService

deleteEmailAddress

public void deleteEmailAddress(long companyId,
                               long userId)
Specified by:
deleteEmailAddress in interface com.liferay.mail.kernel.service.MailService

deleteUser

public void deleteUser(long companyId,
                       long userId)
Specified by:
deleteUser in interface com.liferay.mail.kernel.service.MailService

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

getSession

public javax.mail.Session getSession()
Specified by:
getSession in interface com.liferay.mail.kernel.service.MailService

sendEmail

public void sendEmail(com.liferay.mail.kernel.model.MailMessage mailMessage)
Specified by:
sendEmail in interface com.liferay.mail.kernel.service.MailService

updateBlocked

public void updateBlocked(long companyId,
                          long userId,
                          List<String> blocked)
Specified by:
updateBlocked in interface com.liferay.mail.kernel.service.MailService

updateEmailAddress

public void updateEmailAddress(long companyId,
                               long userId,
                               String emailAddress)
Specified by:
updateEmailAddress in interface com.liferay.mail.kernel.service.MailService

updatePassword

public void updatePassword(long companyId,
                           long userId,
                           String password)
Specified by:
updatePassword in interface com.liferay.mail.kernel.service.MailService

Liferay 7.0-ga1 portal-impl