|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.mail.service.CyrusServiceUtil
public class CyrusServiceUtil
| 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 |
|---|
public CyrusServiceUtil()
| Method Detail |
|---|
public static void addUser(long userId,
String emailAddress,
String password)
throws SystemException
SystemException
public static void deleteEmailAddress(long companyId,
long userId)
throws SystemException
SystemException
public static void deleteUser(long userId)
throws SystemException
SystemExceptionpublic static CyrusService getService()
public static void updateEmailAddress(long companyId,
long userId,
String emailAddress)
throws SystemException
SystemException
public static void updatePassword(long companyId,
long userId,
String password)
throws SystemException
SystemExceptionpublic void setService(CyrusService service)
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||