com.liferay.mail.service.impl
Class CyrusServiceImpl

java.lang.Object
  extended by com.liferay.mail.service.impl.CyrusServiceImpl
All Implemented Interfaces:
com.liferay.mail.service.CyrusService, com.liferay.portal.kernel.bean.IdentifiableBean

public class CyrusServiceImpl
extends java.lang.Object
implements com.liferay.mail.service.CyrusService, com.liferay.portal.kernel.bean.IdentifiableBean

Author:
Alexander Chow

Constructor Summary
CyrusServiceImpl()
           
 
Method Summary
 void addUser(long userId, java.lang.String emailAddress, java.lang.String password)
           
 void deleteEmailAddress(long companyId, long userId)
           
 void deleteUser(long userId)
           
 java.lang.String getBeanIdentifier()
           
 void setBeanIdentifier(java.lang.String beanIdentifier)
           
 void updateEmailAddress(long companyId, long userId, java.lang.String emailAddress)
           
 void updatePassword(long companyId, long userId, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyrusServiceImpl

public CyrusServiceImpl()
Method Detail

addUser

public void addUser(long userId,
                    java.lang.String emailAddress,
                    java.lang.String password)
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addUser in interface com.liferay.mail.service.CyrusService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteEmailAddress

public void deleteEmailAddress(long companyId,
                               long userId)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteEmailAddress in interface com.liferay.mail.service.CyrusService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteUser

public void deleteUser(long userId)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteUser in interface com.liferay.mail.service.CyrusService
Throws:
com.liferay.portal.kernel.exception.SystemException

getBeanIdentifier

public java.lang.String getBeanIdentifier()
Specified by:
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean

setBeanIdentifier

public void setBeanIdentifier(java.lang.String beanIdentifier)
Specified by:
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean

updateEmailAddress

public void updateEmailAddress(long companyId,
                               long userId,
                               java.lang.String emailAddress)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateEmailAddress in interface com.liferay.mail.service.CyrusService
Throws:
com.liferay.portal.kernel.exception.SystemException

updatePassword

public void updatePassword(long companyId,
                           long userId,
                           java.lang.String password)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updatePassword in interface com.liferay.mail.service.CyrusService
Throws:
com.liferay.portal.kernel.exception.SystemException