Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
CountryWrapper
This class is a wrapper for
Country . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Country,Long> |
Country.COUNTRY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Country |
CountryModel.cloneWithOriginalValues() |
Country |
CountryWrapper.cloneWithOriginalValues() |
Country |
Address.getCountry() |
Country |
AddressWrapper.getCountry() |
Modifier and Type | Method and Description |
---|---|
static CountrySoap |
CountrySoap.toSoapModel(Country model)
Deprecated.
|
static CountrySoap[] |
CountrySoap.toSoapModels(Country[] models)
Deprecated.
|
static CountrySoap[][] |
CountrySoap.toSoapModels(Country[][] models)
Deprecated.
|
protected CountryWrapper |
CountryWrapper.wrap(Country country) |
Modifier and Type | Method and Description |
---|---|
static CountrySoap[] |
CountrySoap.toSoapModels(List<Country> models)
Deprecated.
|
Constructor and Description |
---|
CountryWrapper(Country country) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
BaseIndexer.getLocalizedCountryNames(Country country) |
Modifier and Type | Method and Description |
---|---|
Country |
CountryLocalService.addCountry(Country country)
Adds the country to the database.
|
Country |
CountryLocalServiceWrapper.addCountry(Country country)
Adds the country to the database.
|
static Country |
CountryLocalServiceUtil.addCountry(Country country)
Adds the country to the database.
|
static Country |
CountryServiceUtil.addCountry(String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
ServiceContext serviceContext) |
Country |
CountryServiceWrapper.addCountry(String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
ServiceContext serviceContext) |
Country |
CountryLocalService.addCountry(String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
ServiceContext serviceContext) |
Country |
CountryService.addCountry(String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
ServiceContext serviceContext) |
Country |
CountryLocalServiceWrapper.addCountry(String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
ServiceContext serviceContext) |
static Country |
CountryLocalServiceUtil.addCountry(String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT,
boolean zipRequired,
ServiceContext serviceContext) |
static Country |
CountryServiceUtil.addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryServiceWrapper.addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryService.addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryLocalService.createCountry(long countryId)
Creates a new country with the primary key.
|
Country |
CountryLocalServiceWrapper.createCountry(long countryId)
Creates a new country with the primary key.
|
static Country |
CountryLocalServiceUtil.createCountry(long countryId)
Creates a new country with the primary key.
|
Country |
CountryLocalService.deleteCountry(Country country)
Deletes the country from the database.
|
Country |
CountryLocalServiceWrapper.deleteCountry(Country country)
Deletes the country from the database.
|
static Country |
CountryLocalServiceUtil.deleteCountry(Country country)
Deletes the country from the database.
|
Country |
CountryLocalService.deleteCountry(long countryId)
Deletes the country with the primary key from the database.
|
Country |
CountryLocalServiceWrapper.deleteCountry(long countryId)
Deletes the country with the primary key from the database.
|
static Country |
CountryLocalServiceUtil.deleteCountry(long countryId)
Deletes the country with the primary key from the database.
|
static Country |
CountryServiceUtil.fetchCountry(long countryId) |
Country |
CountryServiceWrapper.fetchCountry(long countryId) |
Country |
CountryLocalService.fetchCountry(long countryId) |
Country |
CountryService.fetchCountry(long countryId) |
Country |
CountryLocalServiceWrapper.fetchCountry(long countryId) |
static Country |
CountryLocalServiceUtil.fetchCountry(long countryId) |
static Country |
CountryServiceUtil.fetchCountryByA2(long companyId,
String a2) |
Country |
CountryServiceWrapper.fetchCountryByA2(long companyId,
String a2) |
Country |
CountryLocalService.fetchCountryByA2(long companyId,
String a2) |
Country |
CountryService.fetchCountryByA2(long companyId,
String a2) |
Country |
CountryLocalServiceWrapper.fetchCountryByA2(long companyId,
String a2) |
static Country |
CountryLocalServiceUtil.fetchCountryByA2(long companyId,
String a2) |
static Country |
CountryServiceUtil.fetchCountryByA2(String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryServiceWrapper.fetchCountryByA2(String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryService.fetchCountryByA2(String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
static Country |
CountryServiceUtil.fetchCountryByA3(long companyId,
String a3) |
Country |
CountryServiceWrapper.fetchCountryByA3(long companyId,
String a3) |
Country |
CountryLocalService.fetchCountryByA3(long companyId,
String a3) |
Country |
CountryService.fetchCountryByA3(long companyId,
String a3) |
Country |
CountryLocalServiceWrapper.fetchCountryByA3(long companyId,
String a3) |
static Country |
CountryLocalServiceUtil.fetchCountryByA3(long companyId,
String a3) |
static Country |
CountryServiceUtil.fetchCountryByA3(String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryServiceWrapper.fetchCountryByA3(String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryService.fetchCountryByA3(String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryLocalService.fetchCountryByName(long companyId,
String name) |
Country |
CountryLocalServiceWrapper.fetchCountryByName(long companyId,
String name) |
static Country |
CountryLocalServiceUtil.fetchCountryByName(long companyId,
String name) |
Country |
CountryLocalService.fetchCountryByNumber(long companyId,
String number) |
Country |
CountryLocalServiceWrapper.fetchCountryByNumber(long companyId,
String number) |
static Country |
CountryLocalServiceUtil.fetchCountryByNumber(long companyId,
String number) |
Country |
CountryLocalService.fetchCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
Country |
CountryLocalServiceWrapper.fetchCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
static Country |
CountryLocalServiceUtil.fetchCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
static Country |
CountryServiceUtil.getCountry(long countryId) |
Country |
CountryServiceWrapper.getCountry(long countryId) |
Country |
CountryLocalService.getCountry(long countryId)
Returns the country with the primary key.
|
Country |
CountryService.getCountry(long countryId) |
Country |
CountryLocalServiceWrapper.getCountry(long countryId)
Returns the country with the primary key.
|
static Country |
CountryLocalServiceUtil.getCountry(long countryId)
Returns the country with the primary key.
|
static Country |
CountryServiceUtil.getCountryByA2(long companyId,
String a2) |
Country |
CountryServiceWrapper.getCountryByA2(long companyId,
String a2) |
Country |
CountryLocalService.getCountryByA2(long companyId,
String a2) |
Country |
CountryService.getCountryByA2(long companyId,
String a2) |
Country |
CountryLocalServiceWrapper.getCountryByA2(long companyId,
String a2) |
static Country |
CountryLocalServiceUtil.getCountryByA2(long companyId,
String a2) |
static Country |
CountryServiceUtil.getCountryByA2(String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryServiceWrapper.getCountryByA2(String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryService.getCountryByA2(String a2)
Deprecated.
As of Cavanaugh (7.4.x)
|
static Country |
CountryServiceUtil.getCountryByA3(long companyId,
String a3) |
Country |
CountryServiceWrapper.getCountryByA3(long companyId,
String a3) |
Country |
CountryLocalService.getCountryByA3(long companyId,
String a3) |
Country |
CountryService.getCountryByA3(long companyId,
String a3) |
Country |
CountryLocalServiceWrapper.getCountryByA3(long companyId,
String a3) |
static Country |
CountryLocalServiceUtil.getCountryByA3(long companyId,
String a3) |
static Country |
CountryServiceUtil.getCountryByA3(String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryServiceWrapper.getCountryByA3(String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryService.getCountryByA3(String a3)
Deprecated.
As of Cavanaugh (7.4.x)
|
static Country |
CountryServiceUtil.getCountryByName(long companyId,
String name) |
Country |
CountryServiceWrapper.getCountryByName(long companyId,
String name) |
Country |
CountryLocalService.getCountryByName(long companyId,
String name) |
Country |
CountryService.getCountryByName(long companyId,
String name) |
Country |
CountryLocalServiceWrapper.getCountryByName(long companyId,
String name) |
static Country |
CountryLocalServiceUtil.getCountryByName(long companyId,
String name) |
static Country |
CountryServiceUtil.getCountryByName(String name)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryServiceWrapper.getCountryByName(String name)
Deprecated.
As of Cavanaugh (7.4.x)
|
Country |
CountryService.getCountryByName(String name)
Deprecated.
As of Cavanaugh (7.4.x)
|
static Country |
CountryServiceUtil.getCountryByNumber(long companyId,
String number) |
Country |
CountryServiceWrapper.getCountryByNumber(long companyId,
String number) |
Country |
CountryLocalService.getCountryByNumber(long companyId,
String number) |
Country |
CountryService.getCountryByNumber(long companyId,
String number) |
Country |
CountryLocalServiceWrapper.getCountryByNumber(long companyId,
String number) |
static Country |
CountryLocalServiceUtil.getCountryByNumber(long companyId,
String number) |
Country |
CountryLocalService.getCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
Country |
CountryLocalServiceWrapper.getCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
static Country |
CountryLocalServiceUtil.getCountryByUuidAndCompanyId(String uuid,
long companyId)
Returns the country with the matching UUID and company.
|
static Country |
CountryServiceUtil.updateActive(long countryId,
boolean active) |
Country |
CountryServiceWrapper.updateActive(long countryId,
boolean active) |
Country |
CountryLocalService.updateActive(long countryId,
boolean active) |
Country |
CountryService.updateActive(long countryId,
boolean active) |
Country |
CountryLocalServiceWrapper.updateActive(long countryId,
boolean active) |
static Country |
CountryLocalServiceUtil.updateActive(long countryId,
boolean active) |
Country |
CountryLocalService.updateCountry(Country country)
Updates the country in the database or adds it if it does not yet exist.
|
Country |
CountryLocalServiceWrapper.updateCountry(Country country)
Updates the country in the database or adds it if it does not yet exist.
|
static Country |
CountryLocalServiceUtil.updateCountry(Country country)
Updates the country in the database or adds it if it does not yet exist.
|
static Country |
CountryServiceUtil.updateCountry(long countryId,
String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT) |
Country |
CountryServiceWrapper.updateCountry(long countryId,
String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT) |
Country |
CountryLocalService.updateCountry(long countryId,
String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT) |
Country |
CountryService.updateCountry(long countryId,
String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT) |
Country |
CountryLocalServiceWrapper.updateCountry(long countryId,
String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT) |
static Country |
CountryLocalServiceUtil.updateCountry(long countryId,
String a2,
String a3,
boolean active,
boolean billingAllowed,
String idd,
String name,
String number,
double position,
boolean shippingAllowed,
boolean subjectToVAT) |
static Country |
CountryServiceUtil.updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled) |
Country |
CountryServiceWrapper.updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled) |
Country |
CountryLocalService.updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled) |
Country |
CountryService.updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled) |
Country |
CountryLocalServiceWrapper.updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled) |
static Country |
CountryLocalServiceUtil.updateGroupFilterEnabled(long countryId,
boolean groupFilterEnabled) |
Modifier and Type | Method and Description |
---|---|
static List<Country> |
CountryServiceUtil.getCompanyCountries(long companyId) |
List<Country> |
CountryServiceWrapper.getCompanyCountries(long companyId) |
List<Country> |
CountryLocalService.getCompanyCountries(long companyId) |
List<Country> |
CountryService.getCompanyCountries(long companyId) |
List<Country> |
CountryLocalServiceWrapper.getCompanyCountries(long companyId) |
static List<Country> |
CountryLocalServiceUtil.getCompanyCountries(long companyId) |
static List<Country> |
CountryServiceUtil.getCompanyCountries(long companyId,
boolean active) |
List<Country> |
CountryServiceWrapper.getCompanyCountries(long companyId,
boolean active) |
List<Country> |
CountryLocalService.getCompanyCountries(long companyId,
boolean active) |
List<Country> |
CountryService.getCompanyCountries(long companyId,
boolean active) |
List<Country> |
CountryLocalServiceWrapper.getCompanyCountries(long companyId,
boolean active) |
static List<Country> |
CountryLocalServiceUtil.getCompanyCountries(long companyId,
boolean active) |
static List<Country> |
CountryServiceUtil.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryServiceWrapper.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalService.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryService.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalServiceWrapper.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static List<Country> |
CountryLocalServiceUtil.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static List<Country> |
CountryServiceUtil.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryServiceWrapper.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalService.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryService.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalServiceWrapper.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static List<Country> |
CountryLocalServiceUtil.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static List<Country> |
CountryServiceUtil.getCountries()
Deprecated.
As of Cavanaugh (7.4.x)
|
List<Country> |
CountryServiceWrapper.getCountries()
Deprecated.
As of Cavanaugh (7.4.x)
|
List<Country> |
CountryService.getCountries()
Deprecated.
As of Cavanaugh (7.4.x)
|
static List<Country> |
CountryServiceUtil.getCountries(boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
List<Country> |
CountryServiceWrapper.getCountries(boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
List<Country> |
CountryService.getCountries(boolean active)
Deprecated.
As of Cavanaugh (7.4.x)
|
List<Country> |
CountryLocalService.getCountries(int start,
int end)
Returns a range of all the countries.
|
List<Country> |
CountryLocalServiceWrapper.getCountries(int start,
int end)
Returns a range of all the countries.
|
static List<Country> |
CountryLocalServiceUtil.getCountries(int start,
int end)
Returns a range of all the countries.
|
static BaseModelSearchResult<Country> |
CountryServiceUtil.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryServiceWrapper.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryLocalService.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryService.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryLocalServiceWrapper.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static BaseModelSearchResult<Country> |
CountryLocalServiceUtil.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
Country |
CountryLocalService.addCountry(Country country)
Adds the country to the database.
|
Country |
CountryLocalServiceWrapper.addCountry(Country country)
Adds the country to the database.
|
static Country |
CountryLocalServiceUtil.addCountry(Country country)
Adds the country to the database.
|
Country |
CountryLocalService.deleteCountry(Country country)
Deletes the country from the database.
|
Country |
CountryLocalServiceWrapper.deleteCountry(Country country)
Deletes the country from the database.
|
static Country |
CountryLocalServiceUtil.deleteCountry(Country country)
Deletes the country from the database.
|
Country |
CountryLocalService.updateCountry(Country country)
Updates the country in the database or adds it if it does not yet exist.
|
Country |
CountryLocalServiceWrapper.updateCountry(Country country)
Updates the country in the database or adds it if it does not yet exist.
|
static Country |
CountryLocalServiceUtil.updateCountry(Country country)
Updates the country in the database or adds it if it does not yet exist.
|
CountryLocalization |
CountryLocalService.updateCountryLocalization(Country country,
String languageId,
String title) |
CountryLocalization |
CountryLocalServiceWrapper.updateCountryLocalization(Country country,
String languageId,
String title) |
static CountryLocalization |
CountryLocalServiceUtil.updateCountryLocalization(Country country,
String languageId,
String title) |
List<CountryLocalization> |
CountryLocalService.updateCountryLocalizations(Country country,
Map<String,String> titleMap) |
List<CountryLocalization> |
CountryLocalServiceWrapper.updateCountryLocalizations(Country country,
Map<String,String> titleMap) |
static List<CountryLocalization> |
CountryLocalServiceUtil.updateCountryLocalizations(Country country,
Map<String,String> titleMap) |
Modifier and Type | Method and Description |
---|---|
static List<Country> |
CountryServiceUtil.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryServiceWrapper.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalService.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryService.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalServiceWrapper.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static List<Country> |
CountryLocalServiceUtil.getCompanyCountries(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static List<Country> |
CountryServiceUtil.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryServiceWrapper.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalService.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryService.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
List<Country> |
CountryLocalServiceWrapper.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static List<Country> |
CountryLocalServiceUtil.getCompanyCountries(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static BaseModelSearchResult<Country> |
CountryServiceUtil.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryServiceWrapper.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryLocalService.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryService.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
BaseModelSearchResult<Country> |
CountryLocalServiceWrapper.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
static BaseModelSearchResult<Country> |
CountryLocalServiceUtil.searchCountries(long companyId,
Boolean active,
String keywords,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static Country |
CountryUtil.create(long countryId)
Creates a new country with the primary key.
|
Country |
CountryPersistence.create(long countryId)
Creates a new country with the primary key.
|
static Country |
CountryUtil.fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
Country |
CountryPersistence.fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
static Country |
CountryUtil.fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?.
|
Country |
CountryPersistence.fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?.
|
static Country |
CountryUtil.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_A2(long companyId,
String a2)
Returns the country where companyId = ? and a2 = ? or returns
null if it could not be found. |
Country |
CountryPersistence.fetchByC_A2(long companyId,
String a2)
Returns the country where companyId = ? and a2 = ? or returns
null if it could not be found. |
static Country |
CountryUtil.fetchByC_A2(long companyId,
String a2,
boolean useFinderCache)
Returns the country where companyId = ? and a2 = ? or returns
null if it could not be found, optionally using the finder cache. |
Country |
CountryPersistence.fetchByC_A2(long companyId,
String a2,
boolean useFinderCache)
Returns the country where companyId = ? and a2 = ? or returns
null if it could not be found, optionally using the finder cache. |
static Country |
CountryUtil.fetchByC_A3(long companyId,
String a3)
Returns the country where companyId = ? and a3 = ? or returns
null if it could not be found. |
Country |
CountryPersistence.fetchByC_A3(long companyId,
String a3)
Returns the country where companyId = ? and a3 = ? or returns
null if it could not be found. |
static Country |
CountryUtil.fetchByC_A3(long companyId,
String a3,
boolean useFinderCache)
Returns the country where companyId = ? and a3 = ? or returns
null if it could not be found, optionally using the finder cache. |
Country |
CountryPersistence.fetchByC_A3(long companyId,
String a3,
boolean useFinderCache)
Returns the country where companyId = ? and a3 = ? or returns
null if it could not be found, optionally using the finder cache. |
static Country |
CountryUtil.fetchByC_Active_First(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ?.
|
Country |
CountryPersistence.fetchByC_Active_First(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ?.
|
static Country |
CountryUtil.fetchByC_Active_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ?.
|
Country |
CountryPersistence.fetchByC_Active_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ?.
|
static Country |
CountryUtil.fetchByC_Name(long companyId,
String name)
Returns the country where companyId = ? and name = ? or returns
null if it could not be found. |
Country |
CountryPersistence.fetchByC_Name(long companyId,
String name)
Returns the country where companyId = ? and name = ? or returns
null if it could not be found. |
static Country |
CountryUtil.fetchByC_Name(long companyId,
String name,
boolean useFinderCache)
Returns the country where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
Country |
CountryPersistence.fetchByC_Name(long companyId,
String name,
boolean useFinderCache)
Returns the country where companyId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
static Country |
CountryUtil.fetchByC_Number(long companyId,
String number)
Returns the country where companyId = ? and number = ? or returns
null if it could not be found. |
Country |
CountryPersistence.fetchByC_Number(long companyId,
String number)
Returns the country where companyId = ? and number = ? or returns
null if it could not be found. |
static Country |
CountryUtil.fetchByC_Number(long companyId,
String number,
boolean useFinderCache)
Returns the country where companyId = ? and number = ? or returns
null if it could not be found, optionally using the finder cache. |
Country |
CountryPersistence.fetchByC_Number(long companyId,
String number,
boolean useFinderCache)
Returns the country where companyId = ? and number = ? or returns
null if it could not be found, optionally using the finder cache. |
static Country |
CountryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
static Country |
CountryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ?.
|
static Country |
CountryUtil.fetchByPrimaryKey(long countryId)
Returns the country with the primary key or returns
null if it could not be found. |
Country |
CountryPersistence.fetchByPrimaryKey(long countryId)
Returns the country with the primary key or returns
null if it could not be found. |
static Country |
CountryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ? and companyId = ?.
|
Country |
CountryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ? and companyId = ?.
|
static Country |
CountryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ? and companyId = ?.
|
Country |
CountryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ? and companyId = ?.
|
static Country |
CountryUtil.fetchByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
static Country |
CountryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ?.
|
static Country |
CountryUtil.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
Country |
CountryPersistence.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first 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_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last 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.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.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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last 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_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_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_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_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_Number(long companyId,
String number)
Returns the country where companyId = ? and number = ? 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.findByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first 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_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last 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.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.findByPrimaryKey(long countryId)
Returns the country with the primary key or throws a
NoSuchCountryException if it could not be found. |
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.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_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_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last 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_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_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_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.findByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first 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_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last 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.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.remove(long countryId)
Removes the country with the primary key from the database.
|
Country |
CountryPersistence.remove(long countryId)
Removes the country with the primary key 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_A2(long companyId,
String a2)
Removes the country where companyId = ? and a2 = ? 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_A3(long companyId,
String a3)
Removes the country where companyId = ? and a3 = ? 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_Name(long companyId,
String name)
Removes the country where companyId = ? and name = ? from the database.
|
static Country |
CountryUtil.removeByC_Number(long companyId,
String number)
Removes the country where companyId = ? and number = ? from the database.
|
Country |
CountryPersistence.removeByC_Number(long companyId,
String number)
Removes the country where companyId = ? and number = ? from the database.
|
static Country |
CountryUtil.update(Country country) |
static Country |
CountryUtil.update(Country country,
ServiceContext serviceContext) |
static Country |
CountryUtil.updateImpl(Country country) |
Country |
CountryPersistence.updateImpl(Country country) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,Country> |
CountryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<Country> |
CountryUtil.findAll()
Returns all the countries.
|
List<Country> |
CountryPersistence.findAll()
Returns all the countries.
|
static List<Country> |
CountryUtil.findAll(int start,
int end)
Returns a range of all the countries.
|
List<Country> |
CountryPersistence.findAll(int start,
int end)
Returns a range of all the countries.
|
static List<Country> |
CountryUtil.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries.
|
List<Country> |
CountryPersistence.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries.
|
static List<Country> |
CountryUtil.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries.
|
List<Country> |
CountryPersistence.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries.
|
static List<Country> |
CountryUtil.findByActive(boolean active)
Returns all the countries where active = ?.
|
List<Country> |
CountryPersistence.findByActive(boolean active)
Returns all the countries where active = ?.
|
static List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end)
Returns a range of all the countries where active = ?.
|
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end)
Returns a range of all the countries where active = ?.
|
static List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where active = ?.
|
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where active = ?.
|
static List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where active = ?.
|
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where active = ?.
|
static List<Country> |
CountryUtil.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed)
Returns all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed)
Returns all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end)
Returns a range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end)
Returns a range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed)
Returns all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed)
Returns all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end)
Returns a range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end)
Returns a range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_Active(long companyId,
boolean active)
Returns all the countries where companyId = ? and active = ?.
|
List<Country> |
CountryPersistence.findByC_Active(long companyId,
boolean active)
Returns all the countries where companyId = ? and active = ?.
|
static List<Country> |
CountryUtil.findByC_Active(long companyId,
boolean active,
int start,
int end)
Returns a range of all the countries where companyId = ? and active = ?.
|
List<Country> |
CountryPersistence.findByC_Active(long companyId,
boolean active,
int start,
int end)
Returns a range of all the countries where companyId = ? and active = ?.
|
static List<Country> |
CountryUtil.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
List<Country> |
CountryPersistence.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
static List<Country> |
CountryUtil.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
List<Country> |
CountryPersistence.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
static List<Country> |
CountryUtil.findByCompanyId(long companyId)
Returns all the countries where companyId = ?.
|
List<Country> |
CountryPersistence.findByCompanyId(long companyId)
Returns all the countries where companyId = ?.
|
static List<Country> |
CountryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the countries where companyId = ?.
|
List<Country> |
CountryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the countries where companyId = ?.
|
static List<Country> |
CountryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ?.
|
List<Country> |
CountryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ?.
|
static List<Country> |
CountryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ?.
|
List<Country> |
CountryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ?.
|
static List<Country> |
CountryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the countries where uuid = ? and companyId = ?.
|
List<Country> |
CountryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the countries where uuid = ? and companyId = ?.
|
static List<Country> |
CountryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the countries where uuid = ? and companyId = ?.
|
List<Country> |
CountryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the countries where uuid = ? and companyId = ?.
|
static List<Country> |
CountryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
List<Country> |
CountryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
static List<Country> |
CountryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
List<Country> |
CountryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
static List<Country> |
CountryUtil.findByUuid(String uuid)
Returns all the countries where uuid = ?.
|
List<Country> |
CountryPersistence.findByUuid(String uuid)
Returns all the countries where uuid = ?.
|
static List<Country> |
CountryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the countries where uuid = ?.
|
List<Country> |
CountryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the countries where uuid = ?.
|
static List<Country> |
CountryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ?.
|
List<Country> |
CountryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ?.
|
static List<Country> |
CountryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ?.
|
List<Country> |
CountryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ?.
|
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Country> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
CountryUtil.cacheResult(Country country)
Caches the country in the entity cache if it is enabled.
|
void |
CountryPersistence.cacheResult(Country country)
Caches the country in the entity cache if it is enabled.
|
static void |
CountryUtil.clearCache(Country country) |
static Country |
CountryUtil.update(Country country) |
static Country |
CountryUtil.update(Country country,
ServiceContext serviceContext) |
static Country |
CountryUtil.updateImpl(Country country) |
Country |
CountryPersistence.updateImpl(Country country) |
Modifier and Type | Method and Description |
---|---|
static void |
CountryUtil.cacheResult(List<Country> countries)
Caches the countries in the entity cache if it is enabled.
|
void |
CountryPersistence.cacheResult(List<Country> countries)
Caches the countries in the entity cache if it is enabled.
|
static Country |
CountryUtil.fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
Country |
CountryPersistence.fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
static Country |
CountryUtil.fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?.
|
Country |
CountryPersistence.fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?.
|
static Country |
CountryUtil.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_Active_First(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ?.
|
Country |
CountryPersistence.fetchByC_Active_First(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ? and active = ?.
|
static Country |
CountryUtil.fetchByC_Active_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ?.
|
Country |
CountryPersistence.fetchByC_Active_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ? and active = ?.
|
static Country |
CountryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
static Country |
CountryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where companyId = ?.
|
static Country |
CountryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ? and companyId = ?.
|
Country |
CountryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ? and companyId = ?.
|
static Country |
CountryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ? and companyId = ?.
|
Country |
CountryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ? and companyId = ?.
|
static Country |
CountryUtil.fetchByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
static Country |
CountryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where uuid = ?.
|
static List<Country> |
CountryUtil.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries.
|
List<Country> |
CountryPersistence.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries.
|
static List<Country> |
CountryUtil.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries.
|
List<Country> |
CountryPersistence.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries.
|
static Country |
CountryUtil.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?.
|
Country |
CountryPersistence.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first 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_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last 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.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 List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where active = ?.
|
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where active = ?.
|
static List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where active = ?.
|
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where active = ?.
|
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_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_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_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_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_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 List<Country> |
CountryUtil.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_B(long companyId,
boolean active,
boolean billingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.
|
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_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_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_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_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_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 List<Country> |
CountryUtil.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
static List<Country> |
CountryUtil.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
List<Country> |
CountryPersistence.findByC_A_S(long companyId,
boolean active,
boolean shippingAllowed,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.
|
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_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_Last(long companyId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last 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_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_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 List<Country> |
CountryUtil.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
List<Country> |
CountryPersistence.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
static List<Country> |
CountryUtil.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
List<Country> |
CountryPersistence.findByC_Active(long companyId,
boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ? and active = ?.
|
static Country |
CountryUtil.findByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where companyId = ?.
|
Country |
CountryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the first 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_Last(long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last 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.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 List<Country> |
CountryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ?.
|
List<Country> |
CountryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where companyId = ?.
|
static List<Country> |
CountryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where companyId = ?.
|
List<Country> |
CountryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where 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_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_Last(String uuid,
long companyId,
OrderByComparator<Country> orderByComparator)
Returns the last 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_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_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 List<Country> |
CountryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
List<Country> |
CountryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
static List<Country> |
CountryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
List<Country> |
CountryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ? and companyId = ?.
|
static Country |
CountryUtil.findByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where uuid = ?.
|
Country |
CountryPersistence.findByUuid_First(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the first 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_Last(String uuid,
OrderByComparator<Country> orderByComparator)
Returns the last 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.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 List<Country> |
CountryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ?.
|
List<Country> |
CountryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where uuid = ?.
|
static List<Country> |
CountryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ?.
|
List<Country> |
CountryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Country> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the countries where uuid = ?.
|
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Country> orderByComparator) |