com.liferay.mail.service.persistence
Class CyrusUserPersistence
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl
com.liferay.mail.service.persistence.CyrusUserPersistence
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory
public class CyrusUserPersistence
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
closeSession, getDataSource, getDialect, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyrusUserPersistence
public CyrusUserPersistence()
remove
public void remove(long userId)
throws NoSuchCyrusUserException,
com.liferay.portal.SystemException
- Throws:
NoSuchCyrusUserException
com.liferay.portal.SystemException
update
public void update(CyrusUser user)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public CyrusUser findByPrimaryKey(long userId)
throws NoSuchCyrusUserException,
com.liferay.portal.SystemException
- Throws:
NoSuchCyrusUserException
com.liferay.portal.SystemException