com.liferay.mail.service.persistence
Interface CyrusUserPersistence
- All Superinterfaces:
- BasePersistence<Dummy>
- All Known Implementing Classes:
- CyrusUserPersistenceImpl
public interface CyrusUserPersistence
- extends BasePersistence<Dummy>
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 |
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