com.liferay.mail.service.impl
Class CyrusServiceImpl
java.lang.Object
com.liferay.mail.service.impl.CyrusServiceImpl
- All Implemented Interfaces:
- CyrusService
public class CyrusServiceImpl
- extends Object
- implements CyrusService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyrusServiceImpl
public CyrusServiceImpl()
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