Uses of Interface
com.liferay.portal.kernel.model.Country
Packages that use Country
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Country in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement CountryFields in com.liferay.portal.kernel.model with type parameters of type CountryMethods in com.liferay.portal.kernel.model that return CountryModifier and TypeMethodDescriptionCountryModel.cloneWithOriginalValues()CountryWrapper.cloneWithOriginalValues()Address.getCountry()AddressWrapper.getCountry()Methods in com.liferay.portal.kernel.model that return types with arguments of type CountryModifier and TypeMethodDescriptionCountryWrapper.getAttributeGetterFunctions()CountryWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.portal.kernel.model with parameters of type CountryConstructors in com.liferay.portal.kernel.model with parameters of type Country -
Uses of Country in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search with parameters of type Country -
Uses of Country in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return CountryModifier and TypeMethodDescriptionCountryLocalService.addCountry(Country country) Adds the country to the database.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) static CountryCountryLocalServiceUtil.addCountry(Country country) Adds the country to the database.static CountryCountryLocalServiceUtil.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) CountryLocalServiceWrapper.addCountry(Country country) Adds the country to the database.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) 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) CountryService.addCountry(String name, String a2, String a3, String number, String idd, boolean active) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.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 CountryCountryServiceUtil.addCountry(String name, String a2, String a3, String number, String idd, boolean active) Deprecated.As of Cavanaugh (7.4.x)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) CountryServiceWrapper.addCountry(String name, String a2, String a3, String number, String idd, boolean active) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.createCountry(long countryId) Creates a new country with the primary key.static CountryCountryLocalServiceUtil.createCountry(long countryId) Creates a new country with the primary key.CountryLocalServiceWrapper.createCountry(long countryId) Creates a new country with the primary key.CountryLocalService.deleteCountry(long countryId) Deletes the country with the primary key from the database.CountryLocalService.deleteCountry(Country country) Deletes the country from the database.static CountryCountryLocalServiceUtil.deleteCountry(long countryId) Deletes the country with the primary key from the database.static CountryCountryLocalServiceUtil.deleteCountry(Country country) Deletes the country from the database.CountryLocalServiceWrapper.deleteCountry(long countryId) Deletes the country with the primary key from the database.CountryLocalServiceWrapper.deleteCountry(Country country) Deletes the country from the database.CountryLocalService.fetchCountry(long countryId) static CountryCountryLocalServiceUtil.fetchCountry(long countryId) CountryLocalServiceWrapper.fetchCountry(long countryId) CountryService.fetchCountry(long countryId) static CountryCountryServiceUtil.fetchCountry(long countryId) CountryServiceWrapper.fetchCountry(long countryId) CountryLocalService.fetchCountryByA2(long companyId, String a2) static CountryCountryLocalServiceUtil.fetchCountryByA2(long companyId, String a2) CountryLocalServiceWrapper.fetchCountryByA2(long companyId, String a2) CountryService.fetchCountryByA2(long companyId, String a2) CountryService.fetchCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.fetchCountryByA2(long companyId, String a2) static CountryCountryServiceUtil.fetchCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.fetchCountryByA2(long companyId, String a2) CountryServiceWrapper.fetchCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.fetchCountryByA3(long companyId, String a3) static CountryCountryLocalServiceUtil.fetchCountryByA3(long companyId, String a3) CountryLocalServiceWrapper.fetchCountryByA3(long companyId, String a3) CountryService.fetchCountryByA3(long companyId, String a3) CountryService.fetchCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.fetchCountryByA3(long companyId, String a3) static CountryCountryServiceUtil.fetchCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.fetchCountryByA3(long companyId, String a3) CountryServiceWrapper.fetchCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.fetchCountryByName(long companyId, String name) static CountryCountryLocalServiceUtil.fetchCountryByName(long companyId, String name) CountryLocalServiceWrapper.fetchCountryByName(long companyId, String name) CountryLocalService.fetchCountryByNumber(long companyId, String number) static CountryCountryLocalServiceUtil.fetchCountryByNumber(long companyId, String number) CountryLocalServiceWrapper.fetchCountryByNumber(long companyId, String number) CountryLocalService.fetchCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.static CountryCountryLocalServiceUtil.fetchCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalServiceWrapper.fetchCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalService.getCountry(long countryId) Returns the country with the primary key.static CountryCountryLocalServiceUtil.getCountry(long countryId) Returns the country with the primary key.CountryLocalServiceWrapper.getCountry(long countryId) Returns the country with the primary key.CountryService.getCountry(long countryId) static CountryCountryServiceUtil.getCountry(long countryId) CountryServiceWrapper.getCountry(long countryId) CountryLocalService.getCountryByA2(long companyId, String a2) static CountryCountryLocalServiceUtil.getCountryByA2(long companyId, String a2) CountryLocalServiceWrapper.getCountryByA2(long companyId, String a2) CountryService.getCountryByA2(long companyId, String a2) CountryService.getCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.getCountryByA2(long companyId, String a2) static CountryCountryServiceUtil.getCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountryByA2(long companyId, String a2) CountryServiceWrapper.getCountryByA2(String a2) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByA3(long companyId, String a3) static CountryCountryLocalServiceUtil.getCountryByA3(long companyId, String a3) CountryLocalServiceWrapper.getCountryByA3(long companyId, String a3) CountryService.getCountryByA3(long companyId, String a3) CountryService.getCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.getCountryByA3(long companyId, String a3) static CountryCountryServiceUtil.getCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountryByA3(long companyId, String a3) CountryServiceWrapper.getCountryByA3(String a3) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByName(long companyId, String name) static CountryCountryLocalServiceUtil.getCountryByName(long companyId, String name) CountryLocalServiceWrapper.getCountryByName(long companyId, String name) CountryService.getCountryByName(long companyId, String name) CountryService.getCountryByName(String name) Deprecated.As of Cavanaugh (7.4.x)static CountryCountryServiceUtil.getCountryByName(long companyId, String name) static CountryCountryServiceUtil.getCountryByName(String name) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountryByName(long companyId, String name) CountryServiceWrapper.getCountryByName(String name) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCountryByNumber(long companyId, String number) static CountryCountryLocalServiceUtil.getCountryByNumber(long companyId, String number) CountryLocalServiceWrapper.getCountryByNumber(long companyId, String number) CountryService.getCountryByNumber(long companyId, String number) static CountryCountryServiceUtil.getCountryByNumber(long companyId, String number) CountryServiceWrapper.getCountryByNumber(long companyId, String number) CountryLocalService.getCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.static CountryCountryLocalServiceUtil.getCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalServiceWrapper.getCountryByUuidAndCompanyId(String uuid, long companyId) Returns the country with the matching UUID and company.CountryLocalService.updateActive(long countryId, boolean active) static CountryCountryLocalServiceUtil.updateActive(long countryId, boolean active) CountryLocalServiceWrapper.updateActive(long countryId, boolean active) CountryService.updateActive(long countryId, boolean active) static CountryCountryServiceUtil.updateActive(long countryId, boolean active) CountryServiceWrapper.updateActive(long countryId, boolean active) CountryLocalService.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryLocalService.updateCountry(Country country) Updates the country in the database or adds it if it does not yet exist.static CountryCountryLocalServiceUtil.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) static CountryCountryLocalServiceUtil.updateCountry(Country country) Updates the country in the database or adds it if it does not yet exist.CountryLocalServiceWrapper.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryLocalServiceWrapper.updateCountry(Country country) Updates the country in the database or adds it if it does not yet exist.CountryService.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) static CountryCountryServiceUtil.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryServiceWrapper.updateCountry(long countryId, String a2, String a3, boolean active, boolean billingAllowed, String idd, String name, String number, double position, boolean shippingAllowed, boolean subjectToVAT) CountryLocalService.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) static CountryCountryLocalServiceUtil.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) CountryLocalServiceWrapper.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) CountryService.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) static CountryCountryServiceUtil.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) CountryServiceWrapper.updateGroupFilterEnabled(long countryId, boolean groupFilterEnabled) Methods in com.liferay.portal.kernel.service that return types with arguments of type CountryModifier and TypeMethodDescriptionCountryLocalService.getCompanyCountries(long companyId) CountryLocalService.getCompanyCountries(long companyId, boolean active) CountryLocalService.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalService.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceUtil.getCompanyCountries(long companyId) CountryLocalServiceUtil.getCompanyCountries(long companyId, boolean active) CountryLocalServiceUtil.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceUtil.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.getCompanyCountries(long companyId) CountryLocalServiceWrapper.getCompanyCountries(long companyId, boolean active) CountryLocalServiceWrapper.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries(long companyId) CountryService.getCompanyCountries(long companyId, boolean active) CountryService.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceUtil.getCompanyCountries(long companyId) CountryServiceUtil.getCompanyCountries(long companyId, boolean active) CountryServiceUtil.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceUtil.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.getCompanyCountries(long companyId) CountryServiceWrapper.getCompanyCountries(long companyId, boolean active) CountryServiceWrapper.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalService.getCountries(int start, int end) Returns a range of all the countries.CountryLocalServiceUtil.getCountries(int start, int end) Returns a range of all the countries.CountryLocalServiceWrapper.getCountries(int start, int end) Returns a range of all the countries.CountryService.getCountries()Deprecated.As of Cavanaugh (7.4.x)CountryService.getCountries(boolean active) Deprecated.As of Cavanaugh (7.4.x)CountryServiceUtil.getCountries()Deprecated.As of Cavanaugh (7.4.x)CountryServiceUtil.getCountries(boolean active) Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountries()Deprecated.As of Cavanaugh (7.4.x)CountryServiceWrapper.getCountries(boolean active) Deprecated.As of Cavanaugh (7.4.x)CountryLocalService.getCTPersistence()CountryLocalServiceWrapper.getCTPersistence()CountryLocalService.getModelClass()CountryLocalServiceWrapper.getModelClass()CountryLocalService.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) CountryLocalServiceWrapper.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.searchCountries(long companyId, Boolean active, String keywords, 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) CountryServiceWrapper.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type CountryModifier and TypeMethodDescriptionCountryLocalService.addCountry(Country country) Adds the country to the database.static CountryCountryLocalServiceUtil.addCountry(Country country) Adds the country to the database.CountryLocalServiceWrapper.addCountry(Country country) Adds the country to the database.CountryLocalService.deleteCountry(Country country) Deletes the country from the database.static CountryCountryLocalServiceUtil.deleteCountry(Country country) Deletes the country from the database.CountryLocalServiceWrapper.deleteCountry(Country country) Deletes the country from the database.CountryLocalService.updateCountry(Country country) Updates the country in the database or adds it if it does not yet exist.static CountryCountryLocalServiceUtil.updateCountry(Country country) Updates the country in the database or adds it if it does not yet exist.CountryLocalServiceWrapper.updateCountry(Country country) Updates the country in the database or adds it if it does not yet exist.CountryLocalService.updateCountryLocalization(Country country, String languageId, String title) static CountryLocalizationCountryLocalServiceUtil.updateCountryLocalization(Country country, String languageId, String title) CountryLocalServiceWrapper.updateCountryLocalization(Country country, String languageId, String title) CountryLocalService.updateCountryLocalizations(Country country, Map<String, String> titleMap) static List<CountryLocalization>CountryLocalServiceUtil.updateCountryLocalizations(Country country, Map<String, String> titleMap) CountryLocalServiceWrapper.updateCountryLocalizations(Country country, Map<String, String> titleMap) Method parameters in com.liferay.portal.kernel.service with type arguments of type CountryModifier and TypeMethodDescriptionCountryLocalService.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalService.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceUtil.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceUtil.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceUtil.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceUtil.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.getCompanyCountries(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.getCompanyCountries(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalService.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) CountryLocalServiceWrapper.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.searchCountries(long companyId, Boolean active, String keywords, 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) CountryServiceWrapper.searchCountries(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) <R,E extends Throwable>
RCountryLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Country>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RCountryLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<Country>, R, E> updateUnsafeFunction) -
Uses of Country in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return CountryModifier and TypeMethodDescriptionCountryPersistence.create(long countryId) Creates a new country with the primary key.static CountryCountryUtil.create(long countryId) Creates a new country with the primary key.CountryPersistence.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.static CountryCountryUtil.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.CountryPersistence.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.static CountryCountryUtil.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.CountryPersistence.fetchByC_A2(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or returnsnullif it could not be found.CountryPersistence.fetchByC_A2(long companyId, String a2, boolean useFinderCache) Returns the country where companyId = ? and a2 = ? or returnsnullif it could not be found, optionally using the finder cache.static CountryCountryUtil.fetchByC_A2(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or returnsnullif it could not be found.static CountryCountryUtil.fetchByC_A2(long companyId, String a2, boolean useFinderCache) Returns the country where companyId = ? and a2 = ? or returnsnullif it could not be found, optionally using the finder cache.CountryPersistence.fetchByC_A3(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or returnsnullif it could not be found.CountryPersistence.fetchByC_A3(long companyId, String a3, boolean useFinderCache) Returns the country where companyId = ? and a3 = ? or returnsnullif it could not be found, optionally using the finder cache.static CountryCountryUtil.fetchByC_A3(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or returnsnullif it could not be found.static CountryCountryUtil.fetchByC_A3(long companyId, String a3, boolean useFinderCache) Returns the country where companyId = ? and a3 = ? or returnsnullif it could not be found, optionally using the finder cache.CountryPersistence.fetchByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.fetchByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.CountryPersistence.fetchByC_Active_Last(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.fetchByC_Active_Last(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.CountryPersistence.fetchByC_Name(long companyId, String name) Returns the country where companyId = ? and name = ? or returnsnullif it could not be found.CountryPersistence.fetchByC_Name(long companyId, String name, boolean useFinderCache) Returns the country where companyId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.static CountryCountryUtil.fetchByC_Name(long companyId, String name) Returns the country where companyId = ? and name = ? or returnsnullif it could not be found.static CountryCountryUtil.fetchByC_Name(long companyId, String name, boolean useFinderCache) Returns the country where companyId = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.CountryPersistence.fetchByC_Number(long companyId, String number) Returns the country where companyId = ? and number = ? or returnsnullif it could not be found.CountryPersistence.fetchByC_Number(long companyId, String number, boolean useFinderCache) Returns the country where companyId = ? and number = ? or returnsnullif it could not be found, optionally using the finder cache.static CountryCountryUtil.fetchByC_Number(long companyId, String number) Returns the country where companyId = ? and number = ? or returnsnullif it could not be found.static CountryCountryUtil.fetchByC_Number(long companyId, String number, boolean useFinderCache) Returns the country where companyId = ? and number = ? or returnsnullif it could not be found, optionally using the finder cache.CountryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static CountryCountryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.CountryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static CountryCountryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.CountryPersistence.fetchByPrimaryKey(long countryId) Returns the country with the primary key or returnsnullif it could not be found.static CountryCountryUtil.fetchByPrimaryKey(long countryId) Returns the country with the primary key or returnsnullif it could not be found.CountryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.fetchByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static CountryCountryUtil.fetchByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.CountryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static CountryCountryUtil.fetchByUuid_Last(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.CountryPersistence.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.static CountryCountryUtil.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.CountryPersistence.findByActive_Last(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.static CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.CountryPersistence.findByC_A2(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or throws aNoSuchCountryExceptionif it could not be found.static CountryCountryUtil.findByC_A2(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or throws aNoSuchCountryExceptionif it could not be found.CountryPersistence.findByC_A3(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or throws aNoSuchCountryExceptionif it could not be found.static CountryCountryUtil.findByC_A3(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or throws aNoSuchCountryExceptionif it could not be found.CountryPersistence.findByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.findByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.CountryPersistence.findByC_Active_Last(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.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 = ?.CountryPersistence.findByC_Name(long companyId, String name) Returns the country where companyId = ? and name = ? or throws aNoSuchCountryExceptionif it could not be found.static CountryCountryUtil.findByC_Name(long companyId, String name) Returns the country where companyId = ? and name = ? or throws aNoSuchCountryExceptionif it could not be found.CountryPersistence.findByC_Number(long companyId, String number) Returns the country where companyId = ? and number = ? or throws aNoSuchCountryExceptionif it could not be found.static CountryCountryUtil.findByC_Number(long companyId, String number) Returns the country where companyId = ? and number = ? or throws aNoSuchCountryExceptionif it could not be found.CountryPersistence.findByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static CountryCountryUtil.findByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.CountryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static CountryCountryUtil.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 = ?.CountryPersistence.findByPrimaryKey(long countryId) Returns the country with the primary key or throws aNoSuchCountryExceptionif it could not be found.static CountryCountryUtil.findByPrimaryKey(long countryId) Returns the country with the primary key or throws aNoSuchCountryExceptionif it could not be found.CountryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.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 = ?.CountryPersistence.findByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static CountryCountryUtil.findByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.CountryPersistence.findByUuid_Last(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static CountryCountryUtil.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 = ?.CountryPersistence.remove(long countryId) Removes the country with the primary key from the database.static CountryCountryUtil.remove(long countryId) Removes the country with the primary key from the database.CountryPersistence.removeByC_A2(long companyId, String a2) Removes the country where companyId = ? and a2 = ? from the database.static CountryCountryUtil.removeByC_A2(long companyId, String a2) Removes the country where companyId = ? and a2 = ? from the database.CountryPersistence.removeByC_A3(long companyId, String a3) Removes the country where companyId = ? and a3 = ? from the database.static CountryCountryUtil.removeByC_A3(long companyId, String a3) Removes the country where companyId = ? and a3 = ? from the database.CountryPersistence.removeByC_Name(long companyId, String name) Removes the country where companyId = ? and name = ? from the database.static CountryCountryUtil.removeByC_Name(long companyId, String name) Removes the country where companyId = ? and name = ? from the database.CountryPersistence.removeByC_Number(long companyId, String number) Removes the country where companyId = ? and number = ? from the database.static CountryCountryUtil.removeByC_Number(long companyId, String number) Removes the country where companyId = ? and number = ? from the database.static Countrystatic CountryCountryUtil.update(Country country, ServiceContext serviceContext) CountryPersistence.updateImpl(Country country) static CountryCountryUtil.updateImpl(Country country) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type CountryModifier and TypeMethodDescriptionstatic Map<Serializable,Country> CountryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) CountryPersistence.findAll()Returns all the countries.CountryPersistence.findAll(int start, int end) Returns a range of all the countries.CountryPersistence.findAll(int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries.CountryPersistence.findAll(int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries.CountryUtil.findAll()Returns all the countries.CountryUtil.findAll(int start, int end) Returns a range of all the countries.CountryUtil.findAll(int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries.CountryUtil.findAll(int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries.CountryPersistence.findByActive(boolean active) Returns all the countries where active = ?.CountryPersistence.findByActive(boolean active, int start, int end) Returns a range of all the countries where active = ?.CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where active = ?.CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where active = ?.CountryUtil.findByActive(boolean active) Returns all the countries where active = ?.CountryUtil.findByActive(boolean active, int start, int end) Returns a range of all the countries where active = ?.CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where active = ?.CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where active = ?.CountryPersistence.findByC_A_B(long companyId, boolean active, boolean billingAllowed) Returns all the countries where companyId = ? and active = ? and billingAllowed = ?.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 = ?.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 = ?.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 = ?.CountryUtil.findByC_A_B(long companyId, boolean active, boolean billingAllowed) Returns all the countries where companyId = ? and active = ? and billingAllowed = ?.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 = ?.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 = ?.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 = ?.CountryPersistence.findByC_A_S(long companyId, boolean active, boolean shippingAllowed) Returns all the countries where companyId = ? and active = ? and shippingAllowed = ?.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 = ?.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 = ?.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 = ?.CountryUtil.findByC_A_S(long companyId, boolean active, boolean shippingAllowed) Returns all the countries where companyId = ? and active = ? and shippingAllowed = ?.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 = ?.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 = ?.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 = ?.CountryPersistence.findByC_Active(long companyId, boolean active) Returns all the countries where companyId = ? and active = ?.CountryPersistence.findByC_Active(long companyId, boolean active, int start, int end) Returns a range of all the countries where companyId = ? and active = ?.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 = ?.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 = ?.CountryUtil.findByC_Active(long companyId, boolean active) Returns all the countries where companyId = ? and active = ?.CountryUtil.findByC_Active(long companyId, boolean active, int start, int end) Returns a range of all the countries where companyId = ? and active = ?.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 = ?.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 = ?.CountryPersistence.findByCompanyId(long companyId) Returns all the countries where companyId = ?.CountryPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the countries where companyId = ?.CountryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ?.CountryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ?.CountryUtil.findByCompanyId(long companyId) Returns all the countries where companyId = ?.CountryUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the countries where companyId = ?.CountryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ?.CountryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ?.CountryPersistence.findByUuid(String uuid) Returns all the countries where uuid = ?.CountryPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the countries where uuid = ?.CountryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ?.CountryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ?.CountryUtil.findByUuid(String uuid) Returns all the countries where uuid = ?.CountryUtil.findByUuid(String uuid, int start, int end) Returns a range of all the countries where uuid = ?.CountryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ?.CountryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ?.CountryPersistence.findByUuid_C(String uuid, long companyId) Returns all the countries where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the countries where uuid = ? and companyId = ?.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 = ?.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 = ?.CountryUtil.findByUuid_C(String uuid, long companyId) Returns all the countries where uuid = ? and companyId = ?.CountryUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the countries where uuid = ? and companyId = ?.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 = ?.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 = ?.CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Country> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type CountryModifier and TypeMethodDescriptionvoidCountryPersistence.cacheResult(Country country) Caches the country in the entity cache if it is enabled.static voidCountryUtil.cacheResult(Country country) Caches the country in the entity cache if it is enabled.static voidCountryUtil.clearCache(Country country) static Countrystatic CountryCountryUtil.update(Country country, ServiceContext serviceContext) CountryPersistence.updateImpl(Country country) static CountryCountryUtil.updateImpl(Country country) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type CountryModifier and TypeMethodDescriptionvoidCountryPersistence.cacheResult(List<Country> countries) Caches the countries in the entity cache if it is enabled.static voidCountryUtil.cacheResult(List<Country> countries) Caches the countries in the entity cache if it is enabled.CountryPersistence.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.static CountryCountryUtil.fetchByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.CountryPersistence.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.static CountryCountryUtil.fetchByActive_Last(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.CountryPersistence.fetchByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.fetchByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.CountryPersistence.fetchByC_Active_Last(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.fetchByC_Active_Last(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.CountryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static CountryCountryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.CountryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static CountryCountryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.CountryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.fetchByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static CountryCountryUtil.fetchByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.CountryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static CountryCountryUtil.fetchByUuid_Last(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.CountryPersistence.findAll(int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries.CountryPersistence.findAll(int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries.CountryUtil.findAll(int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries.CountryUtil.findAll(int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries.CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where active = ?.CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where active = ?.CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where active = ?.CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where active = ?.CountryPersistence.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.static CountryCountryUtil.findByActive_First(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.CountryPersistence.findByActive_Last(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.static CountryCountryUtil.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 CountryCountryUtil.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 = ?.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 CountryCountryUtil.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.CountryPersistence.findByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.findByC_Active_First(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.CountryPersistence.findByC_Active_Last(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.static CountryCountryUtil.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 = ?.CountryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ?.CountryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ?.CountryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ?.CountryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ?.CountryPersistence.findByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static CountryCountryUtil.findByCompanyId_First(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.CountryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static CountryCountryUtil.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 = ?.CountryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ?.CountryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ?.CountryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ?.CountryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ?.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 = ?.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 = ?.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 = ?.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 = ?.CountryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.static CountryCountryUtil.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 = ?.CountryPersistence.findByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static CountryCountryUtil.findByUuid_First(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.CountryPersistence.findByUuid_Last(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static CountryCountryUtil.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 = ?.CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Country> orderByComparator)