|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchProductScreenshotException | |
|---|---|
| com.liferay.portlet.softwarecatalog.service.persistence | |
| com.liferay.portlet.softwarecatalog.service.persistence.impl | |
| 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<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot[] |
SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator<SCProductScreenshot> 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<SCProductScreenshot> 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. |
| Uses of NoSuchProductScreenshotException in com.liferay.portlet.softwarecatalog.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.softwarecatalog.service.persistence.impl that throw NoSuchProductScreenshotException | |
|---|---|
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.findByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.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 |
SCProductScreenshotPersistenceImpl.findByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the s c product screenshot with the primary key or throws a NoSuchModelException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot[] |
SCProductScreenshotPersistenceImpl.findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.findByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.remove(long productScreenshotId)
Removes the s c product screenshot with the primary key from the database. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.remove(Serializable primaryKey)
Removes the s c product screenshot with the primary key from the database. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.removeByFullImageId(long fullImageId)
Removes the s c product screenshot where fullImageId = ? from the database. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.removeByP_P(long productEntryId,
int priority)
Removes the s c product screenshot where productEntryId = ? and priority = ? from the database. |
SCProductScreenshot |
SCProductScreenshotPersistenceImpl.removeByThumbnailId(long thumbnailId)
Removes the s c product screenshot where thumbnailId = ? from the database. |
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||