com.liferay.mail.service.persistence
Class CyrusUserUtil
java.lang.Object
com.liferay.mail.service.persistence.CyrusUserUtil
public class CyrusUserUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyrusUserUtil
public CyrusUserUtil()
findByPrimaryKey
public static CyrusUser findByPrimaryKey(long userId)
throws NoSuchCyrusUserException,
SystemException
- Throws:
NoSuchCyrusUserException
SystemException
getPersistence
public static CyrusUserPersistence getPersistence()
remove
public static void remove(long userId)
throws NoSuchCyrusUserException,
SystemException
- Throws:
NoSuchCyrusUserException
SystemException
update
public static void update(CyrusUser user)
throws SystemException
- Throws:
SystemException
setPersistence
public void setPersistence(CyrusUserPersistence persistence)