com.liferay.mail.service.persistence
Class CyrusUserUtil

java.lang.Object
  extended by com.liferay.mail.service.persistence.CyrusUserUtil

public class CyrusUserUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
CyrusUserUtil()
           
 
Method Summary
static CyrusUser findByPrimaryKey(long userId)
           
static CyrusUserPersistence getPersistence()
           
static void remove(long userId)
           
 void setPersistence(CyrusUserPersistence persistence)
           
static void update(CyrusUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyrusUserUtil

public CyrusUserUtil()
Method Detail

remove

public static void remove(long userId)
                   throws NoSuchCyrusUserException,
                          com.liferay.portal.SystemException
Throws:
NoSuchCyrusUserException
com.liferay.portal.SystemException

update

public static void update(CyrusUser user)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

public static CyrusUser findByPrimaryKey(long userId)
                                  throws NoSuchCyrusUserException,
                                         com.liferay.portal.SystemException
Throws:
NoSuchCyrusUserException
com.liferay.portal.SystemException

getPersistence

public static CyrusUserPersistence getPersistence()

setPersistence

public void setPersistence(CyrusUserPersistence persistence)