|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchColumnException | |
|---|---|
| com.liferay.portlet.expando.service.persistence | |
| com.liferay.portlet.expando.service.persistence.impl | |
| Uses of NoSuchColumnException in com.liferay.portlet.expando.service.persistence |
|---|
| Methods in com.liferay.portlet.expando.service.persistence that throw NoSuchColumnException | |
|---|---|
static ExpandoColumn[] |
ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
ExpandoColumn[] |
ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistence.findByPrimaryKey(long columnId)
Returns 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)
Returns 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)
Returns 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<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
static ExpandoColumn[] |
ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns 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<ExpandoColumn> orderByComparator)
Returns 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. |
static ExpandoColumn |
ExpandoColumnUtil.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database. |
ExpandoColumn |
ExpandoColumnPersistence.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database. |
| Uses of NoSuchColumnException in com.liferay.portlet.expando.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.expando.service.persistence.impl that throw NoSuchColumnException | |
|---|---|
ExpandoColumn[] |
ExpandoColumnPersistenceImpl.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.findByPrimaryKey(long columnId)
Returns the expando column with the primary key or throws a NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the expando column with the primary key or throws a NoSuchModelException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.findByT_N(long tableId,
String name)
Returns the expando column where tableId = ? and name = ? or throws a NoSuchColumnException if it could not be found. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn[] |
ExpandoColumnPersistenceImpl.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.remove(long columnId)
Removes the expando column with the primary key from the database. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.remove(Serializable primaryKey)
Removes the expando column with the primary key from the database. |
ExpandoColumn |
ExpandoColumnPersistenceImpl.removeByT_N(long tableId,
String name)
Removes the expando column where tableId = ? and name = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||