com.liferay.mail.service.persistence
Interface CyrusUserPersistence

All Superinterfaces:
com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Dummy>
All Known Implementing Classes:
CyrusUserPersistenceImpl

public interface CyrusUserPersistence
extends com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Dummy>

Author:
Brian Wing Shun Chan

Method Summary
 CyrusUser findByPrimaryKey(long userId)
           
 void remove(long userId)
           
 void update(CyrusUser user)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

findByPrimaryKey

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

remove

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

update

void update(CyrusUser user)
            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException