Liferay 7.0-ce-m6

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, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByPrimaryKey

CyrusUser findByPrimaryKey(long userId)
                           throws NoSuchCyrusUserException
Throws:
NoSuchCyrusUserException

remove

void remove(long userId)
            throws NoSuchCyrusUserException
Throws:
NoSuchCyrusUserException

update

void update(CyrusUser user)

Liferay 7.0-ce-m6