|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SCFrameworkVersionPersistence
The persistence interface for the s c framework version service.
Caching information and settings can be found in portal.properties
SCFrameworkVersionPersistenceImpl,
SCFrameworkVersionUtil| Method Summary | |
|---|---|
void |
addSCProductVersion(long pk,
long scProductVersionPK)
Adds an association between the s c framework version and the s c product version. |
void |
addSCProductVersion(long pk,
SCProductVersion scProductVersion)
Adds an association between the s c framework version and the s c product version. |
void |
addSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Adds an association between the s c framework version and the s c product versions. |
void |
addSCProductVersions(long pk,
long[] scProductVersionPKs)
Adds an association between the s c framework version and the s c product versions. |
void |
cacheResult(List<SCFrameworkVersion> scFrameworkVersions)
Caches the s c framework versions in the entity cache if it is enabled. |
void |
cacheResult(SCFrameworkVersion scFrameworkVersion)
Caches the s c framework version in the entity cache if it is enabled. |
void |
clearSCProductVersions(long pk)
Clears all associations between the s c framework version and its s c product versions. |
boolean |
containsSCProductVersion(long pk,
long scProductVersionPK)
Returns true if the s c product version is associated with the s c framework version. |
boolean |
containsSCProductVersions(long pk)
Returns true if the s c framework version has any s c product versions associated with it. |
int |
countAll()
Returns the number of s c framework versions. |
int |
countByCompanyId(long companyId)
Returns the number of s c framework versions where companyId = ?. |
int |
countByG_A(long groupId,
boolean active)
Returns the number of s c framework versions where groupId = ? and active = ?. |
int |
countByGroupId(long groupId)
Returns the number of s c framework versions where groupId = ?. |
SCFrameworkVersion |
create(long frameworkVersionId)
Creates a new s c framework version with the primary key. |
SCFrameworkVersion |
fetchByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or returns null if it could not be found. |
int |
filterCountByG_A(long groupId,
boolean active)
Returns the number of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of s c framework versions that the user has permission to view where groupId = ?. |
SCFrameworkVersion[] |
filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active)
Returns all the s c framework versions that the user has permission to view where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?. |
SCFrameworkVersion[] |
filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?. |
List<SCFrameworkVersion> |
filterFindByGroupId(long groupId)
Returns all the s c framework versions that the user has permission to view where groupId = ?. |
List<SCFrameworkVersion> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions that the user has permission to view where groupId = ?. |
List<SCFrameworkVersion> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?. |
List<SCFrameworkVersion> |
findAll()
Returns all the s c framework versions. |
List<SCFrameworkVersion> |
findAll(int start,
int end)
Returns a range of all the s c framework versions. |
List<SCFrameworkVersion> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions. |
SCFrameworkVersion |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
SCFrameworkVersion[] |
findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?. |
List<SCFrameworkVersion> |
findByCompanyId(long companyId)
Returns all the s c framework versions where companyId = ?. |
List<SCFrameworkVersion> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the s c framework versions where companyId = ?. |
List<SCFrameworkVersion> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where companyId = ?. |
SCFrameworkVersion |
findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion[] |
findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active)
Returns all the s c framework versions where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ? and active = ?. |
SCFrameworkVersion |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
SCFrameworkVersion[] |
findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?. |
List<SCFrameworkVersion> |
findByGroupId(long groupId)
Returns all the s c framework versions where groupId = ?. |
List<SCFrameworkVersion> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the s c framework versions where groupId = ?. |
List<SCFrameworkVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ?. |
SCFrameworkVersion |
findByPrimaryKey(long frameworkVersionId)
Returns the s c framework version with the primary key or throws a NoSuchFrameworkVersionException if it could not be found. |
List<SCProductVersion> |
getSCProductVersions(long pk)
Returns all the s c product versions associated with the s c framework version. |
List<SCProductVersion> |
getSCProductVersions(long pk,
int start,
int end)
Returns a range of all the s c product versions associated with the s c framework version. |
List<SCProductVersion> |
getSCProductVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the s c product versions associated with the s c framework version. |
int |
getSCProductVersionsSize(long pk)
Returns the number of s c product versions associated with the s c framework version. |
SCFrameworkVersion |
remove(long frameworkVersionId)
Removes the s c framework version with the primary key from the database. |
void |
removeAll()
Removes all the s c framework versions from the database. |
void |
removeByCompanyId(long companyId)
Removes all the s c framework versions where companyId = ? from the database. |
void |
removeByG_A(long groupId,
boolean active)
Removes all the s c framework versions where groupId = ? and active = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the s c framework versions where groupId = ? from the database. |
void |
removeSCProductVersion(long pk,
long scProductVersionPK)
Removes the association between the s c framework version and the s c product version. |
void |
removeSCProductVersion(long pk,
SCProductVersion scProductVersion)
Removes the association between the s c framework version and the s c product version. |
void |
removeSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Removes the association between the s c framework version and the s c product versions. |
void |
removeSCProductVersions(long pk,
long[] scProductVersionPKs)
Removes the association between the s c framework version and the s c product versions. |
void |
setSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary. |
void |
setSCProductVersions(long pk,
long[] scProductVersionPKs)
Sets the s c product versions associated with the s c framework version, removing and adding associations as necessary. |
SCFrameworkVersion |
updateImpl(SCFrameworkVersion scFrameworkVersion,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(SCFrameworkVersion scFrameworkVersion)
scFrameworkVersion - the s c framework versionvoid cacheResult(List<SCFrameworkVersion> scFrameworkVersions)
scFrameworkVersions - the s c framework versionsSCFrameworkVersion create(long frameworkVersionId)
frameworkVersionId - the primary key for the new s c framework version
SCFrameworkVersion remove(long frameworkVersionId)
throws SystemException,
NoSuchFrameworkVersionException
frameworkVersionId - the primary key of the s c framework version
NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
SCFrameworkVersion updateImpl(SCFrameworkVersion scFrameworkVersion,
boolean merge)
throws SystemException
SystemException
SCFrameworkVersion findByPrimaryKey(long frameworkVersionId)
throws SystemException,
NoSuchFrameworkVersionException
NoSuchFrameworkVersionException if it could not be found.
frameworkVersionId - the primary key of the s c framework version
NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
SCFrameworkVersion fetchByPrimaryKey(long frameworkVersionId)
throws SystemException
null if it could not be found.
frameworkVersionId - the primary key of the s c framework version
null if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SCFrameworkVersion findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a matching s c framework version could not be found
SystemException - if a system exception occurred
SCFrameworkVersion findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a matching s c framework version could not be found
SystemException - if a system exception occurred
SCFrameworkVersion[] findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
frameworkVersionId - the primary key of the current s c framework versiongroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
List<SCFrameworkVersion> filterFindByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<SCFrameworkVersion> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
SystemException - if a system exception occurred
List<SCFrameworkVersion> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SCFrameworkVersion[] filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
frameworkVersionId - the primary key of the current s c framework versiongroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SCFrameworkVersion findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a matching s c framework version could not be found
SystemException - if a system exception occurred
SCFrameworkVersion findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a matching s c framework version could not be found
SystemException - if a system exception occurred
SCFrameworkVersion[] findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
frameworkVersionId - the primary key of the current s c framework versioncompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByG_A(long groupId,
boolean active)
throws SystemException
groupId - the group IDactive - the active
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByG_A(long groupId,
boolean active,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
SystemException - if a system exception occurred
List<SCFrameworkVersion> findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SCFrameworkVersion findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a matching s c framework version could not be found
SystemException - if a system exception occurred
SCFrameworkVersion findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a matching s c framework version could not be found
SystemException - if a system exception occurred
SCFrameworkVersion[] findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
frameworkVersionId - the primary key of the current s c framework versiongroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
List<SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active)
throws SystemException
groupId - the group IDactive - the active
SystemException - if a system exception occurred
List<SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
SystemException - if a system exception occurred
List<SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
groupId - the group IDactive - the activestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SCFrameworkVersion[] filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchFrameworkVersionException
frameworkVersionId - the primary key of the current s c framework versiongroupId - the group IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchFrameworkVersionException - if a s c framework version with the primary key could not be found
SystemException - if a system exception occurred
List<SCFrameworkVersion> findAll()
throws SystemException
SystemException - if a system exception occurred
List<SCFrameworkVersion> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
SystemException - if a system exception occurred
List<SCFrameworkVersion> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
void removeByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
void removeByG_A(long groupId,
boolean active)
throws SystemException
groupId - the group IDactive - the active
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int filterCountByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByCompanyId(long companyId)
throws SystemException
companyId - the company ID
SystemException - if a system exception occurred
int countByG_A(long groupId,
boolean active)
throws SystemException
groupId - the group IDactive - the active
SystemException - if a system exception occurred
int filterCountByG_A(long groupId,
boolean active)
throws SystemException
groupId - the group IDactive - the active
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
List<SCProductVersion> getSCProductVersions(long pk)
throws SystemException
pk - the primary key of the s c framework version
SystemException - if a system exception occurred
List<SCProductVersion> getSCProductVersions(long pk,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the s c framework versionstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
SystemException - if a system exception occurred
List<SCProductVersion> getSCProductVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
pk - the primary key of the s c framework versionstart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
int getSCProductVersionsSize(long pk)
throws SystemException
pk - the primary key of the s c framework version
SystemException - if a system exception occurred
boolean containsSCProductVersion(long pk,
long scProductVersionPK)
throws SystemException
true if the s c product version is associated with the s c framework version.
pk - the primary key of the s c framework versionscProductVersionPK - the primary key of the s c product version
true if the s c product version is associated with the s c framework version; false otherwise
SystemException - if a system exception occurred
boolean containsSCProductVersions(long pk)
throws SystemException
true if the s c framework version has any s c product versions associated with it.
pk - the primary key of the s c framework version to check for associations with s c product versions
true if the s c framework version has any s c product versions associated with it; false otherwise
SystemException - if a system exception occurred
void addSCProductVersion(long pk,
long scProductVersionPK)
throws SystemException
pk - the primary key of the s c framework versionscProductVersionPK - the primary key of the s c product version
SystemException - if a system exception occurred
void addSCProductVersion(long pk,
SCProductVersion scProductVersion)
throws SystemException
pk - the primary key of the s c framework versionscProductVersion - the s c product version
SystemException - if a system exception occurred
void addSCProductVersions(long pk,
long[] scProductVersionPKs)
throws SystemException
pk - the primary key of the s c framework versionscProductVersionPKs - the primary keys of the s c product versions
SystemException - if a system exception occurred
void addSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
throws SystemException
pk - the primary key of the s c framework versionscProductVersions - the s c product versions
SystemException - if a system exception occurred
void clearSCProductVersions(long pk)
throws SystemException
pk - the primary key of the s c framework version to clear the associated s c product versions from
SystemException - if a system exception occurred
void removeSCProductVersion(long pk,
long scProductVersionPK)
throws SystemException
pk - the primary key of the s c framework versionscProductVersionPK - the primary key of the s c product version
SystemException - if a system exception occurred
void removeSCProductVersion(long pk,
SCProductVersion scProductVersion)
throws SystemException
pk - the primary key of the s c framework versionscProductVersion - the s c product version
SystemException - if a system exception occurred
void removeSCProductVersions(long pk,
long[] scProductVersionPKs)
throws SystemException
pk - the primary key of the s c framework versionscProductVersionPKs - the primary keys of the s c product versions
SystemException - if a system exception occurred
void removeSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
throws SystemException
pk - the primary key of the s c framework versionscProductVersions - the s c product versions
SystemException - if a system exception occurred
void setSCProductVersions(long pk,
long[] scProductVersionPKs)
throws SystemException
pk - the primary key of the s c framework versionscProductVersionPKs - the primary keys of the s c product versions to be associated with the s c framework version
SystemException - if a system exception occurred
void setSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
throws SystemException
pk - the primary key of the s c framework versionscProductVersions - the s c product versions to be associated with the s c framework version
SystemException - if a system exception occurred
|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||