Uses of Class
com.liferay.portal.kernel.exception.NoSuchCountryLocalizationException
Packages that use NoSuchCountryLocalizationException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchCountryLocalizationException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchCountryLocalizationExceptionModifier and TypeMethodDescriptionCountryLocalizationPersistence.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.