Liferay 6.2.0

Uses of Class
com.liferay.portal.NoSuchRegionException

Packages that use NoSuchRegionException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchRegionException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchRegionException
abstract  Region RegionPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
static Region RegionUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where active = ?.
abstract  Region RegionPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
static Region RegionUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where active = ?.
abstract  Region[] RegionPersistence.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator 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 orderByComparator)
          Returns the regions before and after the current region in the ordered set where active = ?.
abstract  Region RegionPersistence.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
static Region RegionUtil.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ? and active = ?.
abstract  Region RegionPersistence.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
static Region RegionUtil.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ? and active = ?.
abstract  Region[] RegionPersistence.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator 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 orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.
abstract  Region RegionPersistence.findByC_R(long countryId, String regionCode)
          Returns the region where countryId = ? and regionCode = ? or throws a NoSuchRegionException if it could not be found.
static Region RegionUtil.findByC_R(long countryId, String regionCode)
          Returns the region where countryId = ? and regionCode = ? or throws a NoSuchRegionException if it could not be found.
abstract  Region RegionPersistence.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
static Region RegionUtil.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Returns the first region in the ordered set where countryId = ?.
abstract  Region RegionPersistence.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
static Region RegionUtil.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Returns the last region in the ordered set where countryId = ?.
abstract  Region[] RegionPersistence.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator 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 orderByComparator)
          Returns the regions before and after the current region in the ordered set where countryId = ?.
abstract  Region RegionPersistence.findByPrimaryKey(long regionId)
          Returns the region with the primary key or throws a NoSuchRegionException if it could not be found.
static Region RegionUtil.findByPrimaryKey(long regionId)
          Returns the region with the primary key or throws a NoSuchRegionException if it could not be found.
abstract  Region 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.
abstract  Region 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.
 


Liferay 6.2.0