Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
Phone |
PhonePersistence.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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
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.findByPrimaryKey(long phoneId)
Returns the phone with the primary key or throws a
NoSuchPhoneException if it could not be found. |
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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 = ?.
|
Phone |
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.
|