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 |
---|---|
EmailAddress |
EmailAddressPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
EmailAddress |
EmailAddressPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
EmailAddress |
EmailAddressPersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
EmailAddress |
EmailAddressPersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
EmailAddress[] |
EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
static EmailAddress[] |
EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
EmailAddress[] |
EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static EmailAddress[] |
EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
EmailAddress |
EmailAddressPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
|
static EmailAddress |
EmailAddressUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
|
EmailAddress |
EmailAddressPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
|
static EmailAddress |
EmailAddressUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
|
EmailAddress[] |
EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
|
static EmailAddress[] |
EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.
|
EmailAddress |
EmailAddressPersistence.findByCompanyId_First(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ?.
|
static EmailAddress |
EmailAddressUtil.findByCompanyId_First(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ?.
|
EmailAddress |
EmailAddressPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ?.
|
static EmailAddress |
EmailAddressUtil.findByCompanyId_Last(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ?.
|
EmailAddress[] |
EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
|
static EmailAddress[] |
EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?.
|
EmailAddress |
EmailAddressPersistence.findByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or throws a
NoSuchEmailAddressException if it could not be found. |
static EmailAddress |
EmailAddressUtil.findByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or throws a
NoSuchEmailAddressException if it could not be found. |
EmailAddress |
EmailAddressPersistence.findByUserId_First(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where userId = ?.
|
static EmailAddress |
EmailAddressUtil.findByUserId_First(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where userId = ?.
|
EmailAddress |
EmailAddressPersistence.findByUserId_Last(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where userId = ?.
|
static EmailAddress |
EmailAddressUtil.findByUserId_Last(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where userId = ?.
|
EmailAddress[] |
EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?.
|
static EmailAddress[] |
EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?.
|
EmailAddress |
EmailAddressPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?.
|
static EmailAddress |
EmailAddressUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?.
|
EmailAddress |
EmailAddressPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?.
|
static EmailAddress |
EmailAddressUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?.
|
EmailAddress[] |
EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId,
String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
|
static EmailAddress[] |
EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId,
String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.
|
EmailAddress |
EmailAddressPersistence.findByUuid_First(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ?.
|
static EmailAddress |
EmailAddressUtil.findByUuid_First(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ?.
|
EmailAddress |
EmailAddressPersistence.findByUuid_Last(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ?.
|
static EmailAddress |
EmailAddressUtil.findByUuid_Last(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ?.
|
EmailAddress[] |
EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId,
String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
|
static EmailAddress[] |
EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId,
String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ?.
|
EmailAddress |
EmailAddressPersistence.remove(long emailAddressId)
Removes the email address with the primary key from the database.
|
static EmailAddress |
EmailAddressUtil.remove(long emailAddressId)
Removes the email address with the primary key from the database.
|