public class CyrusUserUtil
extends java.lang.Object
| Constructor and Description |
|---|
CyrusUserUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CyrusUser |
findByPrimaryKey(long userId) |
static CyrusUserPersistence |
getPersistence() |
static void |
remove(long userId) |
void |
setPersistence(CyrusUserPersistence persistence) |
static void |
update(CyrusUser user) |
public static CyrusUser findByPrimaryKey(long userId) throws NoSuchCyrusUserException, com.liferay.portal.kernel.exception.SystemException
NoSuchCyrusUserExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static CyrusUserPersistence getPersistence()
public static void remove(long userId)
throws NoSuchCyrusUserException,
com.liferay.portal.kernel.exception.SystemException
NoSuchCyrusUserExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static void update(CyrusUser user) throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void setPersistence(CyrusUserPersistence persistence)