Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.NoSuchContactException

Packages that use NoSuchContactException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of NoSuchContactException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchContactException
 Contact ContactPersistence.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact[] ContactPersistence.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
static Contact[] ContactUtil.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact[] ContactPersistence.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
static Contact[] ContactUtil.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact[] ContactPersistence.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
static Contact[] ContactUtil.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
static Contact ContactUtil.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistence.remove(long contactId)
          Removes the contact with the primary key from the database.
static Contact ContactUtil.remove(long contactId)
          Removes the contact with the primary key from the database.
 

Uses of NoSuchContactException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchContactException
 Contact ContactPersistenceImpl.findByAccountId_First(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.findByAccountId_Last(long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact[] ContactPersistenceImpl.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact[] ContactPersistenceImpl.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact[] ContactPersistenceImpl.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator<Contact> orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the contact with the primary key or throws a NoSuchModelException if it could not be found.
 Contact ContactPersistenceImpl.remove(long contactId)
          Removes the contact with the primary key from the database.
 Contact ContactPersistenceImpl.remove(Serializable primaryKey)
          Removes the contact with the primary key from the database.
 


Liferay 7.0-ce-b4