Package | Description |
---|---|
com.liferay.expando.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
static ExpandoColumn[] |
ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
|
ExpandoColumn[] |
ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a
NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a
NoSuchColumnException if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.findByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or throws a
NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.findByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or throws a
NoSuchColumnException if it could not be found. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?.
|
static ExpandoColumn[] |
ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
|
ExpandoColumn[] |
ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.
|
static ExpandoColumn |
ExpandoColumnUtil.remove(long columnId)
Removes the expando column with the primary key from the database.
|
ExpandoColumn |
ExpandoColumnPersistence.remove(long columnId)
Removes the expando column with the primary key from the database.
|
static ExpandoColumn |
ExpandoColumnUtil.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database.
|
ExpandoColumn |
ExpandoColumnPersistence.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database.
|