Liferay 6.0.3

Uses of Class
com.liferay.portlet.expando.NoSuchRowException

Packages that use NoSuchRowException
com.liferay.portlet.expando.service.persistence   
 

Uses of NoSuchRowException in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence that throw NoSuchRowException
static ExpandoRow ExpandoRowUtil.findByPrimaryKey(long rowId)
           
 ExpandoRow ExpandoRowPersistence.findByPrimaryKey(long rowId)
           
 ExpandoRow ExpandoRowPersistenceImpl.findByPrimaryKey(long rowId)
           
static ExpandoRow ExpandoRowUtil.findByT_C(long tableId, long classPK)
           
 ExpandoRow ExpandoRowPersistence.findByT_C(long tableId, long classPK)
           
 ExpandoRow ExpandoRowPersistenceImpl.findByT_C(long tableId, long classPK)
           
static ExpandoRow ExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
 ExpandoRow ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_First(long tableId, OrderByComparator orderByComparator)
           
static ExpandoRow ExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
 ExpandoRow ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
           
static ExpandoRow[] ExpandoRowUtil.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator orderByComparator)
           
 ExpandoRow[] ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator orderByComparator)
           
 ExpandoRow[] ExpandoRowPersistenceImpl.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator orderByComparator)
           
static ExpandoRow ExpandoRowUtil.remove(long rowId)
           
 ExpandoRow ExpandoRowPersistence.remove(long rowId)
           
 ExpandoRow ExpandoRowPersistenceImpl.remove(long rowId)
           
static void ExpandoRowUtil.removeByT_C(long tableId, long classPK)
           
 void ExpandoRowPersistence.removeByT_C(long tableId, long classPK)
           
 void ExpandoRowPersistenceImpl.removeByT_C(long tableId, long classPK)
           
 


Liferay 6.0.3