Uses of Interface
com.liferay.portal.kernel.model.CountryLocalization
Packages that use CountryLocalization
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 CountryLocalization in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement CountryLocalizationFields in com.liferay.portal.kernel.model with type parameters of type CountryLocalizationModifier and TypeFieldDescriptionstatic final Accessor<CountryLocalization,
Long> CountryLocalization.COUNTRY_LOCALIZATION_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return CountryLocalizationModifier and TypeMethodDescriptionCountryLocalizationModel.cloneWithOriginalValues()
CountryLocalizationWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type CountryLocalizationModifier and TypeMethodDescriptionCountryLocalizationWrapper.getAttributeGetterFunctions()
CountryLocalizationWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type CountryLocalizationModifier and TypeMethodDescriptionprotected CountryLocalizationWrapper
CountryLocalizationWrapper.wrap
(CountryLocalization countryLocalization) Constructors in com.liferay.portal.kernel.model with parameters of type CountryLocalizationModifierConstructorDescriptionCountryLocalizationWrapper
(CountryLocalization countryLocalization) -
Uses of CountryLocalization in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return CountryLocalizationModifier and TypeMethodDescriptionCountryLocalService.fetchCountryLocalization
(long countryId, String languageId) static CountryLocalization
CountryLocalServiceUtil.fetchCountryLocalization
(long countryId, String languageId) CountryLocalServiceWrapper.fetchCountryLocalization
(long countryId, String languageId) CountryLocalService.getCountryLocalization
(long countryId, String languageId) static CountryLocalization
CountryLocalServiceUtil.getCountryLocalization
(long countryId, String languageId) CountryLocalServiceWrapper.getCountryLocalization
(long countryId, String languageId) 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) Methods in com.liferay.portal.kernel.service that return types with arguments of type CountryLocalizationModifier and TypeMethodDescriptionCountryLocalService.getCountryLocalizations
(long countryId) static List<CountryLocalization>
CountryLocalServiceUtil.getCountryLocalizations
(long countryId) CountryLocalServiceWrapper.getCountryLocalizations
(long countryId) 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) -
Uses of CountryLocalization in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return CountryLocalizationModifier and TypeMethodDescriptionCountryLocalizationPersistence.create
(long countryLocalizationId) Creates a new country localization with the primary key.static CountryLocalization
CountryLocalizationUtil.create
(long countryLocalizationId) Creates a new country localization with the primary key.CountryLocalizationPersistence.fetchByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.fetchByCountryId_LanguageId
(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or returnsnull
if it could not be found.CountryLocalizationPersistence.fetchByCountryId_LanguageId
(long countryId, String languageId, boolean useFinderCache) Returns the country localization where countryId = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_LanguageId
(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or returnsnull
if it could not be found.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_LanguageId
(long countryId, String languageId, boolean useFinderCache) Returns the country localization where countryId = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.CountryLocalizationPersistence.fetchByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.fetchByPrimaryKey
(long countryLocalizationId) Returns the country localization with the primary key or returnsnull
if it could not be found.static CountryLocalization
CountryLocalizationUtil.fetchByPrimaryKey
(long countryLocalizationId) Returns the country localization with the primary key or returnsnull
if it could not be found.CountryLocalizationPersistence.findByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.findByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.findByCountryId_LanguageId
(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or throws aNoSuchCountryLocalizationException
if it could not be found.static CountryLocalization
CountryLocalizationUtil.findByCountryId_LanguageId
(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or throws aNoSuchCountryLocalizationException
if it could not be found.CountryLocalizationPersistence.findByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.findByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.findByCountryId_PrevAndNext
(long countryLocalizationId, long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.static CountryLocalization[]
CountryLocalizationUtil.findByCountryId_PrevAndNext
(long countryLocalizationId, long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.findByPrimaryKey
(long countryLocalizationId) Returns the country localization with the primary key or throws aNoSuchCountryLocalizationException
if it could not be found.static CountryLocalization
CountryLocalizationUtil.findByPrimaryKey
(long countryLocalizationId) Returns the country localization with the primary key or throws aNoSuchCountryLocalizationException
if it could not be found.CountryLocalizationPersistence.remove
(long countryLocalizationId) Removes the country localization with the primary key from the database.static CountryLocalization
CountryLocalizationUtil.remove
(long countryLocalizationId) Removes the country localization with the primary key from the database.CountryLocalizationPersistence.removeByCountryId_LanguageId
(long countryId, String languageId) Removes the country localization where countryId = ? and languageId = ? from the database.static CountryLocalization
CountryLocalizationUtil.removeByCountryId_LanguageId
(long countryId, String languageId) Removes the country localization where countryId = ? and languageId = ? from the database.static CountryLocalization
CountryLocalizationUtil.update
(CountryLocalization countryLocalization) static CountryLocalization
CountryLocalizationUtil.update
(CountryLocalization countryLocalization, ServiceContext serviceContext) CountryLocalizationPersistence.updateImpl
(CountryLocalization countryLocalization) static CountryLocalization
CountryLocalizationUtil.updateImpl
(CountryLocalization countryLocalization) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type CountryLocalizationModifier and TypeMethodDescriptionstatic Map<Serializable,
CountryLocalization> CountryLocalizationUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) CountryLocalizationPersistence.findAll()
Returns all the country localizations.CountryLocalizationPersistence.findAll
(int start, int end) Returns a range of all the country localizations.CountryLocalizationPersistence.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.CountryLocalizationPersistence.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll()
Returns all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll
(int start, int end) Returns a range of all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.CountryLocalizationPersistence.findByCountryId
(long countryId) Returns all the country localizations where countryId = ?.CountryLocalizationPersistence.findByCountryId
(long countryId, int start, int end) Returns a range of all the country localizations where countryId = ?.CountryLocalizationPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.CountryLocalizationPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId) Returns all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId, int start, int end) Returns a range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<CountryLocalization>
CountryLocalizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<CountryLocalization>
CountryLocalizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type CountryLocalizationModifier and TypeMethodDescriptionvoid
CountryLocalizationPersistence.cacheResult
(CountryLocalization countryLocalization) Caches the country localization in the entity cache if it is enabled.static void
CountryLocalizationUtil.cacheResult
(CountryLocalization countryLocalization) Caches the country localization in the entity cache if it is enabled.static void
CountryLocalizationUtil.clearCache
(CountryLocalization countryLocalization) static CountryLocalization
CountryLocalizationUtil.update
(CountryLocalization countryLocalization) static CountryLocalization
CountryLocalizationUtil.update
(CountryLocalization countryLocalization, ServiceContext serviceContext) CountryLocalizationPersistence.updateImpl
(CountryLocalization countryLocalization) static CountryLocalization
CountryLocalizationUtil.updateImpl
(CountryLocalization countryLocalization) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type CountryLocalizationModifier and TypeMethodDescriptionvoid
CountryLocalizationPersistence.cacheResult
(List<CountryLocalization> countryLocalizations) Caches the country localizations in the entity cache if it is enabled.static void
CountryLocalizationUtil.cacheResult
(List<CountryLocalization> countryLocalizations) Caches the country localizations in the entity cache if it is enabled.CountryLocalizationPersistence.fetchByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.fetchByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.CountryLocalizationPersistence.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.CountryLocalizationPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.CountryLocalizationPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.CountryLocalizationPersistence.findByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.findByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.findByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.findByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.CountryLocalizationPersistence.findByCountryId_PrevAndNext
(long countryLocalizationId, long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.static CountryLocalization[]
CountryLocalizationUtil.findByCountryId_PrevAndNext
(long countryLocalizationId, long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CountryLocalization> orderByComparator)