@ProviderType public interface SCProductScreenshotPersistence extends BasePersistence<SCProductScreenshot>
Caching information and settings can be found in portal.properties
SCProductScreenshotPersistenceImpl,
SCProductScreenshotUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
Caches the s c product screenshots in the entity cache if it is enabled.
|
void |
cacheResult(SCProductScreenshot scProductScreenshot)
Caches the s c product screenshot in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of s c product screenshots.
|
int |
countByFullImageId(long fullImageId)
Returns the number of s c product screenshots where fullImageId = ?.
|
int |
countByP_P(long productEntryId,
int priority)
Returns the number of s c product screenshots where productEntryId = ? and priority = ?.
|
int |
countByProductEntryId(long productEntryId)
Returns the number of s c product screenshots where productEntryId = ?.
|
int |
countByThumbnailId(long thumbnailId)
Returns the number of s c product screenshots where thumbnailId = ?.
|
SCProductScreenshot |
create(long productScreenshotId)
Creates a new s c product screenshot with the primary key.
|
SCProductScreenshot |
fetchByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or returns
null if it could not be found. |
SCProductScreenshot |
fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
Returns the s c product screenshot where fullImageId = ? or returns
null if it could not be found, optionally using the finder cache. |
SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns
null if it could not be found. |
SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
Returns the s c product screenshot where productEntryId = ? and priority = ? or returns
null if it could not be found, optionally using the finder cache. |
SCProductScreenshot |
fetchByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or returns
null if it could not be found. |
SCProductScreenshot |
fetchByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?.
|
SCProductScreenshot |
fetchByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?.
|
SCProductScreenshot |
fetchByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or returns
null if it could not be found. |
SCProductScreenshot |
fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
Returns the s c product screenshot where thumbnailId = ? or returns
null if it could not be found, optionally using the finder cache. |
java.util.List<SCProductScreenshot> |
findAll()
Returns all the s c product screenshots.
|
java.util.List<SCProductScreenshot> |
findAll(int start,
int end)
Returns a range of all the s c product screenshots.
|
java.util.List<SCProductScreenshot> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product screenshots.
|
SCProductScreenshot |
findByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or throws a
NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
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 |
findByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or throws a
NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
findByProductEntryId_First(long productEntryId,
OrderByComparator orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?.
|
SCProductScreenshot |
findByProductEntryId_Last(long productEntryId,
OrderByComparator orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?.
|
SCProductScreenshot[] |
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 = ?.
|
java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId)
Returns all the s c product screenshots where productEntryId = ?.
|
java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end)
Returns a range of all the s c product screenshots where productEntryId = ?.
|
java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product screenshots where productEntryId = ?.
|
SCProductScreenshot |
findByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or throws a
NoSuchProductScreenshotException if it could not be found. |
SCProductScreenshot |
remove(long productScreenshotId)
Removes the s c product screenshot with the primary key from the database.
|
void |
removeAll()
Removes all the s c product screenshots from the database.
|
SCProductScreenshot |
removeByFullImageId(long fullImageId)
Removes the s c product screenshot where fullImageId = ? from the database.
|
SCProductScreenshot |
removeByP_P(long productEntryId,
int priority)
Removes the s c product screenshot where productEntryId = ? and priority = ? from the database.
|
void |
removeByProductEntryId(long productEntryId)
Removes all the s c product screenshots where productEntryId = ? from the database.
|
SCProductScreenshot |
removeByThumbnailId(long thumbnailId)
Removes the s c product screenshot where thumbnailId = ? from the database.
|
SCProductScreenshot |
updateImpl(SCProductScreenshot scProductScreenshot) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, updatejava.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId) throws SystemException
productEntryId - the product entry IDSystemException - if a system exception occurredjava.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductScreenshotModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
productEntryId - the product entry IDstart - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)SystemException - if a system exception occurredjava.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductScreenshotModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
productEntryId - the product entry IDstart - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredSCProductScreenshot findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchProductScreenshotException
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchProductScreenshotException - if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator) throws SystemException
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchProductScreenshotException
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchProductScreenshotException - if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator) throws SystemException
productEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot[] findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchProductScreenshotException
productScreenshotId - the primary key of the current s c product screenshotproductEntryId - the product entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be foundSystemException - if a system exception occurredvoid removeByProductEntryId(long productEntryId)
throws SystemException
productEntryId - the product entry IDSystemException - if a system exception occurredint countByProductEntryId(long productEntryId)
throws SystemException
productEntryId - the product entry IDSystemException - if a system exception occurredSCProductScreenshot findByThumbnailId(long thumbnailId) throws SystemException, NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.thumbnailId - the thumbnail IDNoSuchProductScreenshotException - if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByThumbnailId(long thumbnailId) throws SystemException
null if it could not be found. Uses the finder cache.thumbnailId - the thumbnail IDnull if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.thumbnailId - the thumbnail IDretrieveFromCache - whether to use the finder cachenull if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot removeByThumbnailId(long thumbnailId) throws SystemException, NoSuchProductScreenshotException
thumbnailId - the thumbnail IDSystemException - if a system exception occurredNoSuchProductScreenshotExceptionint countByThumbnailId(long thumbnailId)
throws SystemException
thumbnailId - the thumbnail IDSystemException - if a system exception occurredSCProductScreenshot findByFullImageId(long fullImageId) throws SystemException, NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.fullImageId - the full image IDNoSuchProductScreenshotException - if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByFullImageId(long fullImageId) throws SystemException
null if it could not be found. Uses the finder cache.fullImageId - the full image IDnull if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByFullImageId(long fullImageId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.fullImageId - the full image IDretrieveFromCache - whether to use the finder cachenull if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot removeByFullImageId(long fullImageId) throws SystemException, NoSuchProductScreenshotException
fullImageId - the full image IDSystemException - if a system exception occurredNoSuchProductScreenshotExceptionint countByFullImageId(long fullImageId)
throws SystemException
fullImageId - the full image IDSystemException - if a system exception occurredSCProductScreenshot findByP_P(long productEntryId, int priority) throws SystemException, NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.productEntryId - the product entry IDpriority - the priorityNoSuchProductScreenshotException - if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByP_P(long productEntryId, int priority) throws SystemException
null if it could not be found. Uses the finder cache.productEntryId - the product entry IDpriority - the prioritynull if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.productEntryId - the product entry IDpriority - the priorityretrieveFromCache - whether to use the finder cachenull if a matching s c product screenshot could not be foundSystemException - if a system exception occurredSCProductScreenshot removeByP_P(long productEntryId, int priority) throws SystemException, NoSuchProductScreenshotException
productEntryId - the product entry IDpriority - the prioritySystemException - if a system exception occurredNoSuchProductScreenshotExceptionint countByP_P(long productEntryId,
int priority)
throws SystemException
productEntryId - the product entry IDpriority - the prioritySystemException - if a system exception occurredvoid cacheResult(SCProductScreenshot scProductScreenshot)
scProductScreenshot - the s c product screenshotvoid cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
scProductScreenshots - the s c product screenshotsSCProductScreenshot create(long productScreenshotId)
productScreenshotId - the primary key for the new s c product screenshotSCProductScreenshot remove(long productScreenshotId) throws SystemException, NoSuchProductScreenshotException
productScreenshotId - the primary key of the s c product screenshotNoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be foundSystemException - if a system exception occurredSCProductScreenshot updateImpl(SCProductScreenshot scProductScreenshot) throws SystemException
SystemExceptionSCProductScreenshot findByPrimaryKey(long productScreenshotId) throws SystemException, NoSuchProductScreenshotException
NoSuchProductScreenshotException if it could not be found.productScreenshotId - the primary key of the s c product screenshotNoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be foundSystemException - if a system exception occurredSCProductScreenshot fetchByPrimaryKey(long productScreenshotId) throws SystemException
null if it could not be found.productScreenshotId - the primary key of the s c product screenshotnull if a s c product screenshot with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<SCProductScreenshot> findAll() throws SystemException
SystemException - if a system exception occurredjava.util.List<SCProductScreenshot> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductScreenshotModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)SystemException - if a system exception occurredjava.util.List<SCProductScreenshot> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductScreenshotModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of s c product screenshotsend - the upper bound of the range of s c product screenshots (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredvoid removeAll()
throws SystemException
SystemException - if a system exception occurredint countAll()
throws SystemException
SystemException - if a system exception occurred