Uses of Class
com.liferay.portal.kernel.exception.NoSuchAddressException
Packages that use NoSuchAddressException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchAddressException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchAddressExceptionModifier and TypeMethodDescriptionAddressPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.Address[]
AddressPersistence.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address[]
AddressUtil.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last 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<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last 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<Address> orderByComparator) Returns the last 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<Address> orderByComparator) Returns 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_M_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last 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<Address> orderByComparator) Returns the last 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<Address> orderByComparator) Returns 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_P_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns 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_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address[]
AddressUtil.findByC_C_C_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.Address[]
AddressPersistence.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.static Address[]
AddressUtil.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.AddressPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.Address[]
AddressPersistence.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.static Address[]
AddressUtil.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.AddressPersistence.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.AddressPersistence.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.Address[]
AddressPersistence.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.static Address[]
AddressUtil.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.AddressPersistence.findByERC_C
(String externalReferenceCode, long companyId) Returns the address where externalReferenceCode = ? and companyId = ? or throws aNoSuchAddressException
if it could not be found.static Address
AddressUtil.findByERC_C
(String externalReferenceCode, long companyId) Returns the address where externalReferenceCode = ? and companyId = ? or throws aNoSuchAddressException
if it could not be found.AddressPersistence.findByPrimaryKey
(long addressId) Returns the address with the primary key or throws aNoSuchAddressException
if it could not be found.static Address
AddressUtil.findByPrimaryKey
(long addressId) Returns the address with the primary key or throws aNoSuchAddressException
if it could not be found.AddressPersistence.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.AddressPersistence.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.Address[]
AddressPersistence.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.static Address[]
AddressUtil.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.AddressPersistence.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.AddressPersistence.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.Address[]
AddressPersistence.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.static Address[]
AddressUtil.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.AddressPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.Address[]
AddressPersistence.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.static Address[]
AddressUtil.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.AddressPersistence.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.Address[]
AddressPersistence.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.static Address[]
AddressUtil.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.AddressPersistence.remove
(long addressId) Removes the address with the primary key from the database.static Address
AddressUtil.remove
(long addressId) Removes the address with the primary key from the database.AddressPersistence.removeByERC_C
(String externalReferenceCode, long companyId) Removes the address where externalReferenceCode = ? and companyId = ? from the database.static Address
AddressUtil.removeByERC_C
(String externalReferenceCode, long companyId) Removes the address where externalReferenceCode = ? and companyId = ? from the database.