Uses of Class
com.liferay.portal.kernel.exception.NoSuchRegionLocalizationException
Packages that use NoSuchRegionLocalizationException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchRegionLocalizationException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchRegionLocalizationExceptionModifier and TypeMethodDescriptionRegionLocalizationPersistence.findByPrimaryKey(long regionLocalizationId) Returns the region localization with the primary key or throws aNoSuchRegionLocalizationExceptionif it could not be found.static RegionLocalizationRegionLocalizationUtil.findByPrimaryKey(long regionLocalizationId) Returns the region localization with the primary key or throws aNoSuchRegionLocalizationExceptionif it could not be found.RegionLocalizationPersistence.findByRegionId_First(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the first region localization in the ordered set where regionId = ?.static RegionLocalizationRegionLocalizationUtil.findByRegionId_First(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the first region localization in the ordered set where regionId = ?.RegionLocalizationPersistence.findByRegionId_LanguageId(long regionId, String languageId) Returns the region localization where regionId = ? and languageId = ? or throws aNoSuchRegionLocalizationExceptionif it could not be found.static RegionLocalizationRegionLocalizationUtil.findByRegionId_LanguageId(long regionId, String languageId) Returns the region localization where regionId = ? and languageId = ? or throws aNoSuchRegionLocalizationExceptionif it could not be found.RegionLocalizationPersistence.findByRegionId_Last(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the last region localization in the ordered set where regionId = ?.static RegionLocalizationRegionLocalizationUtil.findByRegionId_Last(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the last region localization in the ordered set where regionId = ?.RegionLocalizationPersistence.findByRegionId_PrevAndNext(long regionLocalizationId, long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the region localizations before and after the current region localization in the ordered set where regionId = ?.static RegionLocalization[]RegionLocalizationUtil.findByRegionId_PrevAndNext(long regionLocalizationId, long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the region localizations before and after the current region localization in the ordered set where regionId = ?.RegionLocalizationPersistence.remove(long regionLocalizationId) Removes the region localization with the primary key from the database.static RegionLocalizationRegionLocalizationUtil.remove(long regionLocalizationId) Removes the region localization with the primary key from the database.RegionLocalizationPersistence.removeByRegionId_LanguageId(long regionId, String languageId) Removes the region localization where regionId = ? and languageId = ? from the database.static RegionLocalizationRegionLocalizationUtil.removeByRegionId_LanguageId(long regionId, String languageId) Removes the region localization where regionId = ? and languageId = ? from the database.