Liferay 6.1.2-ce-ga3

com.liferay.mail.service
Class CyrusServiceUtil

java.lang.Object
  extended by com.liferay.mail.service.CyrusServiceUtil

public class CyrusServiceUtil
extends Object


Constructor Summary
CyrusServiceUtil()
           
 
Method Summary
static void addUser(long userId, String emailAddress, String password)
           
static void deleteEmailAddress(long companyId, long userId)
           
static void deleteUser(long userId)
           
static CyrusService getService()
           
 void setService(CyrusService service)
           
static void updateEmailAddress(long companyId, long userId, String emailAddress)
           
static 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

CyrusServiceUtil

public CyrusServiceUtil()
Method Detail

addUser

public static void addUser(long userId,
                           String emailAddress,
                           String password)
                    throws SystemException
Throws:
SystemException

deleteEmailAddress

public static void deleteEmailAddress(long companyId,
                                      long userId)
                               throws SystemException
Throws:
SystemException

deleteUser

public static void deleteUser(long userId)
                       throws SystemException
Throws:
SystemException

getService

public static CyrusService getService()

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)

Liferay 6.1.2-ce-ga3