|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Finds the first expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Finds the first expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistenceImpl.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Finds the first expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Finds the last expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Finds the last expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistenceImpl.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Finds the last expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_N(long companyId,
long classNameId,
String name)
Finds the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_N(long companyId,
long classNameId,
String name)
Finds 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)
Finds 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)
Finds the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable[] |
ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Finds 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)
Finds the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoTable |
ExpandoTableUtil.findByPrimaryKey(long tableId)
Finds the expando table with the primary key or throws a NoSuchTableException if it could not be found. |
ExpandoTable |
ExpandoTablePersistence.findByPrimaryKey(long tableId)
Finds the expando table with the primary key or throws a NoSuchTableException if it could not be found. |
ExpandoTable |
ExpandoTablePersistenceImpl.findByPrimaryKey(long tableId)
Finds 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. |
ExpandoTable |
ExpandoTablePersistence.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. |
static void |
ExpandoTableUtil.removeByC_C_N(long companyId,
long classNameId,
String name)
Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database. |
void |
ExpandoTablePersistence.removeByC_C_N(long companyId,
long classNameId,
String name)
Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database. |
void |
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.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |