Liferay 6.0-ee-sp2

Uses of Class
com.liferay.portal.NoSuchAddressException

Packages that use NoSuchAddressException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchAddressException
static Address AddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address AddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address AddressPersistence.findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address[] AddressUtil.findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
 Address[] AddressPersistence.findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
static Address AddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address AddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address AddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address[] AddressUtil.findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Address[] AddressPersistence.findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Address[] AddressUtil.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Address[] AddressPersistence.findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Address AddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ?.
 Address AddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ? and classNameId = ?.
static Address[] AddressUtil.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
 Address[] AddressPersistence.findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
static Address AddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where companyId = ?.
static Address AddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ?.
 Address AddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where companyId = ?.
static Address[] AddressUtil.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ?.
 Address[] AddressPersistence.findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where companyId = ?.
static Address AddressUtil.findByPrimaryKey(long addressId)
          Finds the address with the primary key or throws a NoSuchAddressException if it could not be found.
 Address AddressPersistence.findByPrimaryKey(long addressId)
          Finds the address with the primary key or throws a NoSuchAddressException if it could not be found.
static Address AddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first address in the ordered set where userId = ?.
static Address AddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where userId = ?.
 Address AddressPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last address in the ordered set where userId = ?.
static Address[] AddressUtil.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where userId = ?.
 Address[] AddressPersistence.findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator orderByComparator)
          Finds the addresses before and after the current address in the ordered set where userId = ?.
static Address AddressUtil.remove(long addressId)
          Removes the address with the primary key from the database.
 Address AddressPersistence.remove(long addressId)
          Removes the address with the primary key from the database.
 


Liferay 6.0-ee-sp2