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_ACCESSORMethods 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 CountryLocalizationWrapperCountryLocalizationWrapper.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 CountryLocalizationCountryLocalServiceUtil.fetchCountryLocalization(long countryId, String languageId) CountryLocalServiceWrapper.fetchCountryLocalization(long countryId, String languageId) CountryLocalService.getCountryLocalization(long countryId, String languageId) static CountryLocalizationCountryLocalServiceUtil.getCountryLocalization(long countryId, String languageId) CountryLocalServiceWrapper.getCountryLocalization(long countryId, String languageId) CountryLocalService.updateCountryLocalization(Country country, String languageId, String title) static CountryLocalizationCountryLocalServiceUtil.updateCountryLocalization(Country country, String languageId, String title) CountryLocalServiceWrapper.updateCountryLocalization(Country country, String languageId, String title) 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 CountryLocalizationCountryLocalizationUtil.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 CountryLocalizationCountryLocalizationUtil.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 returnsnullif it could not be found.CountryLocalizationPersistence.fetchByCountryId_LanguageId(long countryId, String languageId, boolean useFinderCache) Returns the country localization where countryId = ? and languageId = ? or returnsnullif it could not be found, optionally using the finder cache.static CountryLocalizationCountryLocalizationUtil.fetchByCountryId_LanguageId(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or returnsnullif it could not be found.static CountryLocalizationCountryLocalizationUtil.fetchByCountryId_LanguageId(long countryId, String languageId, boolean useFinderCache) Returns the country localization where countryId = ? and languageId = ? or returnsnullif 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 CountryLocalizationCountryLocalizationUtil.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 returnsnullif it could not be found.static CountryLocalizationCountryLocalizationUtil.fetchByPrimaryKey(long countryLocalizationId) Returns the country localization with the primary key or returnsnullif 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 CountryLocalizationCountryLocalizationUtil.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 aNoSuchCountryLocalizationExceptionif it could not be found.static CountryLocalizationCountryLocalizationUtil.findByCountryId_LanguageId(long countryId, String languageId) Returns the country localization where countryId = ? and languageId = ? or throws aNoSuchCountryLocalizationExceptionif 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 CountryLocalizationCountryLocalizationUtil.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 aNoSuchCountryLocalizationExceptionif it could not be found.static CountryLocalizationCountryLocalizationUtil.findByPrimaryKey(long countryLocalizationId) Returns the country localization with the primary key or throws aNoSuchCountryLocalizationExceptionif it could not be found.CountryLocalizationPersistence.remove(long countryLocalizationId) Removes the country localization with the primary key from the database.static CountryLocalizationCountryLocalizationUtil.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 CountryLocalizationCountryLocalizationUtil.removeByCountryId_LanguageId(long countryId, String languageId) Removes the country localization where countryId = ? and languageId = ? from the database.static CountryLocalizationCountryLocalizationUtil.update(CountryLocalization countryLocalization) static CountryLocalizationCountryLocalizationUtil.update(CountryLocalization countryLocalization, ServiceContext serviceContext) CountryLocalizationPersistence.updateImpl(CountryLocalization countryLocalization) static CountryLocalizationCountryLocalizationUtil.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 TypeMethodDescriptionvoidCountryLocalizationPersistence.cacheResult(CountryLocalization countryLocalization) Caches the country localization in the entity cache if it is enabled.static voidCountryLocalizationUtil.cacheResult(CountryLocalization countryLocalization) Caches the country localization in the entity cache if it is enabled.static voidCountryLocalizationUtil.clearCache(CountryLocalization countryLocalization) static CountryLocalizationCountryLocalizationUtil.update(CountryLocalization countryLocalization) static CountryLocalizationCountryLocalizationUtil.update(CountryLocalization countryLocalization, ServiceContext serviceContext) CountryLocalizationPersistence.updateImpl(CountryLocalization countryLocalization) static CountryLocalizationCountryLocalizationUtil.updateImpl(CountryLocalization countryLocalization) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type CountryLocalizationModifier and TypeMethodDescriptionvoidCountryLocalizationPersistence.cacheResult(List<CountryLocalization> countryLocalizations) Caches the country localizations in the entity cache if it is enabled.static voidCountryLocalizationUtil.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 CountryLocalizationCountryLocalizationUtil.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 CountryLocalizationCountryLocalizationUtil.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 CountryLocalizationCountryLocalizationUtil.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 CountryLocalizationCountryLocalizationUtil.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)