Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchRegionException

Packages that use NoSuchRegionException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchRegionException
static Region RegionUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where active = ?.
 Region RegionPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where active = ?.
 Region RegionPersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where active = ?.
static Region RegionUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where active = ?.
 Region RegionPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where active = ?.
 Region RegionPersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where active = ?.
static Region[] RegionUtil.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where active = ?.
 Region[] RegionPersistence.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where active = ?.
 Region[] RegionPersistenceImpl.findByActive_PrevAndNext(long regionId, boolean active, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where active = ?.
static Region RegionUtil.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistenceImpl.findByC_A_First(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where countryId = ? and active = ?.
static Region RegionUtil.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistence.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where countryId = ? and active = ?.
 Region RegionPersistenceImpl.findByC_A_Last(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where countryId = ? and active = ?.
static Region[] RegionUtil.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where countryId = ? and active = ?.
 Region[] RegionPersistence.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where countryId = ? and active = ?.
 Region[] RegionPersistenceImpl.findByC_A_PrevAndNext(long regionId, long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where countryId = ? and active = ?.
static Region RegionUtil.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where countryId = ?.
 Region RegionPersistence.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where countryId = ?.
 Region RegionPersistenceImpl.findByCountryId_First(long countryId, OrderByComparator orderByComparator)
          Finds the first region in the ordered set where countryId = ?.
static Region RegionUtil.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where countryId = ?.
 Region RegionPersistence.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where countryId = ?.
 Region RegionPersistenceImpl.findByCountryId_Last(long countryId, OrderByComparator orderByComparator)
          Finds the last region in the ordered set where countryId = ?.
static Region[] RegionUtil.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where countryId = ?.
 Region[] RegionPersistence.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where countryId = ?.
 Region[] RegionPersistenceImpl.findByCountryId_PrevAndNext(long regionId, long countryId, OrderByComparator orderByComparator)
          Finds the regions before and after the current region in the ordered set where countryId = ?.
static Region RegionUtil.findByPrimaryKey(long regionId)
          Finds the region with the primary key or throws a NoSuchRegionException if it could not be found.
 Region RegionPersistence.findByPrimaryKey(long regionId)
          Finds the region with the primary key or throws a NoSuchRegionException if it could not be found.
 Region RegionPersistenceImpl.findByPrimaryKey(long regionId)
          Finds the region with the primary key or throws a NoSuchRegionException if it could not be found.
static Region RegionUtil.remove(long regionId)
          Removes the region with the primary key from the database.
 Region RegionPersistence.remove(long regionId)
          Removes the region with the primary key from the database.
 Region RegionPersistenceImpl.remove(long regionId)
          Removes the region with the primary key from the database.
 


Liferay 6.0.5