com.liferay.mail.service
Class CyrusServiceUtil
java.lang.Object
com.liferay.mail.service.CyrusServiceUtil
public class CyrusServiceUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyrusServiceUtil
public CyrusServiceUtil()
addUser
public static void addUser(long userId,
String emailAddress,
String password)
throws SystemException
- Throws:
SystemException
getService
public static CyrusService getService()
deleteEmailAddress
public static void deleteEmailAddress(long companyId,
long userId)
throws SystemException
- Throws:
SystemException
deleteUser
public static void deleteUser(long userId)
throws SystemException
- Throws:
SystemException
updateEmailAddress
public static void updateEmailAddress(long companyId,
long userId,
String emailAddress)
throws SystemException
- Throws:
SystemException
updatePassword
public static void updatePassword(long companyId,
long userId,
String password)
throws SystemException
- Throws:
SystemException
setService
public void setService(CyrusService service)