Uses of Class
com.liferay.expando.kernel.exception.NoSuchTableException
Packages that use NoSuchTableException
-
Uses of NoSuchTableException in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence that throw NoSuchTableExceptionModifier and TypeMethodDescriptionExpandoTablePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTableExpandoTableUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTableExpandoTableUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C_N(long companyId, long classNameId, String name) Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws aNoSuchTableExceptionif it could not be found.static ExpandoTableExpandoTableUtil.findByC_C_N(long companyId, long classNameId, String name) Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws aNoSuchTableExceptionif it could not be found.ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator<ExpandoTable> 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<ExpandoTable> orderByComparator) Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByPrimaryKey(long tableId) Returns the expando table with the primary key or throws aNoSuchTableExceptionif it could not be found.static ExpandoTableExpandoTableUtil.findByPrimaryKey(long tableId) Returns the expando table with the primary key or throws aNoSuchTableExceptionif it could not be found.ExpandoTablePersistence.remove(long tableId) Removes the expando table with the primary key from the database.static ExpandoTableExpandoTableUtil.remove(long tableId) Removes the expando table with the primary key from the database.ExpandoTablePersistence.removeByC_C_N(long companyId, long classNameId, String name) Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.static ExpandoTableExpandoTableUtil.removeByC_C_N(long companyId, long classNameId, String name) Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.