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