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 aNoSuchReleaseExceptionif it could not be found.static ReleaseReleaseUtil.findByPrimaryKey(long releaseId) Returns the release with the primary key or throws aNoSuchReleaseExceptionif it could not be found.ReleasePersistence.findByServletContextName(String servletContextName) Returns the release where servletContextName = ? or throws aNoSuchReleaseExceptionif it could not be found.static ReleaseReleaseUtil.findByServletContextName(String servletContextName) Returns the release where servletContextName = ? or throws aNoSuchReleaseExceptionif it could not be found.ReleasePersistence.remove(long releaseId) Removes the release with the primary key from the database.static ReleaseReleaseUtil.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 ReleaseReleaseUtil.removeByServletContextName(String servletContextName) Removes the release where servletContextName = ? from the database.