com.liferay.portlet.softwarecatalog.service.persistence
Interface SCProductScreenshotPersistence
- All Superinterfaces:
- BasePersistence<SCProductScreenshot>
public interface SCProductScreenshotPersistence
- extends BasePersistence<SCProductScreenshot>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductScreenshotPersistenceImpl
,
SCProductScreenshotUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
|
void |
cacheResult(SCProductScreenshot scProductScreenshot)
|
int |
countAll()
|
int |
countByFullImageId(long fullImageId)
|
int |
countByP_P(long productEntryId,
int priority)
|
int |
countByProductEntryId(long productEntryId)
|
int |
countByThumbnailId(long thumbnailId)
|
SCProductScreenshot |
create(long productScreenshotId)
|
SCProductScreenshot |
fetchByFullImageId(long fullImageId)
|
SCProductScreenshot |
fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
|
SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority)
|
SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
|
SCProductScreenshot |
fetchByPrimaryKey(long productScreenshotId)
|
SCProductScreenshot |
fetchByThumbnailId(long thumbnailId)
|
SCProductScreenshot |
fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
|
java.util.List<SCProductScreenshot> |
findAll()
|
java.util.List<SCProductScreenshot> |
findAll(int start,
int end)
|
java.util.List<SCProductScreenshot> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductScreenshot |
findByFullImageId(long fullImageId)
|
SCProductScreenshot |
findByP_P(long productEntryId,
int priority)
|
SCProductScreenshot |
findByPrimaryKey(long productScreenshotId)
|
SCProductScreenshot |
findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductScreenshot |
findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductScreenshot[] |
findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId)
|
java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end)
|
java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductScreenshot |
findByThumbnailId(long thumbnailId)
|
SCProductScreenshot |
remove(long productScreenshotId)
|
void |
removeAll()
|
void |
removeByFullImageId(long fullImageId)
|
void |
removeByP_P(long productEntryId,
int priority)
|
void |
removeByProductEntryId(long productEntryId)
|
void |
removeByThumbnailId(long thumbnailId)
|
SCProductScreenshot |
updateImpl(SCProductScreenshot scProductScreenshot,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(SCProductScreenshot scProductScreenshot)
cacheResult
void cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
create
SCProductScreenshot create(long productScreenshotId)
remove
SCProductScreenshot remove(long productScreenshotId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
updateImpl
SCProductScreenshot updateImpl(SCProductScreenshot scProductScreenshot,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
SCProductScreenshot findByPrimaryKey(long productScreenshotId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
fetchByPrimaryKey
SCProductScreenshot fetchByPrimaryKey(long productScreenshotId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByProductEntryId
java.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByProductEntryId
java.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByProductEntryId
java.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByProductEntryId_First
SCProductScreenshot findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
findByProductEntryId_Last
SCProductScreenshot findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
findByProductEntryId_PrevAndNext
SCProductScreenshot[] findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
findByThumbnailId
SCProductScreenshot findByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
fetchByThumbnailId
SCProductScreenshot fetchByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByThumbnailId
SCProductScreenshot fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFullImageId
SCProductScreenshot findByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
fetchByFullImageId
SCProductScreenshot fetchByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByFullImageId
SCProductScreenshot fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByP_P
SCProductScreenshot findByP_P(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
fetchByP_P
SCProductScreenshot fetchByP_P(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByP_P
SCProductScreenshot fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<SCProductScreenshot> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<SCProductScreenshot> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<SCProductScreenshot> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByProductEntryId
void removeByProductEntryId(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByThumbnailId
void removeByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
removeByFullImageId
void removeByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
removeByP_P
void removeByP_P(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByProductEntryId
int countByProductEntryId(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByThumbnailId
int countByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByFullImageId
int countByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByP_P
int countByP_P(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException