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, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, 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.kernel.exception.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.kernel.exception.SystemException
updateImpl
Release updateImpl(Release release,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
Release findByPrimaryKey(long releaseId)
throws NoSuchReleaseException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
Release fetchByPrimaryKey(long releaseId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByServletContextName
Release findByServletContextName(java.lang.String servletContextName)
throws NoSuchReleaseException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.kernel.exception.SystemException
fetchByServletContextName
Release fetchByServletContextName(java.lang.String servletContextName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByServletContextName
Release fetchByServletContextName(java.lang.String servletContextName,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<Release> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<Release> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<Release> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByServletContextName
void removeByServletContextName(java.lang.String servletContextName)
throws NoSuchReleaseException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchReleaseException
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByServletContextName
int countByServletContextName(java.lang.String servletContextName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException