|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchContactException | |
---|---|
com.liferay.portal.service.persistence |
Uses of NoSuchContactException in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that throw NoSuchContactException | |
---|---|
static Contact |
ContactUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first contact in the ordered set where companyId = ?. |
Contact |
ContactPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first contact in the ordered set where companyId = ?. |
static Contact |
ContactUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last contact in the ordered set where companyId = ?. |
Contact |
ContactPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last contact in the ordered set where companyId = ?. |
static Contact[] |
ContactUtil.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Finds the contacts before and after the current contact in the ordered set where companyId = ?. |
Contact[] |
ContactPersistence.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Finds the contacts before and after the current contact in the ordered set where companyId = ?. |
Contact[] |
ContactPersistenceImpl.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Finds the contacts before and after the current contact in the ordered set where companyId = ?. |
static Contact |
ContactUtil.findByPrimaryKey(long contactId)
Finds the contact with the primary key or throws a NoSuchContactException if it could not be found. |
Contact |
ContactPersistence.findByPrimaryKey(long contactId)
Finds the contact with the primary key or throws a NoSuchContactException if it could not be found. |
Contact |
ContactPersistenceImpl.findByPrimaryKey(long contactId)
Finds the contact with the primary key or throws a NoSuchContactException if it could not be found. |
static Contact |
ContactUtil.remove(long contactId)
Removes the contact with the primary key from the database. |
Contact |
ContactPersistence.remove(long contactId)
Removes the contact with the primary key from the database. |
Contact |
ContactPersistenceImpl.remove(long contactId)
Removes the contact with the primary key from the database. |
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |