com.liferay.portal.service.persistence
Interface ReleasePersistence
- All Superinterfaces:
- BasePersistence<Release>
public interface ReleasePersistence
- extends BasePersistence<Release>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
ReleasePersistenceImpl
,
ReleaseUtil
- Generated:
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 |
cacheResult
void cacheResult(Release release)
cacheResult
void cacheResult(java.util.List<Release> releases)
create
Release create(long releaseId)
remove
Release remove(long releaseId)
throws NoSuchReleaseException,
com.liferay.portal.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.SystemException
update
Release update(Release release)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
Release updateImpl(Release release,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
Release findByPrimaryKey(long releaseId)
throws NoSuchReleaseException,
com.liferay.portal.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.SystemException
fetchByPrimaryKey
Release fetchByPrimaryKey(long releaseId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByServletContextName
Release findByServletContextName(java.lang.String servletContextName)
throws NoSuchReleaseException,
com.liferay.portal.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.SystemException
fetchByServletContextName
Release fetchByServletContextName(java.lang.String servletContextName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByServletContextName
Release fetchByServletContextName(java.lang.String servletContextName,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<Release> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<Release> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<Release> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByServletContextName
void removeByServletContextName(java.lang.String servletContextName)
throws NoSuchReleaseException,
com.liferay.portal.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.SystemException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByServletContextName
int countByServletContextName(java.lang.String servletContextName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException