Uses of Class
com.liferay.portal.kernel.exception.NoSuchEmailAddressException
Packages that use NoSuchEmailAddressException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchEmailAddressException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchEmailAddressExceptionModifier and TypeMethodDescriptionEmailAddressPersistence.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.EmailAddressPersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the email address where externalReferenceCode = ? and companyId = ? or throws aNoSuchEmailAddressException
if it could not be found.static EmailAddress
EmailAddressUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the email address where externalReferenceCode = ? and companyId = ? or throws aNoSuchEmailAddressException
if it could not be found.EmailAddressPersistence.findByPrimaryKey
(long emailAddressId) Returns the email address with the primary key or throws aNoSuchEmailAddressException
if it could not be found.static EmailAddress
EmailAddressUtil.findByPrimaryKey
(long emailAddressId) Returns the email address with the primary key or throws aNoSuchEmailAddressException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.EmailAddressPersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the email address where externalReferenceCode = ? and companyId = ? from the database.static EmailAddress
EmailAddressUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the email address where externalReferenceCode = ? and companyId = ? from the database.