Package | Description |
---|---|
com.liferay.expando.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
ExpandoValue |
ExpandoValuePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByC_R(long columnId,
long rowId)
Returns the expando value where columnId = ? and rowId = ? or throws a
NoSuchValueException if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.findByC_R(long columnId,
long rowId)
Returns the expando value where columnId = ? and rowId = ? or throws a
NoSuchValueException if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.findByColumnId_First(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where columnId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByColumnId_First(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where columnId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByColumnId_Last(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where columnId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByColumnId_Last(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where columnId = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where columnId = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where columnId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByPrimaryKey(long valueId)
Returns the expando value with the primary key or throws a
NoSuchValueException if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.findByPrimaryKey(long valueId)
Returns the expando value with the primary key or throws a
NoSuchValueException if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.findByRowId_First(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where rowId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByRowId_First(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where rowId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByRowId_Last(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where rowId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByRowId_Last(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where rowId = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where rowId = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByRowId_PrevAndNext(long valueId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where rowId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_C_C(long tableId,
long columnId,
long classPK)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or throws a
NoSuchValueException if it could not be found. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_C(long tableId,
long columnId,
long classPK)
Returns the expando value where tableId = ? and columnId = ? and classPK = ? or throws a
NoSuchValueException if it could not be found. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_C_First(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_C_First(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_C_Last(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_C_Last(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_CPK_First(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_CPK_First(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_CPK_Last(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_CPK_Last(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_R_First(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_R_First(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByT_R_Last(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByT_R_Last(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByTableId_First(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ?.
|
ExpandoValue |
ExpandoValuePersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ?.
|
static ExpandoValue |
ExpandoValueUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ?.
|
ExpandoValue[] |
ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId,
long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ?.
|
static ExpandoValue[] |
ExpandoValueUtil.findByTableId_PrevAndNext(long valueId,
long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ?.
|
ExpandoValue |
ExpandoValuePersistence.remove(long valueId)
Removes the expando value with the primary key from the database.
|
static ExpandoValue |
ExpandoValueUtil.remove(long valueId)
Removes the expando value with the primary key from the database.
|
ExpandoValue |
ExpandoValuePersistence.removeByC_R(long columnId,
long rowId)
Removes the expando value where columnId = ? and rowId = ? from the database.
|
static ExpandoValue |
ExpandoValueUtil.removeByC_R(long columnId,
long rowId)
Removes the expando value where columnId = ? and rowId = ? from the database.
|
ExpandoValue |
ExpandoValuePersistence.removeByT_C_C(long tableId,
long columnId,
long classPK)
Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database.
|
static ExpandoValue |
ExpandoValueUtil.removeByT_C_C(long tableId,
long columnId,
long classPK)
Removes the expando value where tableId = ? and columnId = ? and classPK = ? from the database.
|