|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCProductVersionPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
SCProductVersionPersistenceImpl
,
SCProductVersionUtil
Method Summary | |
---|---|
void |
addSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
|
void |
addSCFrameworkVersion(long pk,
SCFrameworkVersion scFrameworkVersion)
|
void |
addSCFrameworkVersions(long pk,
java.util.List<SCFrameworkVersion> scFrameworkVersions)
|
void |
addSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
|
void |
cacheResult(java.util.List<SCProductVersion> scProductVersions)
|
void |
cacheResult(SCProductVersion scProductVersion)
|
void |
clearCache()
|
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)
|
SCProductVersion |
create(long productVersionId)
|
SCProductVersion |
fetchByDirectDownloadURL(java.lang.String directDownloadURL)
|
SCProductVersion |
fetchByDirectDownloadURL(java.lang.String directDownloadURL,
boolean retrieveFromCache)
|
SCProductVersion |
fetchByPrimaryKey(long productVersionId)
|
java.util.List<SCProductVersion> |
findAll()
|
java.util.List<SCProductVersion> |
findAll(int start,
int end)
|
java.util.List<SCProductVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductVersion |
findByDirectDownloadURL(java.lang.String directDownloadURL)
|
SCProductVersion |
findByPrimaryKey(long productVersionId)
|
SCProductVersion |
findByProductEntryId_First(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductVersion |
findByProductEntryId_Last(long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductVersion[] |
findByProductEntryId_PrevAndNext(long productVersionId,
long productEntryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCProductVersion> |
findByProductEntryId(long productEntryId)
|
java.util.List<SCProductVersion> |
findByProductEntryId(long productEntryId,
int start,
int end)
|
java.util.List<SCProductVersion> |
findByProductEntryId(long productEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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)
|
java.util.List<SCFrameworkVersion> |
getSCFrameworkVersions(long pk)
|
java.util.List<SCFrameworkVersion> |
getSCFrameworkVersions(long pk,
int start,
int end)
|
java.util.List<SCFrameworkVersion> |
getSCFrameworkVersions(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getSCFrameworkVersionsSize(long pk)
|
SCProductVersion |
remove(long productVersionId)
|
SCProductVersion |
remove(SCProductVersion scProductVersion)
|
void |
removeAll()
|
void |
removeByDirectDownloadURL(java.lang.String directDownloadURL)
|
void |
removeByProductEntryId(long productEntryId)
|
void |
removeSCFrameworkVersion(long pk,
long scFrameworkVersionPK)
|
void |
removeSCFrameworkVersion(long pk,
SCFrameworkVersion scFrameworkVersion)
|
void |
removeSCFrameworkVersions(long pk,
java.util.List<SCFrameworkVersion> scFrameworkVersions)
|
void |
removeSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
|
void |
setSCFrameworkVersions(long pk,
java.util.List<SCFrameworkVersion> scFrameworkVersions)
|
void |
setSCFrameworkVersions(long pk,
long[] scFrameworkVersionPKs)
|
SCProductVersion |
update(SCProductVersion scProductVersion)
Deprecated. Use update(SCProductVersion, boolean merge) . |
SCProductVersion |
update(SCProductVersion scProductVersion,
boolean merge)
Add, update, or merge, the entity. |
SCProductVersion |
updateImpl(SCProductVersion scProductVersion,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(SCProductVersion scProductVersion)
void cacheResult(java.util.List<SCProductVersion> scProductVersions)
void clearCache()
clearCache
in interface BasePersistence
SCProductVersion create(long productVersionId)
SCProductVersion remove(long productVersionId) throws com.liferay.portal.SystemException, NoSuchProductVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
SCProductVersion remove(SCProductVersion scProductVersion) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductVersion update(SCProductVersion scProductVersion) throws com.liferay.portal.SystemException
update(SCProductVersion, boolean merge)
.
com.liferay.portal.SystemException
SCProductVersion update(SCProductVersion scProductVersion, boolean merge) throws com.liferay.portal.SystemException
scProductVersion
- 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 scProductVersion is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
SCProductVersion updateImpl(SCProductVersion scProductVersion, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductVersion findByPrimaryKey(long productVersionId) throws com.liferay.portal.SystemException, NoSuchProductVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
SCProductVersion fetchByPrimaryKey(long productVersionId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductVersion> findByProductEntryId(long productEntryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductVersion> findByProductEntryId(long productEntryId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductVersion> findByProductEntryId(long productEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductVersion findByProductEntryId_First(long productEntryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProductVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
SCProductVersion findByProductEntryId_Last(long productEntryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProductVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
SCProductVersion[] findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProductVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
SCProductVersion findByDirectDownloadURL(java.lang.String directDownloadURL) throws com.liferay.portal.SystemException, NoSuchProductVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
SCProductVersion fetchByDirectDownloadURL(java.lang.String directDownloadURL) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductVersion fetchByDirectDownloadURL(java.lang.String directDownloadURL, 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<SCProductVersion> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductVersion> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductVersion> 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 removeByDirectDownloadURL(java.lang.String directDownloadURL) throws com.liferay.portal.SystemException, NoSuchProductVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
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 countByDirectDownloadURL(java.lang.String directDownloadURL) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> getSCFrameworkVersions(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> getSCFrameworkVersions(long pk, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> getSCFrameworkVersions(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int getSCFrameworkVersionsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsSCFrameworkVersion(long pk, long scFrameworkVersionPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsSCFrameworkVersions(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCFrameworkVersion(long pk, long scFrameworkVersionPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCFrameworkVersions(long pk, long[] scFrameworkVersionPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCFrameworkVersions(long pk, java.util.List<SCFrameworkVersion> scFrameworkVersions) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void clearSCFrameworkVersions(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCFrameworkVersion(long pk, long scFrameworkVersionPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCFrameworkVersions(long pk, long[] scFrameworkVersionPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCFrameworkVersions(long pk, java.util.List<SCFrameworkVersion> scFrameworkVersions) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setSCFrameworkVersions(long pk, long[] scFrameworkVersionPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setSCFrameworkVersions(long pk, java.util.List<SCFrameworkVersion> scFrameworkVersions) 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 |