Liferay 6.2-ce-ga5

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)
          Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByFullImageId(long fullImageId)
          Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.findByP_P(long productEntryId, int priority)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByP_P(long productEntryId, int priority)
          Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.findByPrimaryKey(long productScreenshotId)
          Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByPrimaryKey(long productScreenshotId)
          Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot[] SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot[] SCProductScreenshotPersistence.findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator)
          Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.
static SCProductScreenshot SCProductScreenshotUtil.findByThumbnailId(long thumbnailId)
          Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.
 SCProductScreenshot SCProductScreenshotPersistence.findByThumbnailId(long thumbnailId)
          Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.
static SCProductScreenshot SCProductScreenshotUtil.remove(long productScreenshotId)
          Removes the s c product screenshot with the primary key from the database.
 SCProductScreenshot SCProductScreenshotPersistence.remove(long productScreenshotId)
          Removes the s c product screenshot with the primary key from the database.
static SCProductScreenshot SCProductScreenshotUtil.removeByFullImageId(long fullImageId)
          Removes the s c product screenshot where fullImageId = ? from the database.
 SCProductScreenshot SCProductScreenshotPersistence.removeByFullImageId(long fullImageId)
          Removes the s c product screenshot where fullImageId = ? from the database.
static SCProductScreenshot SCProductScreenshotUtil.removeByP_P(long productEntryId, int priority)
          Removes the s c product screenshot where productEntryId = ? and priority = ? from the database.
 SCProductScreenshot SCProductScreenshotPersistence.removeByP_P(long productEntryId, int priority)
          Removes the s c product screenshot where productEntryId = ? and priority = ? from the database.
static SCProductScreenshot SCProductScreenshotUtil.removeByThumbnailId(long thumbnailId)
          Removes the s c product screenshot where thumbnailId = ? from the database.
 SCProductScreenshot SCProductScreenshotPersistence.removeByThumbnailId(long thumbnailId)
          Removes the s c product screenshot where thumbnailId = ? from the database.
 


Liferay 6.2-ce-ga5