com.liferay.mail.service.persistence
Interface CyrusVirtualPersistence
- All Superinterfaces:
- com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Dummy>
- All Known Implementing Classes:
- CyrusVirtualPersistenceImpl
public interface CyrusVirtualPersistence
- extends com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Dummy>
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
findByPrimaryKey
CyrusVirtual findByPrimaryKey(java.lang.String emailAddress)
throws NoSuchCyrusVirtualException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchCyrusVirtualException
com.liferay.portal.kernel.exception.SystemException
findByUserId
java.util.List<CyrusVirtual> findByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
remove
void remove(java.lang.String emailAddress)
throws NoSuchCyrusVirtualException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchCyrusVirtualException
com.liferay.portal.kernel.exception.SystemException
removeByUserId
void removeByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
update
void update(CyrusVirtual virtual)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException