Uses of Class
com.liferay.expando.kernel.exception.NoSuchColumnException
Packages that use NoSuchColumnException
-
Uses of NoSuchColumnException in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence that throw NoSuchColumnExceptionModifier and TypeMethodDescriptionExpandoColumnPersistence.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.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 = ?.ExpandoColumnPersistence.findByPrimaryKey
(long columnId) Returns the expando column with the primary key or throws aNoSuchColumnException
if it could not be found.static ExpandoColumn
ExpandoColumnUtil.findByPrimaryKey
(long columnId) Returns the expando column with the primary key or throws aNoSuchColumnException
if it could not be found.Returns the expando column where tableId = ? and name = ? or throws aNoSuchColumnException
if it could not be found.static ExpandoColumn
Returns the expando column where tableId = ? and name = ? or throws aNoSuchColumnException
if it could not be found.ExpandoColumnPersistence.findByTableId_First
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.static ExpandoColumn
ExpandoColumnUtil.findByTableId_First
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.ExpandoColumnPersistence.findByTableId_Last
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the last 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 = ?.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.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 = ?.ExpandoColumnPersistence.remove
(long columnId) Removes the expando column with the primary key from the database.static ExpandoColumn
ExpandoColumnUtil.remove
(long columnId) Removes the expando column with the primary key from the database.ExpandoColumnPersistence.removeByT_N
(long tableId, String name) Removes the expando column where tableId = ? and name = ? from the database.static ExpandoColumn
ExpandoColumnUtil.removeByT_N
(long tableId, String name) Removes the expando column where tableId = ? and name = ? from the database.