|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCProductScreenshotPersistence
Method Summary | |
---|---|
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 |
fetchByP_P(long productEntryId,
int priority)
|
SCProductScreenshot |
fetchByPrimaryKey(long productScreenshotId)
|
SCProductScreenshot |
fetchByThumbnailId(long thumbnailId)
|
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)
|
void |
registerListener(ModelListener listener)
|
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)
|
void |
unregisterListener(ModelListener listener)
|
SCProductScreenshot |
update(SCProductScreenshot scProductScreenshot)
Deprecated. Use update(SCProductScreenshot scProductScreenshot, boolean merge) . |
SCProductScreenshot |
update(SCProductScreenshot scProductScreenshot,
boolean merge)
Add, update, or merge, the entity. |
SCProductScreenshot |
updateImpl(SCProductScreenshot scProductScreenshot,
boolean merge)
|
Method Detail |
---|
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 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 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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |