Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.service.persistence
Interface SCProductScreenshotPersistence

All Superinterfaces:
BasePersistence<SCProductScreenshot>

@ProviderType
public interface SCProductScreenshotPersistence
extends BasePersistence<SCProductScreenshot>

The persistence interface for the s c product screenshot service.

Caching information and settings can be found in portal.properties

See Also:
com.liferay.portlet.softwarecatalog.service.persistence.impl.SCProductScreenshotPersistenceImpl, SCProductScreenshotUtil

Method Summary
 void cacheResult(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.
 Map<Serializable,SCProductScreenshot> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 SCProductScreenshot fetchByProductEntryId_First(long productEntryId, OrderByComparator<SCProductScreenshot> orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot fetchByProductEntryId_Last(long productEntryId, OrderByComparator<SCProductScreenshot> 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.
 List<SCProductScreenshot> findAll()
          Returns all the s c product screenshots.
 List<SCProductScreenshot> findAll(int start, int end)
          Returns a range of all the s c product screenshots.
 List<SCProductScreenshot> findAll(int start, int end, OrderByComparator<SCProductScreenshot> orderByComparator)
          Returns an ordered range of all the s c product screenshots.
 List<SCProductScreenshot> findAll(int start, int end, OrderByComparator<SCProductScreenshot> orderByComparator, boolean retrieveFromCache)
          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<SCProductScreenshot> orderByComparator)
          Returns the first s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot findByProductEntryId_Last(long productEntryId, OrderByComparator<SCProductScreenshot> orderByComparator)
          Returns the last s c product screenshot in the ordered set where productEntryId = ?.
 SCProductScreenshot[] 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 = ?.
 List<SCProductScreenshot> findByProductEntryId(long productEntryId)
          Returns all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> findByProductEntryId(long productEntryId, int start, int end)
          Returns a range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> findByProductEntryId(long productEntryId, int start, int end, OrderByComparator<SCProductScreenshot> orderByComparator)
          Returns an ordered range of all the s c product screenshots where productEntryId = ?.
 List<SCProductScreenshot> findByProductEntryId(long productEntryId, int start, int end, OrderByComparator<SCProductScreenshot> orderByComparator, boolean retrieveFromCache)
          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)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByProductEntryId

List<SCProductScreenshot> findByProductEntryId(long productEntryId)
Returns all the s c product screenshots where productEntryId = ?.

Parameters:
productEntryId - the product entry ID
Returns:
the matching s c product screenshots

findByProductEntryId

List<SCProductScreenshot> findByProductEntryId(long productEntryId,
                                               int start,
                                               int end)
Returns a range of all the s c product screenshots where productEntryId = ?.

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.

Parameters:
productEntryId - the product entry ID
start - the lower bound of the range of s c product screenshots
end - the upper bound of the range of s c product screenshots (not inclusive)
Returns:
the range of matching s c product screenshots

findByProductEntryId

List<SCProductScreenshot> findByProductEntryId(long productEntryId,
                                               int start,
                                               int end,
                                               OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots where productEntryId = ?.

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.

Parameters:
productEntryId - the product entry ID
start - the lower bound of the range of s c product screenshots
end - the upper bound of the range of s c product screenshots (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching s c product screenshots

findByProductEntryId

List<SCProductScreenshot> findByProductEntryId(long productEntryId,
                                               int start,
                                               int end,
                                               OrderByComparator<SCProductScreenshot> orderByComparator,
                                               boolean retrieveFromCache)
Returns an ordered range of all the s c product screenshots where productEntryId = ?.

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.

Parameters:
productEntryId - the product entry ID
start - the lower bound of the range of s c product screenshots
end - the upper bound of the range of s c product screenshots (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching s c product screenshots

findByProductEntryId_First

SCProductScreenshot findByProductEntryId_First(long productEntryId,
                                               OrderByComparator<SCProductScreenshot> orderByComparator)
                                               throws NoSuchProductScreenshotException
Returns the first s c product screenshot in the ordered set where productEntryId = ?.

Parameters:
productEntryId - the product entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching s c product screenshot
Throws:
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found

fetchByProductEntryId_First

SCProductScreenshot fetchByProductEntryId_First(long productEntryId,
                                                OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?.

Parameters:
productEntryId - the product entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching s c product screenshot, or null if a matching s c product screenshot could not be found

findByProductEntryId_Last

SCProductScreenshot findByProductEntryId_Last(long productEntryId,
                                              OrderByComparator<SCProductScreenshot> orderByComparator)
                                              throws NoSuchProductScreenshotException
Returns the last s c product screenshot in the ordered set where productEntryId = ?.

Parameters:
productEntryId - the product entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching s c product screenshot
Throws:
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found

fetchByProductEntryId_Last

SCProductScreenshot fetchByProductEntryId_Last(long productEntryId,
                                               OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?.

Parameters:
productEntryId - the product entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching s c product screenshot, or null if a matching s c product screenshot could not be found

findByProductEntryId_PrevAndNext

SCProductScreenshot[] findByProductEntryId_PrevAndNext(long productScreenshotId,
                                                       long productEntryId,
                                                       OrderByComparator<SCProductScreenshot> orderByComparator)
                                                       throws NoSuchProductScreenshotException
Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?.

Parameters:
productScreenshotId - the primary key of the current s c product screenshot
productEntryId - the product entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next s c product screenshot
Throws:
NoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be found

removeByProductEntryId

void removeByProductEntryId(long productEntryId)
Removes all the s c product screenshots where productEntryId = ? from the database.

Parameters:
productEntryId - the product entry ID

countByProductEntryId

int countByProductEntryId(long productEntryId)
Returns the number of s c product screenshots where productEntryId = ?.

Parameters:
productEntryId - the product entry ID
Returns:
the number of matching s c product screenshots

findByThumbnailId

SCProductScreenshot findByThumbnailId(long thumbnailId)
                                      throws NoSuchProductScreenshotException
Returns the s c product screenshot where thumbnailId = ? or throws a NoSuchProductScreenshotException if it could not be found.

Parameters:
thumbnailId - the thumbnail ID
Returns:
the matching s c product screenshot
Throws:
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found

fetchByThumbnailId

SCProductScreenshot fetchByThumbnailId(long thumbnailId)
Returns the s c product screenshot where thumbnailId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
thumbnailId - the thumbnail ID
Returns:
the matching s c product screenshot, or null if a matching s c product screenshot could not be found

fetchByThumbnailId

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.

Parameters:
thumbnailId - the thumbnail ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching s c product screenshot, or null if a matching s c product screenshot could not be found

removeByThumbnailId

SCProductScreenshot removeByThumbnailId(long thumbnailId)
                                        throws NoSuchProductScreenshotException
Removes the s c product screenshot where thumbnailId = ? from the database.

Parameters:
thumbnailId - the thumbnail ID
Returns:
the s c product screenshot that was removed
Throws:
NoSuchProductScreenshotException

countByThumbnailId

int countByThumbnailId(long thumbnailId)
Returns the number of s c product screenshots where thumbnailId = ?.

Parameters:
thumbnailId - the thumbnail ID
Returns:
the number of matching s c product screenshots

findByFullImageId

SCProductScreenshot findByFullImageId(long fullImageId)
                                      throws NoSuchProductScreenshotException
Returns the s c product screenshot where fullImageId = ? or throws a NoSuchProductScreenshotException if it could not be found.

Parameters:
fullImageId - the full image ID
Returns:
the matching s c product screenshot
Throws:
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found

fetchByFullImageId

SCProductScreenshot fetchByFullImageId(long fullImageId)
Returns the s c product screenshot where fullImageId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
fullImageId - the full image ID
Returns:
the matching s c product screenshot, or null if a matching s c product screenshot could not be found

fetchByFullImageId

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.

Parameters:
fullImageId - the full image ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching s c product screenshot, or null if a matching s c product screenshot could not be found

removeByFullImageId

SCProductScreenshot removeByFullImageId(long fullImageId)
                                        throws NoSuchProductScreenshotException
Removes the s c product screenshot where fullImageId = ? from the database.

Parameters:
fullImageId - the full image ID
Returns:
the s c product screenshot that was removed
Throws:
NoSuchProductScreenshotException

countByFullImageId

int countByFullImageId(long fullImageId)
Returns the number of s c product screenshots where fullImageId = ?.

Parameters:
fullImageId - the full image ID
Returns:
the number of matching s c product screenshots

findByP_P

SCProductScreenshot findByP_P(long productEntryId,
                              int priority)
                              throws NoSuchProductScreenshotException
Returns the s c product screenshot where productEntryId = ? and priority = ? or throws a NoSuchProductScreenshotException if it could not be found.

Parameters:
productEntryId - the product entry ID
priority - the priority
Returns:
the matching s c product screenshot
Throws:
NoSuchProductScreenshotException - if a matching s c product screenshot could not be found

fetchByP_P

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. Uses the finder cache.

Parameters:
productEntryId - the product entry ID
priority - the priority
Returns:
the matching s c product screenshot, or null if a matching s c product screenshot could not be found

fetchByP_P

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.

Parameters:
productEntryId - the product entry ID
priority - the priority
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching s c product screenshot, or null if a matching s c product screenshot could not be found

removeByP_P

SCProductScreenshot removeByP_P(long productEntryId,
                                int priority)
                                throws NoSuchProductScreenshotException
Removes the s c product screenshot where productEntryId = ? and priority = ? from the database.

Parameters:
productEntryId - the product entry ID
priority - the priority
Returns:
the s c product screenshot that was removed
Throws:
NoSuchProductScreenshotException

countByP_P

int countByP_P(long productEntryId,
               int priority)
Returns the number of s c product screenshots where productEntryId = ? and priority = ?.

Parameters:
productEntryId - the product entry ID
priority - the priority
Returns:
the number of matching s c product screenshots

cacheResult

void cacheResult(SCProductScreenshot scProductScreenshot)
Caches the s c product screenshot in the entity cache if it is enabled.

Parameters:
scProductScreenshot - the s c product screenshot

cacheResult

void cacheResult(List<SCProductScreenshot> scProductScreenshots)
Caches the s c product screenshots in the entity cache if it is enabled.

Parameters:
scProductScreenshots - the s c product screenshots

create

SCProductScreenshot create(long productScreenshotId)
Creates a new s c product screenshot with the primary key. Does not add the s c product screenshot to the database.

Parameters:
productScreenshotId - the primary key for the new s c product screenshot
Returns:
the new s c product screenshot

remove

SCProductScreenshot remove(long productScreenshotId)
                           throws NoSuchProductScreenshotException
Removes the s c product screenshot with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
productScreenshotId - the primary key of the s c product screenshot
Returns:
the s c product screenshot that was removed
Throws:
NoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be found

updateImpl

SCProductScreenshot updateImpl(SCProductScreenshot scProductScreenshot)

findByPrimaryKey

SCProductScreenshot findByPrimaryKey(long productScreenshotId)
                                     throws NoSuchProductScreenshotException
Returns the s c product screenshot with the primary key or throws a NoSuchProductScreenshotException if it could not be found.

Parameters:
productScreenshotId - the primary key of the s c product screenshot
Returns:
the s c product screenshot
Throws:
NoSuchProductScreenshotException - if a s c product screenshot with the primary key could not be found

fetchByPrimaryKey

SCProductScreenshot fetchByPrimaryKey(long productScreenshotId)
Returns the s c product screenshot with the primary key or returns null if it could not be found.

Parameters:
productScreenshotId - the primary key of the s c product screenshot
Returns:
the s c product screenshot, or null if a s c product screenshot with the primary key could not be found

fetchByPrimaryKeys

Map<Serializable,SCProductScreenshot> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<SCProductScreenshot>

findAll

List<SCProductScreenshot> findAll()
Returns all the s c product screenshots.

Returns:
the s c product screenshots

findAll

List<SCProductScreenshot> findAll(int start,
                                  int end)
Returns a range of all the s c product screenshots.

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.

Parameters:
start - the lower bound of the range of s c product screenshots
end - the upper bound of the range of s c product screenshots (not inclusive)
Returns:
the range of s c product screenshots

findAll

List<SCProductScreenshot> findAll(int start,
                                  int end,
                                  OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots.

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.

Parameters:
start - the lower bound of the range of s c product screenshots
end - the upper bound of the range of s c product screenshots (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of s c product screenshots

findAll

List<SCProductScreenshot> findAll(int start,
                                  int end,
                                  OrderByComparator<SCProductScreenshot> orderByComparator,
                                  boolean retrieveFromCache)
Returns an ordered range of all the s c product screenshots.

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.

Parameters:
start - the lower bound of the range of s c product screenshots
end - the upper bound of the range of s c product screenshots (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of s c product screenshots

removeAll

void removeAll()
Removes all the s c product screenshots from the database.


countAll

int countAll()
Returns the number of s c product screenshots.

Returns:
the number of s c product screenshots

Liferay 7.0-ce-a3