Liferay 6.2.0

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

Packages that use NoSuchTableException
com.liferay.portlet.expando.service.persistence   
 

Uses of NoSuchTableException in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence that throw NoSuchTableException
static ExpandoTable ExpandoTableUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
abstract  ExpandoTable ExpandoTablePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable ExpandoTableUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
abstract  ExpandoTable ExpandoTablePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable ExpandoTableUtil.findByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found.
abstract  ExpandoTable ExpandoTablePersistence.findByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found.
static ExpandoTable[] ExpandoTableUtil.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
abstract  ExpandoTable[] ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable ExpandoTableUtil.findByPrimaryKey(long tableId)
          Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found.
abstract  ExpandoTable ExpandoTablePersistence.findByPrimaryKey(long tableId)
          Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found.
static ExpandoTable ExpandoTableUtil.remove(long tableId)
          Removes the expando table with the primary key from the database.
abstract  ExpandoTable ExpandoTablePersistence.remove(long tableId)
          Removes the expando table with the primary key from the database.
static ExpandoTable ExpandoTableUtil.removeByC_C_N(long companyId, long classNameId, String name)
          Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
abstract  ExpandoTable ExpandoTablePersistence.removeByC_C_N(long companyId, long classNameId, String name)
          Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
 


Liferay 6.2.0