Liferay 6.0.5

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
static ExpandoColumn ExpandoColumnUtil.findByPrimaryKey(long columnId)
          Finds the expando column with the primary key or throws a NoSuchColumnException if it could not be found.
 ExpandoColumn ExpandoColumnPersistence.findByPrimaryKey(long columnId)
          Finds the expando column with the primary key or throws a NoSuchColumnException if it could not be found.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByPrimaryKey(long columnId)
          Finds 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)
          Finds 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)
          Finds the expando column where tableId = ? and name = ? or throws a NoSuchColumnException if it could not be found.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByT_N(long tableId, String name)
          Finds 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)
          Finds the first expando column in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Finds the first expando column in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Finds the first expando column in the ordered set where tableId = ?.
static ExpandoColumn ExpandoColumnUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Finds the last expando column in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Finds the last expando column in the ordered set where tableId = ?.
 ExpandoColumn ExpandoColumnPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Finds the last expando column in the ordered set where tableId = ?.
static ExpandoColumn[] ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the expando columns before and after the current expando column in the ordered set where tableId = ?.
 ExpandoColumn[] ExpandoColumnPersistenceImpl.findByTableId_PrevAndNext(long columnId, long tableId, OrderByComparator orderByComparator)
          Finds 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.
 ExpandoColumn ExpandoColumnPersistenceImpl.remove(long columnId)
          Removes the expando column with the primary key from the database.
static void ExpandoColumnUtil.removeByT_N(long tableId, String name)
          Removes the expando column where tableId = ? and name = ? from the database.
 void ExpandoColumnPersistence.removeByT_N(long tableId, String name)
          Removes the expando column where tableId = ? and name = ? from the database.
 void ExpandoColumnPersistenceImpl.removeByT_N(long tableId, String name)
          Removes the expando column where tableId = ? and name = ? from the database.
 


Liferay 6.0.5