com.liferay.portlet.softwarecatalog.service.persistence
Class SCProductScreenshotUtil
java.lang.Object
com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotUtil
public class SCProductScreenshotUtil
- extends java.lang.Object
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:
SCProductScreenshotPersistence
,
SCProductScreenshotPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
|
static void |
cacheResult(SCProductScreenshot scProductScreenshot)
|
static void |
clearCache()
|
static int |
countAll()
|
static int |
countByFullImageId(long fullImageId)
|
static int |
countByP_P(long productEntryId,
int priority)
|
static int |
countByProductEntryId(long productEntryId)
|
static int |
countByThumbnailId(long thumbnailId)
|
static SCProductScreenshot |
create(long productScreenshotId)
|
static SCProductScreenshot |
fetchByFullImageId(long fullImageId)
|
static SCProductScreenshot |
fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
|
static SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority)
|
static SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
|
static SCProductScreenshot |
fetchByPrimaryKey(long productScreenshotId)
|
static SCProductScreenshot |
fetchByThumbnailId(long thumbnailId)
|
static SCProductScreenshot |
fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
|
static java.util.List<SCProductScreenshot> |
findAll()
|
static java.util.List<SCProductScreenshot> |
findAll(int start,
int end)
|
static java.util.List<SCProductScreenshot> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static SCProductScreenshot |
findByFullImageId(long fullImageId)
|
static SCProductScreenshot |
findByP_P(long productEntryId,
int priority)
|
static SCProductScreenshot |
findByPrimaryKey(long productScreenshotId)
|
static SCProductScreenshot |
findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static SCProductScreenshot |
findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static SCProductScreenshot[] |
findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId)
|
static java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end)
|
static java.util.List<SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static SCProductScreenshot |
findByThumbnailId(long thumbnailId)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static SCProductScreenshotPersistence |
getPersistence()
|
static SCProductScreenshot |
remove(long productScreenshotId)
|
static SCProductScreenshot |
remove(SCProductScreenshot scProductScreenshot)
|
static void |
removeAll()
|
static void |
removeByFullImageId(long fullImageId)
|
static void |
removeByP_P(long productEntryId,
int priority)
|
static void |
removeByProductEntryId(long productEntryId)
|
static void |
removeByThumbnailId(long thumbnailId)
|
void |
setPersistence(SCProductScreenshotPersistence persistence)
|
static SCProductScreenshot |
update(SCProductScreenshot scProductScreenshot,
boolean merge)
|
static SCProductScreenshot |
updateImpl(SCProductScreenshot scProductScreenshot,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductScreenshotUtil
public SCProductScreenshotUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static SCProductScreenshot remove(SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static SCProductScreenshot update(SCProductScreenshot scProductScreenshot,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(SCProductScreenshot scProductScreenshot)
cacheResult
public static void cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
create
public static SCProductScreenshot create(long productScreenshotId)
remove
public static SCProductScreenshot remove(long productScreenshotId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
updateImpl
public static SCProductScreenshot updateImpl(SCProductScreenshot scProductScreenshot,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static SCProductScreenshot findByPrimaryKey(long productScreenshotId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
fetchByPrimaryKey
public static SCProductScreenshot fetchByPrimaryKey(long productScreenshotId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByProductEntryId
public static java.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByProductEntryId
public static 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
public static 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
public static 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
public static 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
public static 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
public static SCProductScreenshot findByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
fetchByThumbnailId
public static SCProductScreenshot fetchByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByThumbnailId
public static SCProductScreenshot fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFullImageId
public static SCProductScreenshot findByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
fetchByFullImageId
public static SCProductScreenshot fetchByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByFullImageId
public static SCProductScreenshot fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByP_P
public static 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
public static SCProductScreenshot fetchByP_P(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByP_P
public static SCProductScreenshot fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<SCProductScreenshot> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<SCProductScreenshot> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static 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
public static void removeByProductEntryId(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByThumbnailId
public static void removeByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
removeByFullImageId
public static void removeByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
removeByP_P
public static void removeByP_P(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchProductScreenshotException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchProductScreenshotException
removeAll
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByProductEntryId
public static int countByProductEntryId(long productEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByThumbnailId
public static int countByThumbnailId(long thumbnailId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByFullImageId
public static int countByFullImageId(long fullImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByP_P
public static int countByP_P(long productEntryId,
int priority)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static SCProductScreenshotPersistence getPersistence()
setPersistence
public void setPersistence(SCProductScreenshotPersistence persistence)