Liferay 6.1.2-ce-ga3

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
 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_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 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_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 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_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.
 ExpandoTable ExpandoTablePersistenceImpl.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.
 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.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 = ?.
 ExpandoTable[] ExpandoTablePersistenceImpl.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 = ?.
 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.findByPrimaryKey(long tableId)
          Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.findByPrimaryKey(long tableId)
          Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found.
 ExpandoTable ExpandoTablePersistence.remove(long tableId)
          Removes the expando table with the primary key from the database.
static ExpandoTable ExpandoTableUtil.remove(long tableId)
          Removes the expando table with the primary key from the database.
 ExpandoTable ExpandoTablePersistenceImpl.remove(long tableId)
          Removes the expando table with the primary key from the database.
 ExpandoTable ExpandoTablePersistenceImpl.remove(Serializable primaryKey)
          Removes the expando table with the primary key from the database.
 ExpandoTable ExpandoTablePersistence.removeByC_C_N(long companyId, long classNameId, String name)
          Removes the expando table where companyId = ? and classNameId = ? and name = ? 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.
 ExpandoTable ExpandoTablePersistenceImpl.removeByC_C_N(long companyId, long classNameId, String name)
          Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
 


Liferay 6.1.2-ce-ga3