|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReleasePersistence
The persistence interface for the release service.
Never modify this interface directly. Modify service.xml and rerun ServiceBuilder to regnerate this interface.
ReleasePersistenceImpl,
ReleaseUtil| Method Summary | |
|---|---|
void |
cacheResult(List<Release> releases)
Caches the releases in the entity cache if it is enabled. |
void |
cacheResult(Release release)
Caches the release in the entity cache if it is enabled. |
int |
countAll()
Counts all the releases. |
int |
countByServletContextName(String servletContextName)
Counts all the releases where servletContextName = ?. |
Release |
create(long releaseId)
Creates a new release with the primary key. |
Release |
fetchByPrimaryKey(long releaseId)
Finds the release with the primary key or returns null if it could not be found. |
Release |
fetchByServletContextName(String servletContextName)
Finds the release where servletContextName = ? or returns null if it could not be found. |
Release |
fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
Finds the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache. |
List<Release> |
findAll()
Finds all the releases. |
List<Release> |
findAll(int start,
int end)
Finds a range of all the releases. |
List<Release> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the releases. |
Release |
findByPrimaryKey(long releaseId)
Finds the release with the primary key or throws a NoSuchReleaseException if it could not be found. |
Release |
findByServletContextName(String servletContextName)
Finds the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found. |
Release |
remove(long releaseId)
Removes the release with the primary key from the database. |
void |
removeAll()
Removes all the releases from the database. |
void |
removeByServletContextName(String servletContextName)
Removes the release where servletContextName = ? from the database. |
Release |
updateImpl(Release release,
boolean merge)
|
| 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 |
| Method Detail |
|---|
void cacheResult(Release release)
release - the release to cachevoid cacheResult(List<Release> releases)
releases - the releases to cacheRelease create(long releaseId)
releaseId - the primary key for the new release
Release remove(long releaseId)
throws NoSuchReleaseException,
SystemException
releaseId - the primary key of the release to remove
NoSuchReleaseException - if a release with the primary key could not be found
SystemException - if a system exception occurred
Release updateImpl(Release release,
boolean merge)
throws SystemException
SystemException
Release findByPrimaryKey(long releaseId)
throws NoSuchReleaseException,
SystemException
NoSuchReleaseException if it could not be found.
releaseId - the primary key of the release to find
NoSuchReleaseException - if a release with the primary key could not be found
SystemException - if a system exception occurred
Release fetchByPrimaryKey(long releaseId)
throws SystemException
null if it could not be found.
releaseId - the primary key of the release to find
null if a release with the primary key could not be found
SystemException - if a system exception occurred
Release findByServletContextName(String servletContextName)
throws NoSuchReleaseException,
SystemException
NoSuchReleaseException if it could not be found.
servletContextName - the servlet context name to search with
NoSuchReleaseException - if a matching release could not be found
SystemException - if a system exception occurred
Release fetchByServletContextName(String servletContextName)
throws SystemException
null if it could not be found. Uses the finder cache.
servletContextName - the servlet context name to search with
null if a matching release could not be found
SystemException - if a system exception occurred
Release fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
servletContextName - the servlet context name to search with
null if a matching release could not be found
SystemException - if a system exception occurred
List<Release> findAll()
throws SystemException
SystemException - if a system exception occurred
List<Release> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of releases to returnend - the upper bound of the range of releases to return (not inclusive)
SystemException - if a system exception occurred
List<Release> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of releases to returnend - the upper bound of the range of releases to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByServletContextName(String servletContextName)
throws NoSuchReleaseException,
SystemException
servletContextName - the servlet context name to search with
SystemException - if a system exception occurred
NoSuchReleaseException
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByServletContextName(String servletContextName)
throws SystemException
servletContextName - the servlet context name to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||