Liferay 6.0.3

Uses of Class
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException

Packages that use NoSuchProductVersionException
com.liferay.portlet.softwarecatalog.service.persistence   
 

Uses of NoSuchProductVersionException in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that throw NoSuchProductVersionException
static SCProductVersion SCProductVersionUtil.findByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionPersistence.findByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByDirectDownloadURL(String directDownloadURL)
           
static SCProductVersion SCProductVersionUtil.findByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistence.findByPrimaryKey(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByPrimaryKey(long productVersionId)
           
static SCProductVersion SCProductVersionUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductVersion SCProductVersionUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion SCProductVersionPersistenceImpl.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductVersion[] SCProductVersionUtil.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion[] SCProductVersionPersistence.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion[] SCProductVersionPersistenceImpl.findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
           
static SCProductVersion SCProductVersionUtil.remove(long productVersionId)
           
 SCProductVersion SCProductVersionPersistence.remove(long productVersionId)
           
 SCProductVersion SCProductVersionPersistenceImpl.remove(long productVersionId)
           
static void SCProductVersionUtil.removeByDirectDownloadURL(String directDownloadURL)
           
 void SCProductVersionPersistence.removeByDirectDownloadURL(String directDownloadURL)
           
 void SCProductVersionPersistenceImpl.removeByDirectDownloadURL(String directDownloadURL)
           
 


Liferay 6.0.3