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 |
---|---|
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 = ?.
|
Address |
AddressPersistence.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_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns 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<Address> orderByComparator)
Returns 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<Address> orderByComparator)
Returns 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<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_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_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_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 = ?.
|
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_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 = ?.
|
Address |
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_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_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_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_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_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 = ?.
|
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_T_First(long companyId,
long classNameId,
long classPK,
long typeId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and typeId = ?.
|
Address |
AddressPersistence.findByC_C_C_T_First(long companyId,
long classNameId,
long classPK,
long typeId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and typeId = ?.
|
static Address |
AddressUtil.findByC_C_C_T_Last(long companyId,
long classNameId,
long classPK,
long typeId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and typeId = ?.
|
Address |
AddressPersistence.findByC_C_C_T_Last(long companyId,
long classNameId,
long classPK,
long typeId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and typeId = ?.
|
static Address[] |
AddressUtil.findByC_C_C_T_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
long typeId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and typeId = ?.
|
Address[] |
AddressPersistence.findByC_C_C_T_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
long typeId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and typeId = ?.
|
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 = ?.
|
Address |
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_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?.
|
Address |
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_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 = ?.
|
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_ERC(long companyId,
String externalReferenceCode)
Returns the address where companyId = ? and externalReferenceCode = ? or throws a
NoSuchAddressException if it could not be found. |
Address |
AddressPersistence.findByC_ERC(long companyId,
String externalReferenceCode)
Returns the address where companyId = ? and externalReferenceCode = ? or throws a
NoSuchAddressException if it could not be found. |
static Address |
AddressUtil.findByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?.
|
Address |
AddressPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first 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_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last 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 = ?.
|
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.findByCountryId_First(long countryId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where countryId = ?.
|
Address |
AddressPersistence.findByCountryId_First(long countryId,
OrderByComparator<Address> orderByComparator)
Returns the first 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_Last(long countryId,
OrderByComparator<Address> orderByComparator)
Returns the last 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 = ?.
|
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.findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a
NoSuchAddressException if it could not be found. |
Address |
AddressPersistence.findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a
NoSuchAddressException if it could not be found. |
static Address |
AddressUtil.findByRegionId_First(long regionId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where regionId = ?.
|
Address |
AddressPersistence.findByRegionId_First(long regionId,
OrderByComparator<Address> orderByComparator)
Returns the first 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_Last(long regionId,
OrderByComparator<Address> orderByComparator)
Returns the last 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 = ?.
|
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.findByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?.
|
Address |
AddressPersistence.findByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first 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_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last 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 = ?.
|
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.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?.
|
Address |
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_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?.
|
Address |
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_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 = ?.
|
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_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?.
|
Address |
AddressPersistence.findByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first 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_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last 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 = ?.
|
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.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.
|
static Address |
AddressUtil.removeByC_ERC(long companyId,
String externalReferenceCode)
Removes the address where companyId = ? and externalReferenceCode = ? from the database.
|
Address |
AddressPersistence.removeByC_ERC(long companyId,
String externalReferenceCode)
Removes the address where companyId = ? and externalReferenceCode = ? from the database.
|