Uses of Class
com.liferay.portal.kernel.exception.NoSuchPhoneException
Packages that use NoSuchPhoneException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPhoneException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPhoneExceptionModifier and TypeMethodDescriptionPhonePersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone
PhoneUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone
PhoneUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone
PhoneUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone
PhoneUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Phone[]
PhonePersistence.findByC_C_C_P_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone[]
PhoneUtil.findByC_C_C_P_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Phone[]
PhonePersistence.findByC_C_C_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone[]
PhoneUtil.findByC_C_C_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.static Phone
PhoneUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.static Phone
PhoneUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.Phone[]
PhonePersistence.findByC_C_PrevAndNext
(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.static Phone[]
PhoneUtil.findByC_C_PrevAndNext
(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.static Phone
PhoneUtil.findByCompanyId_First
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.PhonePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.static Phone
PhoneUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.Phone[]
PhonePersistence.findByCompanyId_PrevAndNext
(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ?.static Phone[]
PhoneUtil.findByCompanyId_PrevAndNext
(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ?.PhonePersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the phone where externalReferenceCode = ? and companyId = ? or throws aNoSuchPhoneException
if it could not be found.static Phone
PhoneUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the phone where externalReferenceCode = ? and companyId = ? or throws aNoSuchPhoneException
if it could not be found.PhonePersistence.findByPrimaryKey
(long phoneId) Returns the phone with the primary key or throws aNoSuchPhoneException
if it could not be found.static Phone
PhoneUtil.findByPrimaryKey
(long phoneId) Returns the phone with the primary key or throws aNoSuchPhoneException
if it could not be found.PhonePersistence.findByUserId_First
(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.static Phone
PhoneUtil.findByUserId_First
(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.PhonePersistence.findByUserId_Last
(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.static Phone
PhoneUtil.findByUserId_Last
(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.Phone[]
PhonePersistence.findByUserId_PrevAndNext
(long phoneId, long userId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where userId = ?.static Phone[]
PhoneUtil.findByUserId_PrevAndNext
(long phoneId, long userId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where userId = ?.PhonePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.static Phone
PhoneUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.static Phone
PhoneUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.Phone[]
PhonePersistence.findByUuid_C_PrevAndNext
(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.static Phone[]
PhoneUtil.findByUuid_C_PrevAndNext
(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.PhonePersistence.findByUuid_First
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.static Phone
PhoneUtil.findByUuid_First
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.PhonePersistence.findByUuid_Last
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.static Phone
PhoneUtil.findByUuid_Last
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.Phone[]
PhonePersistence.findByUuid_PrevAndNext
(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ?.static Phone[]
PhoneUtil.findByUuid_PrevAndNext
(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ?.PhonePersistence.remove
(long phoneId) Removes the phone with the primary key from the database.static Phone
PhoneUtil.remove
(long phoneId) Removes the phone with the primary key from the database.PhonePersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the phone where externalReferenceCode = ? and companyId = ? from the database.static Phone
PhoneUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the phone where externalReferenceCode = ? and companyId = ? from the database.