Liferay 6.0.5

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, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, 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.0.5