Liferay 6.2.0

Uses of Class
com.liferay.portal.NoSuchReleaseException

Packages that use NoSuchReleaseException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchReleaseException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchReleaseException
abstract  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.findByPrimaryKey(long releaseId)
          Returns the release with the primary key or throws a NoSuchReleaseException if it could not be found.
abstract  Release ReleasePersistence.findByServletContextName(String servletContextName)
          Returns the release where servletContextName = ? 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.
abstract  Release 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.
abstract  Release 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.
 


Liferay 6.2.0