@ProviderType public interface CPDefinitionOptionValueRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPDefinitionOptionValueRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionOptionValueRel>
Caching information and settings can be found in portal.properties
CPDefinitionOptionValueRelUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CPDefinitionOptionValueRel cpDefinitionOptionValueRel)
Caches the cp definition option value rel in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CPDefinitionOptionValueRel> cpDefinitionOptionValueRels)
Caches the cp definition option value rels in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of cp definition option value rels.
|
int |
countByC_K(long CPDefinitionOptionRelId,
java.lang.String key)
Returns the number of cp definition option value rels where CPDefinitionOptionRelId = ? and key = ?.
|
int |
countByCDORI_P(long CPDefinitionOptionRelId,
boolean preselected)
Returns the number of cp definition option value rels where CPDefinitionOptionRelId = ? and preselected = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of cp definition option value rels where companyId = ?.
|
int |
countByCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
Returns the number of cp definition option value rels where CPDefinitionOptionRelId = ?.
|
int |
countByCPInstanceUuid(java.lang.String CPInstanceUuid)
Returns the number of cp definition option value rels where CPInstanceUuid = ?.
|
int |
countByGroupId(long groupId)
Returns the number of cp definition option value rels where groupId = ?.
|
int |
countByKey(java.lang.String key)
Returns the number of cp definition option value rels where key = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of cp definition option value rels where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of cp definition option value rels where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of cp definition option value rels where uuid = ?.
|
CPDefinitionOptionValueRel |
create(long CPDefinitionOptionValueRelId)
Creates a new cp definition option value rel with the primary key.
|
CPDefinitionOptionValueRel |
fetchByC_K(long CPDefinitionOptionRelId,
java.lang.String key)
Returns the cp definition option value rel where CPDefinitionOptionRelId = ? and key = ? or returns
null if it could not be found. |
CPDefinitionOptionValueRel |
fetchByC_K(long CPDefinitionOptionRelId,
java.lang.String key,
boolean useFinderCache)
Returns the cp definition option value rel where CPDefinitionOptionRelId = ? and key = ? or returns
null if it could not be found, optionally using the finder cache. |
CPDefinitionOptionValueRel |
fetchByCDORI_P_First(long CPDefinitionOptionRelId,
boolean preselected,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ? and preselected = ?.
|
CPDefinitionOptionValueRel |
fetchByCDORI_P_Last(long CPDefinitionOptionRelId,
boolean preselected,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ? and preselected = ?.
|
CPDefinitionOptionValueRel |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where companyId = ?.
|
CPDefinitionOptionValueRel |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where companyId = ?.
|
CPDefinitionOptionValueRel |
fetchByCPDefinitionOptionRelId_First(long CPDefinitionOptionRelId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ?.
|
CPDefinitionOptionValueRel |
fetchByCPDefinitionOptionRelId_Last(long CPDefinitionOptionRelId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ?.
|
CPDefinitionOptionValueRel |
fetchByCPInstanceUuid_First(java.lang.String CPInstanceUuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where CPInstanceUuid = ?.
|
CPDefinitionOptionValueRel |
fetchByCPInstanceUuid_Last(java.lang.String CPInstanceUuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where CPInstanceUuid = ?.
|
CPDefinitionOptionValueRel |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where groupId = ?.
|
CPDefinitionOptionValueRel |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where groupId = ?.
|
CPDefinitionOptionValueRel |
fetchByKey_First(java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where key = ?.
|
CPDefinitionOptionValueRel |
fetchByKey_Last(java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where key = ?.
|
CPDefinitionOptionValueRel |
fetchByPrimaryKey(long CPDefinitionOptionValueRelId)
Returns the cp definition option value rel with the primary key or returns
null if it could not be found. |
CPDefinitionOptionValueRel |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionOptionValueRel |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionOptionValueRel |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where uuid = ?.
|
CPDefinitionOptionValueRel |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp definition option value rel where uuid = ? and groupId = ? or returns
null if it could not be found. |
CPDefinitionOptionValueRel |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the cp definition option value rel where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
CPDefinitionOptionValueRel |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where uuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findAll()
Returns all the cp definition option value rels.
|
java.util.List<CPDefinitionOptionValueRel> |
findAll(int start,
int end)
Returns a range of all the cp definition option value rels.
|
java.util.List<CPDefinitionOptionValueRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels.
|
java.util.List<CPDefinitionOptionValueRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels.
|
CPDefinitionOptionValueRel |
findByC_K(long CPDefinitionOptionRelId,
java.lang.String key)
Returns the cp definition option value rel where CPDefinitionOptionRelId = ? and key = ? or throws a
NoSuchCPDefinitionOptionValueRelException if it could not be found. |
CPDefinitionOptionValueRel |
findByCDORI_P_First(long CPDefinitionOptionRelId,
boolean preselected,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ? and preselected = ?.
|
CPDefinitionOptionValueRel |
findByCDORI_P_Last(long CPDefinitionOptionRelId,
boolean preselected,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ? and preselected = ?.
|
CPDefinitionOptionValueRel[] |
findByCDORI_P_PrevAndNext(long CPDefinitionOptionValueRelId,
long CPDefinitionOptionRelId,
boolean preselected,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ? and preselected = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCDORI_P(long CPDefinitionOptionRelId,
boolean preselected)
Returns all the cp definition option value rels where CPDefinitionOptionRelId = ? and preselected = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCDORI_P(long CPDefinitionOptionRelId,
boolean preselected,
int start,
int end)
Returns a range of all the cp definition option value rels where CPDefinitionOptionRelId = ? and preselected = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCDORI_P(long CPDefinitionOptionRelId,
boolean preselected,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where CPDefinitionOptionRelId = ? and preselected = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCDORI_P(long CPDefinitionOptionRelId,
boolean preselected,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where CPDefinitionOptionRelId = ? and preselected = ?.
|
CPDefinitionOptionValueRel |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where companyId = ?.
|
CPDefinitionOptionValueRel |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where companyId = ?.
|
CPDefinitionOptionValueRel[] |
findByCompanyId_PrevAndNext(long CPDefinitionOptionValueRelId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCompanyId(long companyId)
Returns all the cp definition option value rels where companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the cp definition option value rels where companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where companyId = ?.
|
CPDefinitionOptionValueRel |
findByCPDefinitionOptionRelId_First(long CPDefinitionOptionRelId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ?.
|
CPDefinitionOptionValueRel |
findByCPDefinitionOptionRelId_Last(long CPDefinitionOptionRelId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ?.
|
CPDefinitionOptionValueRel[] |
findByCPDefinitionOptionRelId_PrevAndNext(long CPDefinitionOptionValueRelId,
long CPDefinitionOptionRelId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where CPDefinitionOptionRelId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
Returns all the cp definition option value rels where CPDefinitionOptionRelId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId,
int start,
int end)
Returns a range of all the cp definition option value rels where CPDefinitionOptionRelId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where CPDefinitionOptionRelId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where CPDefinitionOptionRelId = ?.
|
CPDefinitionOptionValueRel |
findByCPInstanceUuid_First(java.lang.String CPInstanceUuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where CPInstanceUuid = ?.
|
CPDefinitionOptionValueRel |
findByCPInstanceUuid_Last(java.lang.String CPInstanceUuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where CPInstanceUuid = ?.
|
CPDefinitionOptionValueRel[] |
findByCPInstanceUuid_PrevAndNext(long CPDefinitionOptionValueRelId,
java.lang.String CPInstanceUuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where CPInstanceUuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPInstanceUuid(java.lang.String CPInstanceUuid)
Returns all the cp definition option value rels where CPInstanceUuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPInstanceUuid(java.lang.String CPInstanceUuid,
int start,
int end)
Returns a range of all the cp definition option value rels where CPInstanceUuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPInstanceUuid(java.lang.String CPInstanceUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where CPInstanceUuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByCPInstanceUuid(java.lang.String CPInstanceUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where CPInstanceUuid = ?.
|
CPDefinitionOptionValueRel |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where groupId = ?.
|
CPDefinitionOptionValueRel |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where groupId = ?.
|
CPDefinitionOptionValueRel[] |
findByGroupId_PrevAndNext(long CPDefinitionOptionValueRelId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where groupId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByGroupId(long groupId)
Returns all the cp definition option value rels where groupId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the cp definition option value rels where groupId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where groupId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where groupId = ?.
|
CPDefinitionOptionValueRel |
findByKey_First(java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where key = ?.
|
CPDefinitionOptionValueRel |
findByKey_Last(java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where key = ?.
|
CPDefinitionOptionValueRel[] |
findByKey_PrevAndNext(long CPDefinitionOptionValueRelId,
java.lang.String key,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where key = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByKey(java.lang.String key)
Returns all the cp definition option value rels where key = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByKey(java.lang.String key,
int start,
int end)
Returns a range of all the cp definition option value rels where key = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByKey(java.lang.String key,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where key = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByKey(java.lang.String key,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where key = ?.
|
CPDefinitionOptionValueRel |
findByPrimaryKey(long CPDefinitionOptionValueRelId)
Returns the cp definition option value rel with the primary key or throws a
NoSuchCPDefinitionOptionValueRelException if it could not be found. |
CPDefinitionOptionValueRel |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionOptionValueRel |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionOptionValueRel[] |
findByUuid_C_PrevAndNext(long CPDefinitionOptionValueRelId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the cp definition option value rels where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the cp definition option value rels where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where uuid = ? and companyId = ?.
|
CPDefinitionOptionValueRel |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the first cp definition option value rel in the ordered set where uuid = ?.
|
CPDefinitionOptionValueRel |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp definition option value rel where uuid = ? and groupId = ? or throws a
NoSuchCPDefinitionOptionValueRelException if it could not be found. |
CPDefinitionOptionValueRel |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the last cp definition option value rel in the ordered set where uuid = ?.
|
CPDefinitionOptionValueRel[] |
findByUuid_PrevAndNext(long CPDefinitionOptionValueRelId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns the cp definition option value rels before and after the current cp definition option value rel in the ordered set where uuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid(java.lang.String uuid)
Returns all the cp definition option value rels where uuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the cp definition option value rels where uuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
Returns an ordered range of all the cp definition option value rels where uuid = ?.
|
java.util.List<CPDefinitionOptionValueRel> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition option value rels where uuid = ?.
|
CPDefinitionOptionValueRel |
remove(long CPDefinitionOptionValueRelId)
Removes the cp definition option value rel with the primary key from the database.
|
void |
removeAll()
Removes all the cp definition option value rels from the database.
|
CPDefinitionOptionValueRel |
removeByC_K(long CPDefinitionOptionRelId,
java.lang.String key)
Removes the cp definition option value rel where CPDefinitionOptionRelId = ? and key = ? from the database.
|
void |
removeByCDORI_P(long CPDefinitionOptionRelId,
boolean preselected)
Removes all the cp definition option value rels where CPDefinitionOptionRelId = ? and preselected = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the cp definition option value rels where companyId = ? from the database.
|
void |
removeByCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
Removes all the cp definition option value rels where CPDefinitionOptionRelId = ? from the database.
|
void |
removeByCPInstanceUuid(java.lang.String CPInstanceUuid)
Removes all the cp definition option value rels where CPInstanceUuid = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the cp definition option value rels where groupId = ? from the database.
|
void |
removeByKey(java.lang.String key)
Removes all the cp definition option value rels where key = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the cp definition option value rels where uuid = ? and companyId = ? from the database.
|
CPDefinitionOptionValueRel |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the cp definition option value rel where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the cp definition option value rels where uuid = ? from the database.
|
CPDefinitionOptionValueRel |
updateImpl(CPDefinitionOptionValueRel cpDefinitionOptionValueRel) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<CPDefinitionOptionValueRel> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CPDefinitionOptionValueRel> findByUuid(java.lang.String uuid, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByUuid_PrevAndNext(long CPDefinitionOptionValueRelId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidCPDefinitionOptionValueRel findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPDefinitionOptionValueRelException
NoSuchCPDefinitionOptionValueRelException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPDefinitionOptionValueRelException
uuid
- the uuidgroupId
- the group IDNoSuchCPDefinitionOptionValueRelException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<CPDefinitionOptionValueRel> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CPDefinitionOptionValueRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByUuid_C_PrevAndNext(long CPDefinitionOptionValueRelId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CPDefinitionOptionValueRel> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<CPDefinitionOptionValueRel> findByGroupId(long groupId, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByGroupId_PrevAndNext(long CPDefinitionOptionValueRelId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value relgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<CPDefinitionOptionValueRel> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CPDefinitionOptionValueRel> findByCompanyId(long companyId, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByCompanyId_PrevAndNext(long CPDefinitionOptionValueRelId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value relcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CPDefinitionOptionValueRel> findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
CPDefinitionOptionRelId
- the cp definition option rel IDjava.util.List<CPDefinitionOptionValueRel> findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPDefinitionOptionRelId
- the cp definition option rel IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPDefinitionOptionRelId
- the cp definition option rel IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByCPDefinitionOptionRelId(long CPDefinitionOptionRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPDefinitionOptionRelId
- the cp definition option rel IDstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByCPDefinitionOptionRelId_First(long CPDefinitionOptionRelId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionRelId
- the cp definition option rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCPDefinitionOptionRelId_First(long CPDefinitionOptionRelId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
CPDefinitionOptionRelId
- the cp definition option rel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByCPDefinitionOptionRelId_Last(long CPDefinitionOptionRelId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionRelId
- the cp definition option rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCPDefinitionOptionRelId_Last(long CPDefinitionOptionRelId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
CPDefinitionOptionRelId
- the cp definition option rel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByCPDefinitionOptionRelId_PrevAndNext(long CPDefinitionOptionValueRelId, long CPDefinitionOptionRelId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value relCPDefinitionOptionRelId
- the cp definition option rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
CPDefinitionOptionRelId
- the cp definition option rel IDint countByCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
CPDefinitionOptionRelId
- the cp definition option rel IDjava.util.List<CPDefinitionOptionValueRel> findByCPInstanceUuid(java.lang.String CPInstanceUuid)
CPInstanceUuid
- the cp instance uuidjava.util.List<CPDefinitionOptionValueRel> findByCPInstanceUuid(java.lang.String CPInstanceUuid, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPInstanceUuid
- the cp instance uuidstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByCPInstanceUuid(java.lang.String CPInstanceUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPInstanceUuid
- the cp instance uuidstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByCPInstanceUuid(java.lang.String CPInstanceUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPInstanceUuid
- the cp instance uuidstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByCPInstanceUuid_First(java.lang.String CPInstanceUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPInstanceUuid
- the cp instance uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCPInstanceUuid_First(java.lang.String CPInstanceUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
CPInstanceUuid
- the cp instance uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByCPInstanceUuid_Last(java.lang.String CPInstanceUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPInstanceUuid
- the cp instance uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCPInstanceUuid_Last(java.lang.String CPInstanceUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
CPInstanceUuid
- the cp instance uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByCPInstanceUuid_PrevAndNext(long CPDefinitionOptionValueRelId, java.lang.String CPInstanceUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value relCPInstanceUuid
- the cp instance uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByCPInstanceUuid(java.lang.String CPInstanceUuid)
CPInstanceUuid
- the cp instance uuidint countByCPInstanceUuid(java.lang.String CPInstanceUuid)
CPInstanceUuid
- the cp instance uuidjava.util.List<CPDefinitionOptionValueRel> findByKey(java.lang.String key)
key
- the keyjava.util.List<CPDefinitionOptionValueRel> findByKey(java.lang.String key, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
key
- the keystart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByKey(java.lang.String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
key
- the keystart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByKey(java.lang.String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
key
- the keystart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByKey_First(java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
key
- the keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByKey_First(java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
key
- the keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByKey_Last(java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
key
- the keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByKey_Last(java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
key
- the keyorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByKey_PrevAndNext(long CPDefinitionOptionValueRelId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value relkey
- the keyorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByKey(java.lang.String key)
key
- the keyint countByKey(java.lang.String key)
key
- the keyCPDefinitionOptionValueRel findByC_K(long CPDefinitionOptionRelId, java.lang.String key) throws NoSuchCPDefinitionOptionValueRelException
NoSuchCPDefinitionOptionValueRelException
if it could not be found.CPDefinitionOptionRelId
- the cp definition option rel IDkey
- the keyNoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByC_K(long CPDefinitionOptionRelId, java.lang.String key)
null
if it could not be found. Uses the finder cache.CPDefinitionOptionRelId
- the cp definition option rel IDkey
- the keynull
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByC_K(long CPDefinitionOptionRelId, java.lang.String key, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.CPDefinitionOptionRelId
- the cp definition option rel IDkey
- the keyuseFinderCache
- whether to use the finder cachenull
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel removeByC_K(long CPDefinitionOptionRelId, java.lang.String key) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionRelId
- the cp definition option rel IDkey
- the keyNoSuchCPDefinitionOptionValueRelException
int countByC_K(long CPDefinitionOptionRelId, java.lang.String key)
CPDefinitionOptionRelId
- the cp definition option rel IDkey
- the keyjava.util.List<CPDefinitionOptionValueRel> findByCDORI_P(long CPDefinitionOptionRelId, boolean preselected)
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedjava.util.List<CPDefinitionOptionValueRel> findByCDORI_P(long CPDefinitionOptionRelId, boolean preselected, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findByCDORI_P(long CPDefinitionOptionRelId, boolean preselected, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findByCDORI_P(long CPDefinitionOptionRelId, boolean preselected, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedstart
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionOptionValueRel findByCDORI_P_First(long CPDefinitionOptionRelId, boolean preselected, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCDORI_P_First(long CPDefinitionOptionRelId, boolean preselected, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel findByCDORI_P_Last(long CPDefinitionOptionRelId, boolean preselected, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel fetchByCDORI_P_Last(long CPDefinitionOptionRelId, boolean preselected, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition option value rel could not be foundCPDefinitionOptionValueRel[] findByCDORI_P_PrevAndNext(long CPDefinitionOptionValueRelId, long CPDefinitionOptionRelId, boolean preselected, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the current cp definition option value relCPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundvoid removeByCDORI_P(long CPDefinitionOptionRelId, boolean preselected)
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedint countByCDORI_P(long CPDefinitionOptionRelId, boolean preselected)
CPDefinitionOptionRelId
- the cp definition option rel IDpreselected
- the preselectedvoid cacheResult(CPDefinitionOptionValueRel cpDefinitionOptionValueRel)
cpDefinitionOptionValueRel
- the cp definition option value relvoid cacheResult(java.util.List<CPDefinitionOptionValueRel> cpDefinitionOptionValueRels)
cpDefinitionOptionValueRels
- the cp definition option value relsCPDefinitionOptionValueRel create(long CPDefinitionOptionValueRelId)
CPDefinitionOptionValueRelId
- the primary key for the new cp definition option value relCPDefinitionOptionValueRel remove(long CPDefinitionOptionValueRelId) throws NoSuchCPDefinitionOptionValueRelException
CPDefinitionOptionValueRelId
- the primary key of the cp definition option value relNoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundCPDefinitionOptionValueRel updateImpl(CPDefinitionOptionValueRel cpDefinitionOptionValueRel)
CPDefinitionOptionValueRel findByPrimaryKey(long CPDefinitionOptionValueRelId) throws NoSuchCPDefinitionOptionValueRelException
NoSuchCPDefinitionOptionValueRelException
if it could not be found.CPDefinitionOptionValueRelId
- the primary key of the cp definition option value relNoSuchCPDefinitionOptionValueRelException
- if a cp definition option value rel with the primary key could not be foundCPDefinitionOptionValueRel fetchByPrimaryKey(long CPDefinitionOptionValueRelId)
null
if it could not be found.CPDefinitionOptionValueRelId
- the primary key of the cp definition option value relnull
if a cp definition option value rel with the primary key could not be foundjava.util.List<CPDefinitionOptionValueRel> findAll()
java.util.List<CPDefinitionOptionValueRel> findAll(int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
start
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)java.util.List<CPDefinitionOptionValueRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
start
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionOptionValueRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionOptionValueRel> orderByComparator, boolean useFinderCache)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CPDefinitionOptionValueRelModelImpl
.
start
- the lower bound of the range of cp definition option value relsend
- the upper bound of the range of cp definition option value rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()