|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCProductScreenshotPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
SCProductScreenshotPersistenceImpl
,
SCProductScreenshotUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
|
void |
cacheResult(SCProductScreenshot scProductScreenshot)
|
void |
clearCache()
|
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)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
SCProductScreenshot |
remove(long productScreenshotId)
|
SCProductScreenshot |
remove(SCProductScreenshot scProductScreenshot)
|
void |
removeAll()
|
void |
removeByFullImageId(long fullImageId)
|
void |
removeByP_P(long productEntryId,
int priority)
|
void |
removeByProductEntryId(long productEntryId)
|
void |
removeByThumbnailId(long thumbnailId)
|
SCProductScreenshot |
update(SCProductScreenshot scProductScreenshot)
Deprecated. Use update(SCProductScreenshot, boolean merge) . |
SCProductScreenshot |
update(SCProductScreenshot scProductScreenshot,
boolean merge)
Add, update, or merge, the entity. |
SCProductScreenshot |
updateImpl(SCProductScreenshot scProductScreenshot,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(SCProductScreenshot scProductScreenshot)
void cacheResult(java.util.List<SCProductScreenshot> scProductScreenshots)
void clearCache()
clearCache
in interface BasePersistence
SCProductScreenshot create(long productScreenshotId)
SCProductScreenshot remove(long productScreenshotId) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot remove(SCProductScreenshot scProductScreenshot) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot update(SCProductScreenshot scProductScreenshot) throws com.liferay.portal.SystemException
update(SCProductScreenshot, boolean merge)
.
com.liferay.portal.SystemException
SCProductScreenshot update(SCProductScreenshot scProductScreenshot, boolean merge) throws com.liferay.portal.SystemException
scProductScreenshot
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when scProductScreenshot is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
SCProductScreenshot updateImpl(SCProductScreenshot scProductScreenshot, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot findByPrimaryKey(long productScreenshotId) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot fetchByPrimaryKey(long productScreenshotId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductScreenshot> findByProductEntryId(long productEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot findByProductEntryId_First(long productEntryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot findByProductEntryId_Last(long productEntryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot[] findByProductEntryId_PrevAndNext(long productScreenshotId, long productEntryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot findByThumbnailId(long thumbnailId) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot fetchByThumbnailId(long thumbnailId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot fetchByThumbnailId(long thumbnailId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot findByFullImageId(long fullImageId) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot fetchByFullImageId(long fullImageId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot fetchByFullImageId(long fullImageId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot findByP_P(long productEntryId, int priority) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
SCProductScreenshot fetchByP_P(long productEntryId, int priority) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductScreenshot fetchByP_P(long productEntryId, int priority, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductScreenshot> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductScreenshot> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductScreenshot> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByProductEntryId(long productEntryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByThumbnailId(long thumbnailId) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
void removeByFullImageId(long fullImageId) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
void removeByP_P(long productEntryId, int priority) throws com.liferay.portal.SystemException, NoSuchProductScreenshotException
com.liferay.portal.SystemException
NoSuchProductScreenshotException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByProductEntryId(long productEntryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByThumbnailId(long thumbnailId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByFullImageId(long fullImageId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByP_P(long productEntryId, int priority) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |