Uses of Class
com.liferay.portal.kernel.exception.NoSuchRegionException
Packages that use NoSuchRegionException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchRegionException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchRegionExceptionModifier and TypeMethodDescriptionRegionPersistence.findByActive_First
(boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where active = ?.static Region
RegionUtil.findByActive_First
(boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where active = ?.RegionPersistence.findByActive_Last
(boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where active = ?.static Region
RegionUtil.findByActive_Last
(boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where active = ?.Region[]
RegionPersistence.findByActive_PrevAndNext
(long regionId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where active = ?.static Region[]
RegionUtil.findByActive_PrevAndNext
(long regionId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where active = ?.RegionPersistence.findByC_A_First
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ? and active = ?.static Region
RegionUtil.findByC_A_First
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ? and active = ?.RegionPersistence.findByC_A_Last
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ? and active = ?.static Region
RegionUtil.findByC_A_Last
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ? and active = ?.Region[]
RegionPersistence.findByC_A_PrevAndNext
(long regionId, long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.static Region[]
RegionUtil.findByC_A_PrevAndNext
(long regionId, long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.Returns the region where countryId = ? and regionCode = ? or throws aNoSuchRegionException
if it could not be found.static Region
Returns the region where countryId = ? and regionCode = ? or throws aNoSuchRegionException
if it could not be found.RegionPersistence.findByCountryId_First
(long countryId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ?.static Region
RegionUtil.findByCountryId_First
(long countryId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ?.RegionPersistence.findByCountryId_Last
(long countryId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ?.static Region
RegionUtil.findByCountryId_Last
(long countryId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ?.Region[]
RegionPersistence.findByCountryId_PrevAndNext
(long regionId, long countryId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ?.static Region[]
RegionUtil.findByCountryId_PrevAndNext
(long regionId, long countryId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ?.RegionPersistence.findByPrimaryKey
(long regionId) Returns the region with the primary key or throws aNoSuchRegionException
if it could not be found.static Region
RegionUtil.findByPrimaryKey
(long regionId) Returns the region with the primary key or throws aNoSuchRegionException
if it could not be found.RegionPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.static Region
RegionUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.RegionPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.static Region
RegionUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.Region[]
RegionPersistence.findByUuid_C_PrevAndNext
(long regionId, String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.static Region[]
RegionUtil.findByUuid_C_PrevAndNext
(long regionId, String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.RegionPersistence.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.static Region
RegionUtil.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.RegionPersistence.findByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ?.static Region
RegionUtil.findByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ?.Region[]
RegionPersistence.findByUuid_PrevAndNext
(long regionId, String uuid, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ?.static Region[]
RegionUtil.findByUuid_PrevAndNext
(long regionId, String uuid, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ?.RegionPersistence.remove
(long regionId) Removes the region with the primary key from the database.static Region
RegionUtil.remove
(long regionId) Removes the region with the primary key from the database.RegionPersistence.removeByC_R
(long countryId, String regionCode) Removes the region where countryId = ? and regionCode = ? from the database.static Region
RegionUtil.removeByC_R
(long countryId, String regionCode) Removes the region where countryId = ? and regionCode = ? from the database.