@ProviderType public interface CPDefinitionSpecificationOptionValuePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPDefinitionSpecificationOptionValue>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPDefinitionSpecificationOptionValue>
Caching information and settings can be found in portal.properties
CPDefinitionSpecificationOptionValueUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
Caches the cp definition specification option value in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CPDefinitionSpecificationOptionValue> cpDefinitionSpecificationOptionValues)
Caches the cp definition specification option values in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of cp definition specification option values.
|
int |
countByC_COC(long CPDefinitionId,
long CPOptionCategoryId)
Returns the number of cp definition specification option values where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
int |
countByC_CSO(long CPDefinitionId,
long CPSpecificationOptionId)
Returns the number of cp definition specification option values where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
int |
countByC_CSOVI(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId)
Returns the number of cp definition specification option values where CPDefinitionSpecificationOptionValueId = ? and CPDefinitionId = ?.
|
int |
countByC_K(long CPDefinitionId,
java.lang.String key)
Returns the number of cp definition specification option values where CPDefinitionId = ? and key = ?.
|
int |
countByCPDefinitionId(long CPDefinitionId)
Returns the number of cp definition specification option values where CPDefinitionId = ?.
|
int |
countByCPOptionCategoryId(long CPOptionCategoryId)
Returns the number of cp definition specification option values where CPOptionCategoryId = ?.
|
int |
countByCPSpecificationOptionId(long CPSpecificationOptionId)
Returns the number of cp definition specification option values where CPSpecificationOptionId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of cp definition specification option values where groupId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of cp definition specification option values where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of cp definition specification option values where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of cp definition specification option values where uuid = ?.
|
CPDefinitionSpecificationOptionValue |
create(long CPDefinitionSpecificationOptionValueId)
Creates a new cp definition specification option value with the primary key.
|
CPDefinitionSpecificationOptionValue |
fetchByC_COC_First(long CPDefinitionId,
long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByC_COC_Last(long CPDefinitionId,
long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByC_CSO_First(long CPDefinitionId,
long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByC_CSO_Last(long CPDefinitionId,
long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByC_CSOVI(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId)
Returns the cp definition specification option value where CPDefinitionSpecificationOptionValueId = ? and CPDefinitionId = ? or returns
null if it could not be found. |
CPDefinitionSpecificationOptionValue |
fetchByC_CSOVI(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId,
boolean useFinderCache)
Returns the cp definition specification option value where CPDefinitionSpecificationOptionValueId = ? and CPDefinitionId = ? or returns
null if it could not be found, optionally using the finder cache. |
CPDefinitionSpecificationOptionValue |
fetchByC_K(long CPDefinitionId,
java.lang.String key)
Returns the cp definition specification option value where CPDefinitionId = ? and key = ? or returns
null if it could not be found. |
CPDefinitionSpecificationOptionValue |
fetchByC_K(long CPDefinitionId,
java.lang.String key,
boolean useFinderCache)
Returns the cp definition specification option value where CPDefinitionId = ? and key = ? or returns
null if it could not be found, optionally using the finder cache. |
CPDefinitionSpecificationOptionValue |
fetchByCPDefinitionId_First(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPDefinitionId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByCPDefinitionId_Last(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPDefinitionId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByCPOptionCategoryId_First(long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByCPOptionCategoryId_Last(long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByCPSpecificationOptionId_First(long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByCPSpecificationOptionId_Last(long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where groupId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where groupId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByPrimaryKey(long CPDefinitionSpecificationOptionValueId)
Returns the cp definition specification option value with the primary key or returns
null if it could not be found. |
CPDefinitionSpecificationOptionValue |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where uuid = ?.
|
CPDefinitionSpecificationOptionValue |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp definition specification option value where uuid = ? and groupId = ? or returns
null if it could not be found. |
CPDefinitionSpecificationOptionValue |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the cp definition specification option value where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
CPDefinitionSpecificationOptionValue |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where uuid = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findAll()
Returns all the cp definition specification option values.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findAll(int start,
int end)
Returns a range of all the cp definition specification option values.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values.
|
CPDefinitionSpecificationOptionValue |
findByC_COC_First(long CPDefinitionId,
long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
findByC_COC_Last(long CPDefinitionId,
long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByC_COC_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId,
long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_COC(long CPDefinitionId,
long CPOptionCategoryId)
Returns all the cp definition specification option values where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_COC(long CPDefinitionId,
long CPOptionCategoryId,
int start,
int end)
Returns a range of all the cp definition specification option values where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_COC(long CPDefinitionId,
long CPOptionCategoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_COC(long CPDefinitionId,
long CPOptionCategoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where CPDefinitionId = ? and CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
findByC_CSO_First(long CPDefinitionId,
long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
findByC_CSO_Last(long CPDefinitionId,
long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByC_CSO_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId,
long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_CSO(long CPDefinitionId,
long CPSpecificationOptionId)
Returns all the cp definition specification option values where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_CSO(long CPDefinitionId,
long CPSpecificationOptionId,
int start,
int end)
Returns a range of all the cp definition specification option values where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_CSO(long CPDefinitionId,
long CPSpecificationOptionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByC_CSO(long CPDefinitionId,
long CPSpecificationOptionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where CPDefinitionId = ? and CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
findByC_CSOVI(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId)
Returns the cp definition specification option value where CPDefinitionSpecificationOptionValueId = ? and CPDefinitionId = ? or throws a
NoSuchCPDefinitionSpecificationOptionValueException if it could not be found. |
CPDefinitionSpecificationOptionValue |
findByC_K(long CPDefinitionId,
java.lang.String key)
Returns the cp definition specification option value where CPDefinitionId = ? and key = ? or throws a
NoSuchCPDefinitionSpecificationOptionValueException if it could not be found. |
CPDefinitionSpecificationOptionValue |
findByCPDefinitionId_First(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPDefinitionId = ?.
|
CPDefinitionSpecificationOptionValue |
findByCPDefinitionId_Last(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPDefinitionId = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByCPDefinitionId_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where CPDefinitionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPDefinitionId(long CPDefinitionId)
Returns all the cp definition specification option values where CPDefinitionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPDefinitionId(long CPDefinitionId,
int start,
int end)
Returns a range of all the cp definition specification option values where CPDefinitionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPDefinitionId(long CPDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where CPDefinitionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPDefinitionId(long CPDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where CPDefinitionId = ?.
|
CPDefinitionSpecificationOptionValue |
findByCPOptionCategoryId_First(long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
findByCPOptionCategoryId_Last(long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByCPOptionCategoryId_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
long CPOptionCategoryId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPOptionCategoryId(long CPOptionCategoryId)
Returns all the cp definition specification option values where CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPOptionCategoryId(long CPOptionCategoryId,
int start,
int end)
Returns a range of all the cp definition specification option values where CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPOptionCategoryId(long CPOptionCategoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where CPOptionCategoryId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPOptionCategoryId(long CPOptionCategoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where CPOptionCategoryId = ?.
|
CPDefinitionSpecificationOptionValue |
findByCPSpecificationOptionId_First(long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
findByCPSpecificationOptionId_Last(long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByCPSpecificationOptionId_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
long CPSpecificationOptionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPSpecificationOptionId(long CPSpecificationOptionId)
Returns all the cp definition specification option values where CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPSpecificationOptionId(long CPSpecificationOptionId,
int start,
int end)
Returns a range of all the cp definition specification option values where CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPSpecificationOptionId(long CPSpecificationOptionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where CPSpecificationOptionId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByCPSpecificationOptionId(long CPSpecificationOptionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where CPSpecificationOptionId = ?.
|
CPDefinitionSpecificationOptionValue |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where groupId = ?.
|
CPDefinitionSpecificationOptionValue |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where groupId = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByGroupId_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where groupId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByGroupId(long groupId)
Returns all the cp definition specification option values where groupId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the cp definition specification option values where groupId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where groupId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where groupId = ?.
|
CPDefinitionSpecificationOptionValue |
findByPrimaryKey(long CPDefinitionSpecificationOptionValueId)
Returns the cp definition specification option value with the primary key or throws a
NoSuchCPDefinitionSpecificationOptionValueException if it could not be found. |
CPDefinitionSpecificationOptionValue |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionSpecificationOptionValue |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByUuid_C_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the cp definition specification option values where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the cp definition specification option values where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where uuid = ? and companyId = ?.
|
CPDefinitionSpecificationOptionValue |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the first cp definition specification option value in the ordered set where uuid = ?.
|
CPDefinitionSpecificationOptionValue |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp definition specification option value where uuid = ? and groupId = ? or throws a
NoSuchCPDefinitionSpecificationOptionValueException if it could not be found. |
CPDefinitionSpecificationOptionValue |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the last cp definition specification option value in the ordered set where uuid = ?.
|
CPDefinitionSpecificationOptionValue[] |
findByUuid_PrevAndNext(long CPDefinitionSpecificationOptionValueId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns the cp definition specification option values before and after the current cp definition specification option value in the ordered set where uuid = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid(java.lang.String uuid)
Returns all the cp definition specification option values where uuid = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the cp definition specification option values where uuid = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
Returns an ordered range of all the cp definition specification option values where uuid = ?.
|
java.util.List<CPDefinitionSpecificationOptionValue> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition specification option values where uuid = ?.
|
CPDefinitionSpecificationOptionValue |
remove(long CPDefinitionSpecificationOptionValueId)
Removes the cp definition specification option value with the primary key from the database.
|
void |
removeAll()
Removes all the cp definition specification option values from the database.
|
void |
removeByC_COC(long CPDefinitionId,
long CPOptionCategoryId)
Removes all the cp definition specification option values where CPDefinitionId = ? and CPOptionCategoryId = ? from the database.
|
void |
removeByC_CSO(long CPDefinitionId,
long CPSpecificationOptionId)
Removes all the cp definition specification option values where CPDefinitionId = ? and CPSpecificationOptionId = ? from the database.
|
CPDefinitionSpecificationOptionValue |
removeByC_CSOVI(long CPDefinitionSpecificationOptionValueId,
long CPDefinitionId)
Removes the cp definition specification option value where CPDefinitionSpecificationOptionValueId = ? and CPDefinitionId = ? from the database.
|
CPDefinitionSpecificationOptionValue |
removeByC_K(long CPDefinitionId,
java.lang.String key)
Removes the cp definition specification option value where CPDefinitionId = ? and key = ? from the database.
|
void |
removeByCPDefinitionId(long CPDefinitionId)
Removes all the cp definition specification option values where CPDefinitionId = ? from the database.
|
void |
removeByCPOptionCategoryId(long CPOptionCategoryId)
Removes all the cp definition specification option values where CPOptionCategoryId = ? from the database.
|
void |
removeByCPSpecificationOptionId(long CPSpecificationOptionId)
Removes all the cp definition specification option values where CPSpecificationOptionId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the cp definition specification option values where groupId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the cp definition specification option values where uuid = ? and companyId = ? from the database.
|
CPDefinitionSpecificationOptionValue |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the cp definition specification option value where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the cp definition specification option values where uuid = ? from the database.
|
CPDefinitionSpecificationOptionValue |
updateImpl(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) |
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<CPDefinitionSpecificationOptionValue> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByUuid_PrevAndNext(long CPDefinitionSpecificationOptionValueId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valueuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidCPDefinitionSpecificationOptionValue findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPDefinitionSpecificationOptionValueException
NoSuchCPDefinitionSpecificationOptionValueException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue 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 specification option value could not be foundCPDefinitionSpecificationOptionValue 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 specification option value could not be foundCPDefinitionSpecificationOptionValue removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPDefinitionSpecificationOptionValueException
uuid
- the uuidgroupId
- the group IDNoSuchCPDefinitionSpecificationOptionValueException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<CPDefinitionSpecificationOptionValue> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByUuid_C_PrevAndNext(long CPDefinitionSpecificationOptionValueId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valueuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value 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<CPDefinitionSpecificationOptionValue> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByGroupId_PrevAndNext(long CPDefinitionSpecificationOptionValueId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valuegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<CPDefinitionSpecificationOptionValue> findByCPDefinitionId(long CPDefinitionId)
CPDefinitionId
- the cp definition IDjava.util.List<CPDefinitionSpecificationOptionValue> findByCPDefinitionId(long CPDefinitionId, 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByCPDefinitionId_PrevAndNext(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valueCPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundvoid removeByCPDefinitionId(long CPDefinitionId)
CPDefinitionId
- the cp definition IDint countByCPDefinitionId(long CPDefinitionId)
CPDefinitionId
- the cp definition IDjava.util.List<CPDefinitionSpecificationOptionValue> findByCPSpecificationOptionId(long CPSpecificationOptionId)
CPSpecificationOptionId
- the cp specification option IDjava.util.List<CPDefinitionSpecificationOptionValue> findByCPSpecificationOptionId(long CPSpecificationOptionId, 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPSpecificationOptionId
- the cp specification option IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByCPSpecificationOptionId(long CPSpecificationOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPSpecificationOptionId
- the cp specification option IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByCPSpecificationOptionId(long CPSpecificationOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPSpecificationOptionId
- the cp specification option IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByCPSpecificationOptionId_First(long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByCPSpecificationOptionId_First(long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByCPSpecificationOptionId_Last(long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByCPSpecificationOptionId_Last(long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByCPSpecificationOptionId_PrevAndNext(long CPDefinitionSpecificationOptionValueId, long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valueCPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundvoid removeByCPSpecificationOptionId(long CPSpecificationOptionId)
CPSpecificationOptionId
- the cp specification option IDint countByCPSpecificationOptionId(long CPSpecificationOptionId)
CPSpecificationOptionId
- the cp specification option IDjava.util.List<CPDefinitionSpecificationOptionValue> findByCPOptionCategoryId(long CPOptionCategoryId)
CPOptionCategoryId
- the cp option category IDjava.util.List<CPDefinitionSpecificationOptionValue> findByCPOptionCategoryId(long CPOptionCategoryId, 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPOptionCategoryId
- the cp option category IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByCPOptionCategoryId(long CPOptionCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPOptionCategoryId
- the cp option category IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByCPOptionCategoryId(long CPOptionCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPOptionCategoryId
- the cp option category IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByCPOptionCategoryId_First(long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByCPOptionCategoryId_First(long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByCPOptionCategoryId_Last(long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByCPOptionCategoryId_Last(long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByCPOptionCategoryId_PrevAndNext(long CPDefinitionSpecificationOptionValueId, long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valueCPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundvoid removeByCPOptionCategoryId(long CPOptionCategoryId)
CPOptionCategoryId
- the cp option category IDint countByCPOptionCategoryId(long CPOptionCategoryId)
CPOptionCategoryId
- the cp option category IDCPDefinitionSpecificationOptionValue findByC_CSOVI(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId) throws NoSuchCPDefinitionSpecificationOptionValueException
NoSuchCPDefinitionSpecificationOptionValueException
if it could not be found.CPDefinitionSpecificationOptionValueId
- the cp definition specification option value IDCPDefinitionId
- the cp definition IDNoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_CSOVI(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId)
null
if it could not be found. Uses the finder cache.CPDefinitionSpecificationOptionValueId
- the cp definition specification option value IDCPDefinitionId
- the cp definition IDnull
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_CSOVI(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.CPDefinitionSpecificationOptionValueId
- the cp definition specification option value IDCPDefinitionId
- the cp definition IDuseFinderCache
- whether to use the finder cachenull
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue removeByC_CSOVI(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the cp definition specification option value IDCPDefinitionId
- the cp definition IDNoSuchCPDefinitionSpecificationOptionValueException
int countByC_CSOVI(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId)
CPDefinitionSpecificationOptionValueId
- the cp definition specification option value IDCPDefinitionId
- the cp definition IDjava.util.List<CPDefinitionSpecificationOptionValue> findByC_CSO(long CPDefinitionId, long CPSpecificationOptionId)
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDjava.util.List<CPDefinitionSpecificationOptionValue> findByC_CSO(long CPDefinitionId, long CPSpecificationOptionId, 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByC_CSO(long CPDefinitionId, long CPSpecificationOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByC_CSO(long CPDefinitionId, long CPSpecificationOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByC_CSO_First(long CPDefinitionId, long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_CSO_First(long CPDefinitionId, long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByC_CSO_Last(long CPDefinitionId, long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_CSO_Last(long CPDefinitionId, long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByC_CSO_PrevAndNext(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId, long CPSpecificationOptionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valueCPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundvoid removeByC_CSO(long CPDefinitionId, long CPSpecificationOptionId)
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDint countByC_CSO(long CPDefinitionId, long CPSpecificationOptionId)
CPDefinitionId
- the cp definition IDCPSpecificationOptionId
- the cp specification option IDjava.util.List<CPDefinitionSpecificationOptionValue> findByC_COC(long CPDefinitionId, long CPOptionCategoryId)
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDjava.util.List<CPDefinitionSpecificationOptionValue> findByC_COC(long CPDefinitionId, long CPOptionCategoryId, 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findByC_COC(long CPDefinitionId, long CPOptionCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findByC_COC(long CPDefinitionId, long CPOptionCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDstart
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionSpecificationOptionValue findByC_COC_First(long CPDefinitionId, long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_COC_First(long CPDefinitionId, long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue findByC_COC_Last(long CPDefinitionId, long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_COC_Last(long CPDefinitionId, long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator)
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue[] findByC_COC_PrevAndNext(long CPDefinitionSpecificationOptionValueId, long CPDefinitionId, long CPOptionCategoryId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> orderByComparator) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the current cp definition specification option valueCPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundvoid removeByC_COC(long CPDefinitionId, long CPOptionCategoryId)
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDint countByC_COC(long CPDefinitionId, long CPOptionCategoryId)
CPDefinitionId
- the cp definition IDCPOptionCategoryId
- the cp option category IDCPDefinitionSpecificationOptionValue findByC_K(long CPDefinitionId, java.lang.String key) throws NoSuchCPDefinitionSpecificationOptionValueException
NoSuchCPDefinitionSpecificationOptionValueException
if it could not be found.CPDefinitionId
- the cp definition IDkey
- the keyNoSuchCPDefinitionSpecificationOptionValueException
- if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_K(long CPDefinitionId, java.lang.String key)
null
if it could not be found. Uses the finder cache.CPDefinitionId
- the cp definition IDkey
- the keynull
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue fetchByC_K(long CPDefinitionId, java.lang.String key, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.CPDefinitionId
- the cp definition IDkey
- the keyuseFinderCache
- whether to use the finder cachenull
if a matching cp definition specification option value could not be foundCPDefinitionSpecificationOptionValue removeByC_K(long CPDefinitionId, java.lang.String key) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionId
- the cp definition IDkey
- the keyNoSuchCPDefinitionSpecificationOptionValueException
int countByC_K(long CPDefinitionId, java.lang.String key)
CPDefinitionId
- the cp definition IDkey
- the keyvoid cacheResult(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
cpDefinitionSpecificationOptionValue
- the cp definition specification option valuevoid cacheResult(java.util.List<CPDefinitionSpecificationOptionValue> cpDefinitionSpecificationOptionValues)
cpDefinitionSpecificationOptionValues
- the cp definition specification option valuesCPDefinitionSpecificationOptionValue create(long CPDefinitionSpecificationOptionValueId)
CPDefinitionSpecificationOptionValueId
- the primary key for the new cp definition specification option valueCPDefinitionSpecificationOptionValue remove(long CPDefinitionSpecificationOptionValueId) throws NoSuchCPDefinitionSpecificationOptionValueException
CPDefinitionSpecificationOptionValueId
- the primary key of the cp definition specification option valueNoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundCPDefinitionSpecificationOptionValue updateImpl(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
CPDefinitionSpecificationOptionValue findByPrimaryKey(long CPDefinitionSpecificationOptionValueId) throws NoSuchCPDefinitionSpecificationOptionValueException
NoSuchCPDefinitionSpecificationOptionValueException
if it could not be found.CPDefinitionSpecificationOptionValueId
- the primary key of the cp definition specification option valueNoSuchCPDefinitionSpecificationOptionValueException
- if a cp definition specification option value with the primary key could not be foundCPDefinitionSpecificationOptionValue fetchByPrimaryKey(long CPDefinitionSpecificationOptionValueId)
null
if it could not be found.CPDefinitionSpecificationOptionValueId
- the primary key of the cp definition specification option valuenull
if a cp definition specification option value with the primary key could not be foundjava.util.List<CPDefinitionSpecificationOptionValue> findAll()
java.util.List<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
start
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)java.util.List<CPDefinitionSpecificationOptionValue> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
start
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionSpecificationOptionValue> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionSpecificationOptionValue> 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 CPDefinitionSpecificationOptionValueModelImpl
.
start
- the lower bound of the range of cp definition specification option valuesend
- the upper bound of the range of cp definition specification option values (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()