Uses of Class
com.liferay.portal.kernel.exception.NoSuchContactException
Packages that use NoSuchContactException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchContactException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchContactExceptionModifier and TypeMethodDescriptionContactPersistence.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 = ?.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 = ?.ContactPersistence.findByC_U_First
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.static Contact
ContactUtil.findByC_U_First
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.findByC_U_Last
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.static Contact
ContactUtil.findByC_U_Last
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.Contact[]
ContactPersistence.findByC_U_PrevAndNext
(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.static Contact[]
ContactUtil.findByC_U_PrevAndNext
(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.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 = ?.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 = ?.ContactPersistence.findByPrimaryKey
(long contactId) Returns the contact with the primary key or throws aNoSuchContactException
if it could not be found.static Contact
ContactUtil.findByPrimaryKey
(long contactId) Returns the contact with the primary key or throws aNoSuchContactException
if it could not be found.ContactPersistence.findByUserId_First
(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.static Contact
ContactUtil.findByUserId_First
(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.ContactPersistence.findByUserId_Last
(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.static Contact
ContactUtil.findByUserId_Last
(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.Contact[]
ContactPersistence.findByUserId_PrevAndNext
(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.static Contact[]
ContactUtil.findByUserId_PrevAndNext
(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.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.