Liferay 6.0.5

com.liferay.mail.service.impl
Class CyrusServiceImpl

java.lang.Object
  extended by com.liferay.mail.service.impl.CyrusServiceImpl
All Implemented Interfaces:
CyrusService

public class CyrusServiceImpl
extends Object
implements CyrusService


Constructor Summary
CyrusServiceImpl()
           
 
Method Summary
 void addUser(long userId, String emailAddress, String password)
           
 void deleteEmailAddress(long companyId, long userId)
           
 void deleteUser(long userId)
           
 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

CyrusServiceImpl

public CyrusServiceImpl()
Method Detail

addUser

public void addUser(long userId,
                    String emailAddress,
                    String password)
             throws SystemException
Specified by:
addUser in interface CyrusService
Throws:
SystemException

deleteEmailAddress

public void deleteEmailAddress(long companyId,
                               long userId)
                        throws SystemException
Specified by:
deleteEmailAddress in interface CyrusService
Throws:
SystemException

deleteUser

public void deleteUser(long userId)
                throws SystemException
Specified by:
deleteUser in interface CyrusService
Throws:
SystemException

updateEmailAddress

public void updateEmailAddress(long companyId,
                               long userId,
                               String emailAddress)
                        throws SystemException
Specified by:
updateEmailAddress in interface CyrusService
Throws:
SystemException

updatePassword

public void updatePassword(long companyId,
                           long userId,
                           String password)
                    throws SystemException
Specified by:
updatePassword in interface CyrusService
Throws:
SystemException

Liferay 6.0.5