com.liferay.portlet.softwarecatalog.service.persistence
Class SCProductScreenshotPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>, com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
public class SCProductScreenshotPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- implements com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
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
,
SCProductScreenshotUtil
- Generated:
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> scProductScreenshots)
|
void |
cacheResult(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
|
void |
clearCache()
|
void |
clearCache(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
|
int |
countAll()
|
int |
countByFullImageId(long fullImageId)
|
int |
countByP_P(long productEntryId,
int priority)
|
int |
countByProductEntryId(long productEntryId)
|
int |
countByThumbnailId(long thumbnailId)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
create(long productScreenshotId)
|
void |
destroy()
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByFullImageId(long fullImageId)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByPrimaryKey(long productScreenshotId)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByThumbnailId(long thumbnailId)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> |
findAll()
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
findByFullImageId(long fullImageId)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
findByP_P(long productEntryId,
int priority)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
findByPrimaryKey(long productScreenshotId)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
findByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot[] |
findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> |
findByProductEntryId(long productEntryId)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> |
findByProductEntryId(long productEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
findByThumbnailId(long thumbnailId)
|
protected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
getByProductEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
remove(long productScreenshotId)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
remove(java.io.Serializable primaryKey)
|
void |
removeAll()
|
void |
removeByFullImageId(long fullImageId)
|
void |
removeByP_P(long productEntryId,
int priority)
|
void |
removeByProductEntryId(long productEntryId)
|
void |
removeByThumbnailId(long thumbnailId)
|
protected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
removeImpl(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
|
protected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
toUnwrappedModel(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
update(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean) . |
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
updateImpl(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FIND_BY_PRODUCTENTRYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_PRODUCTENTRYID
FINDER_PATH_COUNT_BY_PRODUCTENTRYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_PRODUCTENTRYID
FINDER_PATH_FETCH_BY_THUMBNAILID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_THUMBNAILID
FINDER_PATH_COUNT_BY_THUMBNAILID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_THUMBNAILID
FINDER_PATH_FETCH_BY_FULLIMAGEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_FULLIMAGEID
FINDER_PATH_COUNT_BY_FULLIMAGEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_FULLIMAGEID
FINDER_PATH_FETCH_BY_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_P_P
FINDER_PATH_COUNT_BY_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_P_P
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
scLicensePersistence
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence
scFrameworkVersionPersistence
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence
scProductEntryPersistence
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence
scProductScreenshotPersistence
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence
scProductVersionPersistence
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence.class)
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence
imagePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ImagePersistence.class)
protected com.liferay.portal.service.persistence.ImagePersistence imagePersistence
resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
SCProductScreenshotPersistenceImpl
public SCProductScreenshotPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
- Specified by:
cacheResult
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> scProductScreenshots)
- Specified by:
cacheResult
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
clearCache
public void clearCache(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
create
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot create(long productScreenshotId)
- Specified by:
create
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
remove
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
remove
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot remove(long productScreenshotId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot removeImpl(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.SystemException
- Overrides:
removeImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot update(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence#update(com.liferay.portal.model.BaseModel, boolean)
.
- Specified by:
update
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot updateImpl(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Throws:
com.liferay.portal.SystemException
toUnwrappedModel
protected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot toUnwrappedModel(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
findByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot findByPrimaryKey(long productScreenshotId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
- Throws:
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByPrimaryKey(long productScreenshotId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> findByProductEntryId(long productEntryId)
throws com.liferay.portal.SystemException
- Specified by:
findByProductEntryId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> findByProductEntryId(long productEntryId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByProductEntryId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> findByProductEntryId(long productEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByProductEntryId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId_First
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
findByProductEntryId_First
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
findByProductEntryId_Last
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
findByProductEntryId_Last
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
findByProductEntryId_PrevAndNext
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot[] findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
findByProductEntryId_PrevAndNext
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
getByProductEntryId_PrevAndNext
protected com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getByProductEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByThumbnailId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot findByThumbnailId(long thumbnailId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
findByThumbnailId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
fetchByThumbnailId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByThumbnailId(long thumbnailId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByThumbnailId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
fetchByThumbnailId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByThumbnailId(long thumbnailId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByThumbnailId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findByFullImageId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot findByFullImageId(long fullImageId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
findByFullImageId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
fetchByFullImageId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByFullImageId(long fullImageId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByFullImageId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
fetchByFullImageId
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByFullImageId(long fullImageId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByFullImageId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findByP_P
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot findByP_P(long productEntryId,
int priority)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
findByP_P
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
fetchByP_P
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByP_P(long productEntryId,
int priority)
throws com.liferay.portal.SystemException
- Specified by:
fetchByP_P
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
fetchByP_P
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot fetchByP_P(long productEntryId,
int priority,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByP_P
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
removeByProductEntryId
public void removeByProductEntryId(long productEntryId)
throws com.liferay.portal.SystemException
- Specified by:
removeByProductEntryId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
removeByThumbnailId
public void removeByThumbnailId(long thumbnailId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
removeByThumbnailId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
removeByFullImageId
public void removeByFullImageId(long fullImageId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
removeByFullImageId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
removeByP_P
public void removeByP_P(long productEntryId,
int priority)
throws com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException,
com.liferay.portal.SystemException
- Specified by:
removeByP_P
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
countByProductEntryId
public int countByProductEntryId(long productEntryId)
throws com.liferay.portal.SystemException
- Specified by:
countByProductEntryId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
countByThumbnailId
public int countByThumbnailId(long thumbnailId)
throws com.liferay.portal.SystemException
- Specified by:
countByThumbnailId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
countByFullImageId
public int countByFullImageId(long fullImageId)
throws com.liferay.portal.SystemException
- Specified by:
countByFullImageId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
countByP_P
public int countByP_P(long productEntryId,
int priority)
throws com.liferay.portal.SystemException
- Specified by:
countByP_P
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence
- Throws:
com.liferay.portal.SystemException
afterPropertiesSet
public void afterPropertiesSet()
destroy
public void destroy()