Liferay 6.2-ce-ga5

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
 ExpandoRow ExpandoRowPersistence.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_First(long classPK, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
static ExpandoRow ExpandoRowUtil.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByClassPK_Last(long classPK, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where classPK = ?.
 ExpandoRow[] ExpandoRowPersistence.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator 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 orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.
 ExpandoRow[] ExpandoRowPersistenceImpl.findByClassPK_PrevAndNext(long rowId, long classPK, OrderByComparator orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.
 ExpandoRow ExpandoRowPersistence.findByPrimaryKey(long rowId)
          Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found.
static ExpandoRow ExpandoRowUtil.findByPrimaryKey(long rowId)
          Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.findByPrimaryKey(long rowId)
          Returns the expando row with the primary key or throws a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the expando row with the primary key or throws a NoSuchModelException if it could not be found.
 ExpandoRow ExpandoRowPersistence.findByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or throws a NoSuchRowException 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 a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistenceImpl.findByT_C(long tableId, long classPK)
          Returns the expando row where tableId = ? and classPK = ? or throws a NoSuchRowException if it could not be found.
 ExpandoRow ExpandoRowPersistence.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_First(long tableId, OrderByComparator orderByComparator)
          Returns the first expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistence.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
static ExpandoRow ExpandoRowUtil.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow ExpandoRowPersistenceImpl.findByTableId_Last(long tableId, OrderByComparator orderByComparator)
          Returns the last expando row in the ordered set where tableId = ?.
 ExpandoRow[] ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator 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 orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.
 ExpandoRow[] ExpandoRowPersistenceImpl.findByTableId_PrevAndNext(long rowId, long tableId, OrderByComparator orderByComparator)
          Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.
 ExpandoRow 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.
 ExpandoRow ExpandoRowPersistenceImpl.remove(long rowId)
          Removes the expando row with the primary key from the database.
 ExpandoRow ExpandoRowPersistenceImpl.remove(Serializable primaryKey)
          Removes the expando row with the primary key from the database.
 ExpandoRow 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.
 ExpandoRow ExpandoRowPersistenceImpl.removeByT_C(long tableId, long classPK)
          Removes the expando row where tableId = ? and classPK = ? from the database.
 


Liferay 6.2-ce-ga5