|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCProductVersionPersistence
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 |
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 |
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)
|
void |
registerListener(ModelListener listener)
|
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)
|
void |
unregisterListener(ModelListener listener)
|
SCProductVersion |
update(SCProductVersion scProductVersion)
Deprecated. Use update(SCProductVersion scProductVersion, boolean merge) . |
SCProductVersion |
update(SCProductVersion scProductVersion,
boolean merge)
Add, update, or merge, the entity. |
SCProductVersion |
updateImpl(SCProductVersion scProductVersion,
boolean merge)
|
Method Detail |
---|
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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |