Liferay 6.0.3

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that throw NoSuchProductScreenshotException
static SCProductScreenshot SCProductScreenshotUtil.findByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByFullImageId(long fullImageId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByFullImageId(long fullImageId)
           
static SCProductScreenshot SCProductScreenshotUtil.findByP_P(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByP_P(long productEntryId, int priority)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByP_P(long productEntryId, int priority)
           
static SCProductScreenshot SCProductScreenshotUtil.findByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByPrimaryKey(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByPrimaryKey(long productScreenshotId)
           
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
static SCProductScreenshot[] SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot[] SCProductScreenshotPersistence.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
           
 SCProductScreenshot[] SCProductScreenshotPersistenceImpl.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
           
static SCProductScreenshot SCProductScreenshotUtil.findByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotPersistence.findByThumbnailId(long thumbnailId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.findByThumbnailId(long thumbnailId)
           
static SCProductScreenshot SCProductScreenshotUtil.remove(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistence.remove(long productScreenshotId)
           
 SCProductScreenshot SCProductScreenshotPersistenceImpl.remove(long productScreenshotId)
           
static void SCProductScreenshotUtil.removeByFullImageId(long fullImageId)
           
 void SCProductScreenshotPersistence.removeByFullImageId(long fullImageId)
           
 void SCProductScreenshotPersistenceImpl.removeByFullImageId(long fullImageId)
           
static void SCProductScreenshotUtil.removeByP_P(long productEntryId, int priority)
           
 void SCProductScreenshotPersistence.removeByP_P(long productEntryId, int priority)
           
 void SCProductScreenshotPersistenceImpl.removeByP_P(long productEntryId, int priority)
           
static void SCProductScreenshotUtil.removeByThumbnailId(long thumbnailId)
           
 void SCProductScreenshotPersistence.removeByThumbnailId(long thumbnailId)
           
 void SCProductScreenshotPersistenceImpl.removeByThumbnailId(long thumbnailId)
           
 


Liferay 6.0.3