com.liferay.portlet.softwarecatalog.service.persistence
Class SCProductVersionPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductVersion>, com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
public class SCProductVersionPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- implements com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
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:
SCProductVersionPersistence
,
SCProductVersionUtil
- 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 |
addSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
|
void |
addSCFrameworkVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
|
void |
addSCFrameworkVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
|
void |
addSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
|
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
|
void |
cacheResult(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
|
void |
clearCache()
|
void |
clearCache(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
|
void |
clearSCFrameworkVersions(long pk)
|
boolean |
containsSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
|
boolean |
containsSCFrameworkVersions(long pk)
|
int |
countAll()
|
int |
countByDirectDownloadURL(java.lang.String directDownloadURL)
|
int |
countByProductEntryId(long productEntryId)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
create(long productVersionId)
|
void |
destroy()
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
fetchByDirectDownloadURL(java.lang.String directDownloadURL)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
fetchByDirectDownloadURL(java.lang.String directDownloadURL,
boolean retrieveFromCache)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
fetchByPrimaryKey(long productVersionId)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
findAll()
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
findByDirectDownloadURL(java.lang.String directDownloadURL)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
findByPrimaryKey(long productVersionId)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
findByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion[] |
findByProductEntryId_PrevAndNext(long productVersionId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
findByProductEntryId(long productEntryId)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
findByProductEntryId(long productEntryId,
int start,
int end)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> |
findByProductEntryId(long productEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
protected com.liferay.portlet.softwarecatalog.model.SCProductVersion |
getByProductEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
getSCFrameworkVersions(long pk)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
getSCFrameworkVersions(long pk,
int start,
int end)
|
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
getSCFrameworkVersions(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
getSCFrameworkVersionsSize(long pk)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
remove(long productVersionId)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
remove(java.io.Serializable primaryKey)
|
void |
removeAll()
|
void |
removeByDirectDownloadURL(java.lang.String directDownloadURL)
|
void |
removeByProductEntryId(long productEntryId)
|
protected com.liferay.portlet.softwarecatalog.model.SCProductVersion |
removeImpl(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
|
void |
removeSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
|
void |
removeSCFrameworkVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
|
void |
removeSCFrameworkVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
|
void |
removeSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
|
void |
setSCFrameworkVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
|
void |
setSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
|
protected com.liferay.portlet.softwarecatalog.model.SCProductVersion |
toUnwrappedModel(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
|
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
update(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean) . |
com.liferay.portlet.softwarecatalog.model.SCProductVersion |
updateImpl(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion,
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_DIRECTDOWNLOADURL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_DIRECTDOWNLOADURL
FINDER_PATH_COUNT_BY_DIRECTDOWNLOADURL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_DIRECTDOWNLOADURL
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
FINDER_PATH_GET_SCFRAMEWORKVERSIONS
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_SCFRAMEWORKVERSIONS
FINDER_PATH_GET_SCFRAMEWORKVERSIONS_SIZE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_SCFRAMEWORKVERSIONS_SIZE
FINDER_PATH_CONTAINS_SCFRAMEWORKVERSION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_SCFRAMEWORKVERSION
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
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
containsSCFrameworkVersion
protected SCProductVersionPersistenceImpl.ContainsSCFrameworkVersion containsSCFrameworkVersion
addSCFrameworkVersion
protected SCProductVersionPersistenceImpl.AddSCFrameworkVersion addSCFrameworkVersion
clearSCFrameworkVersions
protected SCProductVersionPersistenceImpl.ClearSCFrameworkVersions clearSCFrameworkVersions
removeSCFrameworkVersion
protected SCProductVersionPersistenceImpl.RemoveSCFrameworkVersion removeSCFrameworkVersion
SCProductVersionPersistenceImpl
public SCProductVersionPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
- Specified by:
cacheResult
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> scProductVersions)
- Specified by:
cacheResult
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
clearCache
public void clearCache(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
create
public com.liferay.portlet.softwarecatalog.model.SCProductVersion create(long productVersionId)
- Specified by:
create
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
remove
public com.liferay.portlet.softwarecatalog.model.SCProductVersion 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.SCProductVersion>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
remove
public com.liferay.portlet.softwarecatalog.model.SCProductVersion remove(long productVersionId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductVersionException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portlet.softwarecatalog.model.SCProductVersion removeImpl(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
throws com.liferay.portal.SystemException
- Overrides:
removeImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portlet.softwarecatalog.model.SCProductVersion update(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
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.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portlet.softwarecatalog.model.SCProductVersion updateImpl(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- Throws:
com.liferay.portal.SystemException
toUnwrappedModel
protected com.liferay.portlet.softwarecatalog.model.SCProductVersion toUnwrappedModel(com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion)
findByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductVersion 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.SCProductVersion>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductVersion findByPrimaryKey(long productVersionId)
throws com.liferay.portlet.softwarecatalog.NoSuchProductVersionException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductVersion 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.SCProductVersion>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.softwarecatalog.model.SCProductVersion>
- Throws:
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.softwarecatalog.model.SCProductVersion fetchByPrimaryKey(long productVersionId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> findByProductEntryId(long productEntryId)
throws com.liferay.portal.SystemException
- Specified by:
findByProductEntryId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> findByProductEntryId(long productEntryId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByProductEntryId
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> 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.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
findByProductEntryId_First
public com.liferay.portlet.softwarecatalog.model.SCProductVersion findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchProductVersionException,
com.liferay.portal.SystemException
- Specified by:
findByProductEntryId_First
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException
com.liferay.portal.SystemException
findByProductEntryId_Last
public com.liferay.portlet.softwarecatalog.model.SCProductVersion findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchProductVersionException,
com.liferay.portal.SystemException
- Specified by:
findByProductEntryId_Last
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException
com.liferay.portal.SystemException
findByProductEntryId_PrevAndNext
public com.liferay.portlet.softwarecatalog.model.SCProductVersion[] findByProductEntryId_PrevAndNext(long productVersionId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.softwarecatalog.NoSuchProductVersionException,
com.liferay.portal.SystemException
- Specified by:
findByProductEntryId_PrevAndNext
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException
com.liferay.portal.SystemException
getByProductEntryId_PrevAndNext
protected com.liferay.portlet.softwarecatalog.model.SCProductVersion getByProductEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.softwarecatalog.model.SCProductVersion scProductVersion,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByDirectDownloadURL
public com.liferay.portlet.softwarecatalog.model.SCProductVersion findByDirectDownloadURL(java.lang.String directDownloadURL)
throws com.liferay.portlet.softwarecatalog.NoSuchProductVersionException,
com.liferay.portal.SystemException
- Specified by:
findByDirectDownloadURL
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException
com.liferay.portal.SystemException
fetchByDirectDownloadURL
public com.liferay.portlet.softwarecatalog.model.SCProductVersion fetchByDirectDownloadURL(java.lang.String directDownloadURL)
throws com.liferay.portal.SystemException
- Specified by:
fetchByDirectDownloadURL
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
fetchByDirectDownloadURL
public com.liferay.portlet.softwarecatalog.model.SCProductVersion fetchByDirectDownloadURL(java.lang.String directDownloadURL,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByDirectDownloadURL
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductVersion> 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.SCProductVersionPersistence
- 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.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
removeByDirectDownloadURL
public void removeByDirectDownloadURL(java.lang.String directDownloadURL)
throws com.liferay.portlet.softwarecatalog.NoSuchProductVersionException,
com.liferay.portal.SystemException
- Specified by:
removeByDirectDownloadURL
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portlet.softwarecatalog.NoSuchProductVersionException
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- 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.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
countByDirectDownloadURL
public int countByDirectDownloadURL(java.lang.String directDownloadURL)
throws com.liferay.portal.SystemException
- Specified by:
countByDirectDownloadURL
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- 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.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
getSCFrameworkVersions
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCFrameworkVersions(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
getSCFrameworkVersions
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCFrameworkVersions(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
getSCFrameworkVersions
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getSCFrameworkVersions(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
getSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
getSCFrameworkVersionsSize
public int getSCFrameworkVersionsSize(long pk)
throws com.liferay.portal.SystemException
- Specified by:
getSCFrameworkVersionsSize
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
containsSCFrameworkVersion
public boolean containsSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
throws com.liferay.portal.SystemException
- Specified by:
containsSCFrameworkVersion
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
containsSCFrameworkVersions
public boolean containsSCFrameworkVersions(long pk)
throws com.liferay.portal.SystemException
- Specified by:
containsSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
addSCFrameworkVersion
public void addSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
throws com.liferay.portal.SystemException
- Specified by:
addSCFrameworkVersion
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
addSCFrameworkVersion
public void addSCFrameworkVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
throws com.liferay.portal.SystemException
- Specified by:
addSCFrameworkVersion
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
addSCFrameworkVersions
public void addSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
throws com.liferay.portal.SystemException
- Specified by:
addSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
addSCFrameworkVersions
public void addSCFrameworkVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
throws com.liferay.portal.SystemException
- Specified by:
addSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
clearSCFrameworkVersions
public void clearSCFrameworkVersions(long pk)
throws com.liferay.portal.SystemException
- Specified by:
clearSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
removeSCFrameworkVersion
public void removeSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
throws com.liferay.portal.SystemException
- Specified by:
removeSCFrameworkVersion
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
removeSCFrameworkVersion
public void removeSCFrameworkVersion(long pk,
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion scFrameworkVersion)
throws com.liferay.portal.SystemException
- Specified by:
removeSCFrameworkVersion
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
removeSCFrameworkVersions
public void removeSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
throws com.liferay.portal.SystemException
- Specified by:
removeSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
removeSCFrameworkVersions
public void removeSCFrameworkVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
throws com.liferay.portal.SystemException
- Specified by:
removeSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
setSCFrameworkVersions
public void setSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
throws com.liferay.portal.SystemException
- Specified by:
setSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
setSCFrameworkVersions
public void setSCFrameworkVersions(long pk,
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> scFrameworkVersions)
throws com.liferay.portal.SystemException
- Specified by:
setSCFrameworkVersions
in interface com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence
- Throws:
com.liferay.portal.SystemException
afterPropertiesSet
public void afterPropertiesSet()
destroy
public void destroy()