Uses of Class
com.liferay.portal.kernel.exception.NoSuchReleaseException
Packages that use NoSuchReleaseException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchReleaseException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchReleaseExceptionModifier and TypeMethodDescriptionReleasePersistence.findByPrimaryKey
(long releaseId) Returns the release with the primary key or throws aNoSuchReleaseException
if it could not be found.static Release
ReleaseUtil.findByPrimaryKey
(long releaseId) Returns the release with the primary key or throws aNoSuchReleaseException
if it could not be found.ReleasePersistence.findByServletContextName
(String servletContextName) Returns the release where servletContextName = ? or throws aNoSuchReleaseException
if it could not be found.static Release
ReleaseUtil.findByServletContextName
(String servletContextName) Returns the release where servletContextName = ? or throws aNoSuchReleaseException
if it could not be found.ReleasePersistence.remove
(long releaseId) Removes the release with the primary key from the database.static Release
ReleaseUtil.remove
(long releaseId) Removes the release with the primary key from the database.ReleasePersistence.removeByServletContextName
(String servletContextName) Removes the release where servletContextName = ? from the database.static Release
ReleaseUtil.removeByServletContextName
(String servletContextName) Removes the release where servletContextName = ? from the database.