Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
static Release |
ReleaseUtil.findByPrimaryKey(long releaseId)
Returns the release with the primary key or throws a
NoSuchReleaseException if it could not be found. |
Release |
ReleasePersistence.findByPrimaryKey(long releaseId)
Returns the release with the primary key or throws a
NoSuchReleaseException if it could not be found. |
static Release |
ReleaseUtil.findByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or throws a
NoSuchReleaseException if it could not be found. |
Release |
ReleasePersistence.findByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or throws a
NoSuchReleaseException if it could not be found. |
static Release |
ReleaseUtil.remove(long releaseId)
Removes the release with the primary key from the database.
|
Release |
ReleasePersistence.remove(long releaseId)
Removes the release with the primary key from the database.
|
static Release |
ReleaseUtil.removeByServletContextName(String servletContextName)
Removes the release where servletContextName = ? from the database.
|
Release |
ReleasePersistence.removeByServletContextName(String servletContextName)
Removes the release where servletContextName = ? from the database.
|