Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchPhoneException

Packages that use NoSuchPhoneException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchPhoneException
static Phone PhoneUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone PhonePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Phone PhoneUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Phone PhonePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last 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 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_P_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator 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_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Phone[] PhonePersistence.findByC_C_C_PrevAndNext(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator 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_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
 Phone PhonePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ? and classNameId = ?.
static Phone[] PhoneUtil.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
 Phone[] PhonePersistence.findByC_C_PrevAndNext(long phoneId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.
static Phone PhoneUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where companyId = ?.
static Phone PhoneUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
 Phone PhonePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where companyId = ?.
static Phone[] PhoneUtil.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
 Phone[] PhonePersistence.findByCompanyId_PrevAndNext(long phoneId, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where companyId = ?.
static Phone PhoneUtil.findByPrimaryKey(long phoneId)
          Returns the phone with the primary key or throws a NoSuchPhoneException if it could not be found.
 Phone PhonePersistence.findByPrimaryKey(long phoneId)
          Returns the phone with the primary key or throws a NoSuchPhoneException if it could not be found.
static Phone PhoneUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where userId = ?.
static Phone PhoneUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
 Phone PhonePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where userId = ?.
static Phone[] PhoneUtil.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
 Phone[] PhonePersistence.findByUserId_PrevAndNext(long phoneId, long userId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where userId = ?.
static Phone PhoneUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
 Phone PhonePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ? and companyId = ?.
static Phone[] PhoneUtil.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
 Phone[] PhonePersistence.findByUuid_C_PrevAndNext(long phoneId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.
static Phone PhoneUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first phone in the ordered set where uuid = ?.
static Phone PhoneUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
 Phone PhonePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last phone in the ordered set where uuid = ?.
static Phone[] PhoneUtil.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
 Phone[] PhonePersistence.findByUuid_PrevAndNext(long phoneId, String uuid, OrderByComparator orderByComparator)
          Returns the phones before and after the current phone in the ordered set where uuid = ?.
static Phone PhoneUtil.remove(long phoneId)
          Removes the phone with the primary key from the database.
 Phone PhonePersistence.remove(long phoneId)
          Removes the phone with the primary key from the database.
 


Liferay 6.2-ce-ga5