|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCFrameworkVersionPersistence
Method Summary | |
---|---|
void |
addSCProductVersion(long pk,
long scProductVersionPK)
|
void |
addSCProductVersion(long pk,
SCProductVersion scProductVersion)
|
void |
addSCProductVersions(long pk,
java.util.List<SCProductVersion> scProductVersions)
|
void |
addSCProductVersions(long pk,
long[] scProductVersionPKs)
|
void |
clearSCProductVersions(long pk)
|
boolean |
containsSCProductVersion(long pk,
long scProductVersionPK)
|
boolean |
containsSCProductVersions(long pk)
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_A(long groupId,
boolean active)
|
int |
countByGroupId(long groupId)
|
SCFrameworkVersion |
create(long frameworkVersionId)
|
SCFrameworkVersion |
fetchByPrimaryKey(long frameworkVersionId)
|
java.util.List<SCFrameworkVersion> |
findAll()
|
java.util.List<SCFrameworkVersion> |
findAll(int begin,
int end)
|
java.util.List<SCFrameworkVersion> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion[] |
findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCFrameworkVersion> |
findByCompanyId(long companyId)
|
java.util.List<SCFrameworkVersion> |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List<SCFrameworkVersion> |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion |
findByG_A_First(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion |
findByG_A_Last(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion[] |
findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active)
|
java.util.List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int begin,
int end)
|
java.util.List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion[] |
findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCFrameworkVersion> |
findByGroupId(long groupId)
|
java.util.List<SCFrameworkVersion> |
findByGroupId(long groupId,
int begin,
int end)
|
java.util.List<SCFrameworkVersion> |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCFrameworkVersion |
findByPrimaryKey(long frameworkVersionId)
|
java.util.List<SCFrameworkVersion> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<SCFrameworkVersion> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List<SCProductVersion> |
getSCProductVersions(long pk)
|
java.util.List<SCProductVersion> |
getSCProductVersions(long pk,
int begin,
int end)
|
java.util.List<SCProductVersion> |
getSCProductVersions(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getSCProductVersionsSize(long pk)
|
SCFrameworkVersion |
remove(long frameworkVersionId)
|
SCFrameworkVersion |
remove(SCFrameworkVersion scFrameworkVersion)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_A(long groupId,
boolean active)
|
void |
removeByGroupId(long groupId)
|
void |
removeSCProductVersion(long pk,
long scProductVersionPK)
|
void |
removeSCProductVersion(long pk,
SCProductVersion scProductVersion)
|
void |
removeSCProductVersions(long pk,
java.util.List<SCProductVersion> scProductVersions)
|
void |
removeSCProductVersions(long pk,
long[] scProductVersionPKs)
|
void |
setSCProductVersions(long pk,
java.util.List<SCProductVersion> scProductVersions)
|
void |
setSCProductVersions(long pk,
long[] scProductVersionPKs)
|
SCFrameworkVersion |
update(SCFrameworkVersion scFrameworkVersion)
Deprecated. Use update(SCFrameworkVersion scFrameworkVersion, boolean merge) . |
SCFrameworkVersion |
update(SCFrameworkVersion scFrameworkVersion,
boolean merge)
Add, update, or merge, the entity. |
SCFrameworkVersion |
updateImpl(SCFrameworkVersion scFrameworkVersion,
boolean merge)
|
Method Detail |
---|
SCFrameworkVersion create(long frameworkVersionId)
SCFrameworkVersion remove(long frameworkVersionId) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion remove(SCFrameworkVersion scFrameworkVersion) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCFrameworkVersion update(SCFrameworkVersion scFrameworkVersion) throws com.liferay.portal.SystemException
update(SCFrameworkVersion scFrameworkVersion, boolean merge)
.
com.liferay.portal.SystemException
SCFrameworkVersion update(SCFrameworkVersion scFrameworkVersion, boolean merge) throws com.liferay.portal.SystemException
scFrameworkVersion
- 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 scFrameworkVersion is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
SCFrameworkVersion updateImpl(SCFrameworkVersion scFrameworkVersion, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCFrameworkVersion findByPrimaryKey(long frameworkVersionId) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion fetchByPrimaryKey(long frameworkVersionId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findByGroupId(long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCFrameworkVersion findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion[] findByGroupId_PrevAndNext(long frameworkVersionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
java.util.List<SCFrameworkVersion> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findByCompanyId(long companyId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCFrameworkVersion findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion[] findByCompanyId_PrevAndNext(long frameworkVersionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
java.util.List<SCFrameworkVersion> findByG_A(long groupId, boolean active) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findByG_A(long groupId, boolean active, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findByG_A(long groupId, boolean active, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCFrameworkVersion findByG_A_First(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion findByG_A_Last(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
SCFrameworkVersion[] findByG_A_PrevAndNext(long frameworkVersionId, long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
java.util.List<SCFrameworkVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCFrameworkVersion> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_A(long groupId, boolean active) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_A(long groupId, boolean active) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductVersion> getSCProductVersions(long pk) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
java.util.List<SCProductVersion> getSCProductVersions(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
java.util.List<SCProductVersion> getSCProductVersions(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
int getSCProductVersionsSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsSCProductVersion(long pk, long scProductVersionPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsSCProductVersions(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCProductVersion(long pk, long scProductVersionPK) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void addSCProductVersion(long pk, SCProductVersion scProductVersion) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void addSCProductVersions(long pk, long[] scProductVersionPKs) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void addSCProductVersions(long pk, java.util.List<SCProductVersion> scProductVersions) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void clearSCProductVersions(long pk) throws com.liferay.portal.SystemException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchFrameworkVersionException
void removeSCProductVersion(long pk, long scProductVersionPK) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void removeSCProductVersion(long pk, SCProductVersion scProductVersion) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void removeSCProductVersions(long pk, long[] scProductVersionPKs) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void removeSCProductVersions(long pk, java.util.List<SCProductVersion> scProductVersions) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void setSCProductVersions(long pk, long[] scProductVersionPKs) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
void setSCProductVersions(long pk, java.util.List<SCProductVersion> scProductVersions) throws com.liferay.portal.SystemException, NoSuchProductVersionException, NoSuchFrameworkVersionException
com.liferay.portal.SystemException
NoSuchProductVersionException
NoSuchFrameworkVersionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |