com.liferay.portal.service.persistence
Interface ReleasePersistence
- All Superinterfaces:
- BasePersistence<Release>
- All Known Implementing Classes:
- ReleasePersistenceImpl
public interface ReleasePersistence
- extends BasePersistence<Release>
- See Also:
ReleasePersistenceImpl,
ReleaseUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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, update |
cacheResult
void cacheResult(Release release)
cacheResult
void cacheResult(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(String servletContextName)
throws NoSuchReleaseException,
SystemException
- Throws:
NoSuchReleaseException
SystemException
fetchByServletContextName
Release fetchByServletContextName(String servletContextName)
throws SystemException
- Throws:
SystemException
fetchByServletContextName
Release fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
List<Release> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<Release> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<Release> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByServletContextName
void removeByServletContextName(String servletContextName)
throws NoSuchReleaseException,
SystemException
- Throws:
NoSuchReleaseException
SystemException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByServletContextName
int countByServletContextName(String servletContextName)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException