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 Country
CountryLocalServiceUtil.addCountry
(Country country) Adds the country to the database.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) 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 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) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryLocalServiceUtil.deleteCountry
(long countryId) Deletes the country with the primary key from the database.static Country
CountryLocalServiceUtil.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 Country
CountryLocalServiceUtil.fetchCountry
(long countryId) CountryLocalServiceWrapper.fetchCountry
(long countryId) CountryService.fetchCountry
(long countryId) static Country
CountryServiceUtil.fetchCountry
(long countryId) CountryServiceWrapper.fetchCountry
(long countryId) CountryLocalService.fetchCountryByA2
(long companyId, String a2) static Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.fetchCountryByA2
(long companyId, String a2) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.fetchCountryByA3
(long companyId, String a3) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.fetchCountryByName
(long companyId, String name) CountryLocalServiceWrapper.fetchCountryByName
(long companyId, String name) CountryLocalService.fetchCountryByNumber
(long companyId, String number) static Country
CountryLocalServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountry
(long countryId) CountryServiceWrapper.getCountry
(long countryId) CountryLocalService.getCountryByA2
(long companyId, String a2) static Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountryByA2
(long companyId, String a2) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountryByA3
(long companyId, String a3) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryServiceUtil.getCountryByName
(long companyId, String name) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.getCountryByNumber
(long companyId, String number) CountryLocalServiceWrapper.getCountryByNumber
(long companyId, String number) CountryService.getCountryByNumber
(long companyId, String number) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryLocalServiceUtil.updateActive
(long countryId, boolean active) CountryLocalServiceWrapper.updateActive
(long countryId, boolean active) CountryService.updateActive
(long countryId, boolean active) static Country
CountryServiceUtil.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 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
CountryLocalServiceUtil.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 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) 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 Country
CountryLocalServiceUtil.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) CountryLocalServiceWrapper.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) CountryService.updateGroupFilterEnabled
(long countryId, boolean groupFilterEnabled) static Country
CountryServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryLocalServiceUtil.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 Country
CountryLocalServiceUtil.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 CountryLocalization
CountryLocalServiceUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 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 = ?.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_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 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 = ?.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_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 returnsnull
if it could not be found.CountryPersistence.fetchByC_A2
(long companyId, String a2, boolean useFinderCache) Returns the country where companyId = ? and a2 = ? or returnsnull
if it could not be found, optionally using the finder cache.static Country
CountryUtil.fetchByC_A2
(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or returnsnull
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 returnsnull
if 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 returnsnull
if it could not be found.CountryPersistence.fetchByC_A3
(long companyId, String a3, boolean useFinderCache) Returns the country where companyId = ? and a3 = ? or returnsnull
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 returnsnull
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 returnsnull
if 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 Country
CountryUtil.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 Country
CountryUtil.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 returnsnull
if it could not be found.CountryPersistence.fetchByC_Name
(long companyId, String name, boolean useFinderCache) Returns the country where companyId = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.static Country
CountryUtil.fetchByC_Name
(long companyId, String name) Returns the country where companyId = ? and name = ? or returnsnull
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 returnsnull
if 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 returnsnull
if it could not be found.CountryPersistence.fetchByC_Number
(long companyId, String number, boolean useFinderCache) Returns the country where companyId = ? and number = ? or returnsnull
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 returnsnull
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 returnsnull
if 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 Country
CountryUtil.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 Country
CountryUtil.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 returnsnull
if it could not be found.static Country
CountryUtil.fetchByPrimaryKey
(long countryId) Returns the country with the primary key or returnsnull
if 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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.findByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.Country[]
CountryPersistence.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.static Country[]
CountryUtil.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.CountryPersistence.findByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.findByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.Country[]
CountryPersistence.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country[]
CountryUtil.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.findByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.findByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.Country[]
CountryPersistence.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country[]
CountryUtil.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_A2
(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_A2
(long companyId, String a2) Returns the country where companyId = ? and a2 = ? or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByC_A3
(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_A3
(long companyId, String a3) Returns the country where companyId = ? and a3 = ? or throws aNoSuchCountryException
if 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 Country
CountryUtil.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 Country
CountryUtil.findByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.Country[]
CountryPersistence.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.static Country[]
CountryUtil.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.CountryPersistence.findByC_Name
(long companyId, String name) Returns the country where companyId = ? and name = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_Name
(long companyId, String name) Returns the country where companyId = ? and name = ? or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByC_Number
(long companyId, String number) Returns the country where companyId = ? and number = ? or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByC_Number
(long companyId, String number) Returns the country where companyId = ? and number = ? or throws aNoSuchCountryException
if it could not be found.CountryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static Country
CountryUtil.findByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.CountryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static Country
CountryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.Country[]
CountryPersistence.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.static Country[]
CountryUtil.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.CountryPersistence.findByPrimaryKey
(long countryId) Returns the country with the primary key or throws aNoSuchCountryException
if it could not be found.static Country
CountryUtil.findByPrimaryKey
(long countryId) Returns the country with the primary key or throws aNoSuchCountryException
if 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 Country
CountryUtil.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 Country
CountryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.Country[]
CountryPersistence.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.static Country[]
CountryUtil.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.CountryPersistence.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.Country[]
CountryPersistence.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.static Country[]
CountryUtil.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.CountryPersistence.remove
(long countryId) Removes the country with the primary key from the database.static Country
CountryUtil.remove
(long countryId) Removes the country with the primary key from the database.CountryPersistence.removeByC_A2
(long companyId, String a2) Removes the country where companyId = ? and a2 = ? from the database.static Country
CountryUtil.removeByC_A2
(long companyId, String a2) Removes the country where companyId = ? and a2 = ? from the database.CountryPersistence.removeByC_A3
(long companyId, String a3) Removes the country where companyId = ? and a3 = ? from the database.static Country
CountryUtil.removeByC_A3
(long companyId, String a3) Removes the country where companyId = ? and a3 = ? from the database.CountryPersistence.removeByC_Name
(long companyId, String name) Removes the country where companyId = ? and name = ? from the database.static Country
CountryUtil.removeByC_Name
(long companyId, String name) Removes the country where companyId = ? and name = ? from the database.CountryPersistence.removeByC_Number
(long companyId, String number) Removes the country where companyId = ? and number = ? from the database.static Country
CountryUtil.removeByC_Number
(long companyId, String number) Removes the country where companyId = ? and number = ? from the database.static Country
static Country
CountryUtil.update
(Country country, ServiceContext serviceContext) CountryPersistence.updateImpl
(Country country) static Country
CountryUtil.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 TypeMethodDescriptionvoid
CountryPersistence.cacheResult
(Country country) Caches the country in the entity cache if it is enabled.static void
CountryUtil.cacheResult
(Country country) Caches the country in the entity cache if it is enabled.static void
CountryUtil.clearCache
(Country country) static Country
static Country
CountryUtil.update
(Country country, ServiceContext serviceContext) CountryPersistence.updateImpl
(Country country) static Country
CountryUtil.updateImpl
(Country country) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type CountryModifier and TypeMethodDescriptionvoid
CountryPersistence.cacheResult
(List<Country> countries) Caches the countries in the entity cache if it is enabled.static void
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 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 = ?.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_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 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 = ?.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_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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.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 Country
CountryUtil.findByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.Country[]
CountryPersistence.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.static Country[]
CountryUtil.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.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 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 = ?.CountryPersistence.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.Country[]
CountryPersistence.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country[]
CountryUtil.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.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 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 = ?.CountryPersistence.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.Country[]
CountryPersistence.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country[]
CountryUtil.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.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 Country
CountryUtil.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 Country
CountryUtil.findByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.Country[]
CountryPersistence.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.static Country[]
CountryUtil.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.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 Country
CountryUtil.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 Country
CountryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.Country[]
CountryPersistence.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.static Country[]
CountryUtil.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.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 Country
CountryUtil.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 Country
CountryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.Country[]
CountryPersistence.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.static Country[]
CountryUtil.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.CountryPersistence.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.Country[]
CountryPersistence.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.static Country[]
CountryUtil.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.CountryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Country> orderByComparator)