Liferay 6.1.2-ce-ga3

com.liferay.mail.service.persistence
Interface CyrusUserPersistence

All Superinterfaces:
BasePersistence<Dummy>
All Known Implementing Classes:
CyrusUserPersistenceImpl

public interface CyrusUserPersistence
extends BasePersistence<Dummy>


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,
                                  SystemException
Throws:
NoSuchCyrusUserException
SystemException

remove

void remove(long userId)
            throws NoSuchCyrusUserException,
                   SystemException
Throws:
NoSuchCyrusUserException
SystemException

update

void update(CyrusUser user)
            throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3