Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchReleaseException

Packages that use NoSuchReleaseException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchReleaseException
static Release ReleaseUtil.findByPrimaryKey(long releaseId)
          Finds the release with the primary key or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistence.findByPrimaryKey(long releaseId)
          Finds the release with the primary key or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistenceImpl.findByPrimaryKey(long releaseId)
          Finds the release with the primary key or throws a NoSuchReleaseException if it could not be found.
static Release ReleaseUtil.findByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistence.findByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistenceImpl.findByServletContextName(String servletContextName)
          Finds 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.
 Release ReleasePersistenceImpl.remove(long releaseId)
          Removes the release with the primary key from the database.
static void ReleaseUtil.removeByServletContextName(String servletContextName)
          Removes the release where servletContextName = ? from the database.
 void ReleasePersistence.removeByServletContextName(String servletContextName)
          Removes the release where servletContextName = ? from the database.
 void ReleasePersistenceImpl.removeByServletContextName(String servletContextName)
          Removes the release where servletContextName = ? from the database.
 


Liferay 6.0.5