Liferay 6.0.3

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)
           
 Release ReleasePersistence.findByPrimaryKey(long releaseId)
           
 Release ReleasePersistenceImpl.findByPrimaryKey(long releaseId)
           
static Release ReleaseUtil.findByServletContextName(String servletContextName)
           
 Release ReleasePersistence.findByServletContextName(String servletContextName)
           
 Release ReleasePersistenceImpl.findByServletContextName(String servletContextName)
           
static Release ReleaseUtil.remove(long releaseId)
           
 Release ReleasePersistence.remove(long releaseId)
           
 Release ReleasePersistenceImpl.remove(long releaseId)
           
static void ReleaseUtil.removeByServletContextName(String servletContextName)
           
 void ReleasePersistence.removeByServletContextName(String servletContextName)
           
 void ReleasePersistenceImpl.removeByServletContextName(String servletContextName)
           
 


Liferay 6.0.3