Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.NoSuchEmailAddressException

Packages that use NoSuchEmailAddressException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchEmailAddressException
 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.
 

Uses of NoSuchEmailAddressException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchEmailAddressException
 EmailAddress EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.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[] EmailAddressPersistenceImpl.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[] EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.findByPrimaryKey(long emailAddressId)
          Returns the email address with the primary key or throws a NoSuchEmailAddressException if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the email address with the primary key or throws a NoSuchModelException if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 EmailAddressPersistenceImpl.remove(long emailAddressId)
          Removes the email address with the primary key from the database.
 EmailAddress EmailAddressPersistenceImpl.remove(Serializable primaryKey)
          Removes the email address with the primary key from the database.
 


Liferay 7.0-ce-b4