|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchColumnException | |
---|---|
com.liferay.portlet.expando.service.persistence |
Uses of NoSuchColumnException in com.liferay.portlet.expando.service.persistence |
---|
Methods in com.liferay.portlet.expando.service.persistence that throw NoSuchColumnException | |
---|---|
static ExpandoColumn[] |
ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator 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 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 orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_First(long tableId,
OrderByComparator orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_Last(long tableId,
OrderByComparator orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
static ExpandoColumn[] |
ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator 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 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. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |