Uses of Class
com.liferay.expando.kernel.exception.NoSuchRowException
Packages that use NoSuchRowException
-
Uses of NoSuchRowException in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence that throw NoSuchRowExceptionModifier and TypeMethodDescriptionExpandoRowPersistence.findByClassPK_First
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.static ExpandoRow
ExpandoRowUtil.findByClassPK_First
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_Last
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.static ExpandoRow
ExpandoRowUtil.findByClassPK_Last
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_PrevAndNext
(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.static ExpandoRow[]
ExpandoRowUtil.findByClassPK_PrevAndNext
(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByPrimaryKey
(long rowId) Returns the expando row with the primary key or throws aNoSuchRowException
if it could not be found.static ExpandoRow
ExpandoRowUtil.findByPrimaryKey
(long rowId) Returns the expando row with the primary key or throws aNoSuchRowException
if it could not be found.ExpandoRowPersistence.findByT_C
(long tableId, long classPK) Returns the expando row where tableId = ? and classPK = ? or throws aNoSuchRowException
if it could not be found.static ExpandoRow
ExpandoRowUtil.findByT_C
(long tableId, long classPK) Returns the expando row where tableId = ? and classPK = ? or throws aNoSuchRowException
if it could not be found.ExpandoRowPersistence.findByTableId_First
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.static ExpandoRow
ExpandoRowUtil.findByTableId_First
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_Last
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.static ExpandoRow
ExpandoRowUtil.findByTableId_Last
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_PrevAndNext
(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.static ExpandoRow[]
ExpandoRowUtil.findByTableId_PrevAndNext
(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.ExpandoRowPersistence.remove
(long rowId) Removes the expando row with the primary key from the database.static ExpandoRow
ExpandoRowUtil.remove
(long rowId) Removes the expando row with the primary key from the database.ExpandoRowPersistence.removeByT_C
(long tableId, long classPK) Removes the expando row where tableId = ? and classPK = ? from the database.static ExpandoRow
ExpandoRowUtil.removeByT_C
(long tableId, long classPK) Removes the expando row where tableId = ? and classPK = ? from the database.