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 aNoSuchColumnExceptionif it could not be found.static ExpandoColumnExpandoColumnUtil.findByPrimaryKey(long columnId) Returns the expando column with the primary key or throws aNoSuchColumnExceptionif it could not be found.Returns the expando column where tableId = ? and name = ? or throws aNoSuchColumnExceptionif it could not be found.static ExpandoColumnReturns the expando column where tableId = ? and name = ? or throws aNoSuchColumnExceptionif 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 ExpandoColumnExpandoColumnUtil.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 ExpandoColumnExpandoColumnUtil.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 ExpandoColumnExpandoColumnUtil.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 ExpandoColumnExpandoColumnUtil.removeByT_N(long tableId, String name) Removes the expando column where tableId = ? and name = ? from the database.