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 |
---|---|
Country |
CountryPersistence.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
static Country |
CountryUtil.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
Country |
CountryPersistence.findByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?.
|
static Country |
CountryUtil.findByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?.
|
Country[] |
CountryPersistence.findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where active = ?.
|
static Country[] |
CountryUtil.findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where active = ?.
|
Country |
CountryPersistence.findByC_A_B_First(long companyId,
boolean active,
boolean billingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.
|
static Country |
CountryUtil.findByC_A_B_First(long companyId,
boolean active,
boolean billingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.
|
Country |
CountryPersistence.findByC_A_B_Last(long companyId,
boolean active,
boolean billingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.
|
static Country |
CountryUtil.findByC_A_B_Last(long companyId,
boolean active,
boolean billingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.
|
Country[] |
CountryPersistence.findByC_A_B_PrevAndNext(long countryId,
long companyId,
boolean active,
boolean billingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.
|
static Country[] |
CountryUtil.findByC_A_B_PrevAndNext(long countryId,
long companyId,
boolean active,
boolean billingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.
|
Country |
CountryPersistence.findByC_A_S_First(long companyId,
boolean active,
boolean shippingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.
|
static Country |
CountryUtil.findByC_A_S_First(long companyId,
boolean active,
boolean shippingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.
|
Country |
CountryPersistence.findByC_A_S_Last(long companyId,
boolean active,
boolean shippingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.
|
static Country |
CountryUtil.findByC_A_S_Last(long companyId,
boolean active,
boolean shippingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.
|
Country[] |
CountryPersistence.findByC_A_S_PrevAndNext(long countryId,
long companyId,
boolean active,
boolean shippingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.
|
static Country[] |
CountryUtil.findByC_A_S_PrevAndNext(long countryId,
long companyId,
boolean active,
boolean shippingAllowed,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.
|
Country |
CountryPersistence.findByC_A2(long companyId,
String a2)
Returns the country where companyId = ? and a2 = ? or throws a
NoSuchCountryException if it could not be found. |
static Country |
CountryUtil.findByC_A2(long companyId,
String a2)
Returns the country where companyId = ? and a2 = ? or throws a
NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByC_A3(long companyId,
String a3)
Returns the country where companyId = ? and a3 = ? or throws a
NoSuchCountryException if it could not be found. |
static Country |
CountryUtil.findByC_A3(long companyId,
String a3)
Returns the country where companyId = ? and a3 = ? or throws a
NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByC_Active_First(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ?.
|
static Country |
CountryUtil.findByC_Active_First(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ?.
|
Country |
CountryPersistence.findByC_Active_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ?.
|
static Country |
CountryUtil.findByC_Active_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ?.
|
Country[] |
CountryPersistence.findByC_Active_PrevAndNext(long countryId,
long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.
|
static Country[] |
CountryUtil.findByC_Active_PrevAndNext(long countryId,
long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.
|
Country |
CountryPersistence.findByC_Name(long companyId,
String name)
Returns the country where companyId = ? and name = ? or throws a
NoSuchCountryException if it could not be found. |
static Country |
CountryUtil.findByC_Name(long companyId,
String name)
Returns the country where companyId = ? and name = ? or throws a
NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByC_Number(long companyId,
String number)
Returns the country where companyId = ? and number = ? or throws a
NoSuchCountryException if it could not be found. |
static Country |
CountryUtil.findByC_Number(long companyId,
String number)
Returns the country where companyId = ? and number = ? or throws a
NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
static Country |
CountryUtil.findByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ?.
|
static Country |
CountryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ?.
|
Country[] |
CountryPersistence.findByCompanyId_PrevAndNext(long countryId,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ?.
|
static Country[] |
CountryUtil.findByCompanyId_PrevAndNext(long countryId,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.findByPrimaryKey(long countryId)
Returns the country with the primary key or throws a
NoSuchCountryException if it could not be found. |
static Country |
CountryUtil.findByPrimaryKey(long countryId)
Returns the country with the primary key or throws a
NoSuchCountryException if it could not be found. |
Country |
CountryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ? and companyId = ?.
|
static Country |
CountryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ? and companyId = ?.
|
Country |
CountryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ? and companyId = ?.
|
static Country |
CountryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ? and companyId = ?.
|
Country[] |
CountryPersistence.findByUuid_C_PrevAndNext(long countryId,
String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.
|
static Country[] |
CountryUtil.findByUuid_C_PrevAndNext(long countryId,
String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.
|
Country |
CountryPersistence.findByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
static Country |
CountryUtil.findByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.findByUuid_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ?.
|
static Country |
CountryUtil.findByUuid_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ?.
|
Country[] |
CountryPersistence.findByUuid_PrevAndNext(long countryId,
String uuid,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where uuid = ?.
|
static Country[] |
CountryUtil.findByUuid_PrevAndNext(long countryId,
String uuid,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.remove(long countryId)
Removes the country with the primary key from the database.
|
static Country |
CountryUtil.remove(long countryId)
Removes the country with the primary key from the database.
|
Country |
CountryPersistence.removeByC_A2(long companyId,
String a2)
Removes the country where companyId = ? and a2 = ? from the database.
|
static Country |
CountryUtil.removeByC_A2(long companyId,
String a2)
Removes the country where companyId = ? and a2 = ? from the database.
|
Country |
CountryPersistence.removeByC_A3(long companyId,
String a3)
Removes the country where companyId = ? and a3 = ? from the database.
|
static Country |
CountryUtil.removeByC_A3(long companyId,
String a3)
Removes the country where companyId = ? and a3 = ? from the database.
|
Country |
CountryPersistence.removeByC_Name(long companyId,
String name)
Removes the country where companyId = ? and name = ? from the database.
|
static Country |
CountryUtil.removeByC_Name(long companyId,
String name)
Removes the country where companyId = ? and name = ? from the database.
|
Country |
CountryPersistence.removeByC_Number(long companyId,
String number)
Removes the country where companyId = ? and number = ? from the database.
|
static Country |
CountryUtil.removeByC_Number(long companyId,
String number)
Removes the country where companyId = ? and number = ? from the database.
|