|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CyrusVirtualPersistence
| Method Summary | |
|---|---|
CyrusVirtual |
findByPrimaryKey(java.lang.String emailAddress)
|
java.util.List<CyrusVirtual> |
findByUserId(long userId)
|
void |
remove(java.lang.String emailAddress)
|
void |
removeByUserId(long userId)
|
void |
update(CyrusVirtual virtual)
|
| 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 |
| Method Detail |
|---|
CyrusVirtual findByPrimaryKey(java.lang.String emailAddress)
throws NoSuchCyrusVirtualException,
com.liferay.portal.kernel.exception.SystemException
NoSuchCyrusVirtualException
com.liferay.portal.kernel.exception.SystemException
java.util.List<CyrusVirtual> findByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException
void remove(java.lang.String emailAddress)
throws NoSuchCyrusVirtualException,
com.liferay.portal.kernel.exception.SystemException
NoSuchCyrusVirtualException
com.liferay.portal.kernel.exception.SystemException
void removeByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException
void update(CyrusVirtual virtual)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||