Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.expando.NoSuchColumnException

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
 ExpandoColumn[] ExpandoColumnPersistence.filterFindByT_N_PrevAndNext(long columnId, long tableId, String name, 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 = ? and name = ?.
static ExpandoColumn[] ExpandoColumnUtil.filterFindByT_N_PrevAndNext(long columnId, long tableId, String name, 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 = ? and name = ?.
 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.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.findByPrimaryKey(long columnId)
          Returns the expando column with the primary key or throws a NoSuchColumnException if it could not be found.
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.findByT_N_First(long tableId, String name, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn ExpandoColumnUtil.findByT_N_First(long tableId, String name, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ? and name = ?.
 ExpandoColumn ExpandoColumnPersistence.findByT_N_Last(long tableId, String name, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn ExpandoColumnUtil.findByT_N_Last(long tableId, String name, OrderByComparator orderByComparator)
          Returns the last expando column in the ordered set where tableId = ? and name = ?.
 ExpandoColumn[] ExpandoColumnPersistence.findByT_N_PrevAndNext(long columnId, long tableId, String name, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ? and name = ?.
static ExpandoColumn[] ExpandoColumnUtil.findByT_N_PrevAndNext(long columnId, long tableId, String name, OrderByComparator orderByComparator)
          Returns the expando columns before and after the current expando column in the ordered set where tableId = ? and name = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando column in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last 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.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.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.
 


Liferay 6.1.2-ce-ga3