Package | Description |
---|---|
com.liferay.expando.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
ExpandoTable |
ExpandoTablePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
|
static ExpandoTable |
ExpandoTableUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
|
ExpandoTable |
ExpandoTablePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
|
static ExpandoTable |
ExpandoTableUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
|
ExpandoTable |
ExpandoTablePersistence.findByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a
NoSuchTableException if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_N(long companyId,
long classNameId,
String name)
Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a
NoSuchTableException if it could not be found. |
ExpandoTable[] |
ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId,
long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
|
static ExpandoTable[] |
ExpandoTableUtil.findByC_C_PrevAndNext(long tableId,
long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
|
ExpandoTable |
ExpandoTablePersistence.findByPrimaryKey(long tableId)
Returns the expando table with the primary key or throws a
NoSuchTableException if it could not be found. |
static ExpandoTable |
ExpandoTableUtil.findByPrimaryKey(long tableId)
Returns the expando table with the primary key or throws a
NoSuchTableException if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.remove(long tableId)
Removes the expando table with the primary key from the database.
|
static ExpandoTable |
ExpandoTableUtil.remove(long tableId)
Removes the expando table with the primary key from the database.
|
ExpandoTable |
ExpandoTablePersistence.removeByC_C_N(long companyId,
long classNameId,
String name)
Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
|
static ExpandoTable |
ExpandoTableUtil.removeByC_C_N(long companyId,
long classNameId,
String name)
Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
|