Liferay 6.0-ee

Uses of Class
com.liferay.portal.NoSuchCountryException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchCountryException
static Country CountryUtil.findByA2(String a2)
          Finds the country where a2 = ? or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistence.findByA2(String a2)
          Finds the country where a2 = ? or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistenceImpl.findByA2(String a2)
          Finds the country where a2 = ? or throws a NoSuchCountryException if it could not be found.
static Country CountryUtil.findByA3(String a3)
          Finds the country where a3 = ? or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistence.findByA3(String a3)
          Finds the country where a3 = ? or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistenceImpl.findByA3(String a3)
          Finds the country where a3 = ? or throws a NoSuchCountryException if it could not be found.
static Country CountryUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first country in the ordered set where active = ?.
 Country CountryPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first country in the ordered set where active = ?.
 Country CountryPersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first country in the ordered set where active = ?.
static Country CountryUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last country in the ordered set where active = ?.
 Country CountryPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last country in the ordered set where active = ?.
 Country CountryPersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last country in the ordered set where active = ?.
static Country[] CountryUtil.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the countries before and after the current country in the ordered set where active = ?.
 Country[] CountryPersistence.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the countries before and after the current country in the ordered set where active = ?.
 Country[] CountryPersistenceImpl.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
          Finds the countries before and after the current country in the ordered set where active = ?.
static Country CountryUtil.findByName(String name)
          Finds the country where name = ? or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistence.findByName(String name)
          Finds the country where name = ? or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistenceImpl.findByName(String name)
          Finds the country where name = ? or throws a NoSuchCountryException if it could not be found.
static Country CountryUtil.findByPrimaryKey(long countryId)
          Finds the country with the primary key or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistence.findByPrimaryKey(long countryId)
          Finds the country with the primary key or throws a NoSuchCountryException if it could not be found.
 Country CountryPersistenceImpl.findByPrimaryKey(long countryId)
          Finds the country with the primary key or throws a NoSuchCountryException if it could not be found.
static Country CountryUtil.remove(long countryId)
          Removes the country with the primary key from the database.
 Country CountryPersistence.remove(long countryId)
          Removes the country with the primary key from the database.
 Country CountryPersistenceImpl.remove(long countryId)
          Removes the country with the primary key from the database.
static void CountryUtil.removeByA2(String a2)
          Removes the country where a2 = ? from the database.
 void CountryPersistence.removeByA2(String a2)
          Removes the country where a2 = ? from the database.
 void CountryPersistenceImpl.removeByA2(String a2)
          Removes the country where a2 = ? from the database.
static void CountryUtil.removeByA3(String a3)
          Removes the country where a3 = ? from the database.
 void CountryPersistence.removeByA3(String a3)
          Removes the country where a3 = ? from the database.
 void CountryPersistenceImpl.removeByA3(String a3)
          Removes the country where a3 = ? from the database.
static void CountryUtil.removeByName(String name)
          Removes the country where name = ? from the database.
 void CountryPersistence.removeByName(String name)
          Removes the country where name = ? from the database.
 void CountryPersistenceImpl.removeByName(String name)
          Removes the country where name = ? from the database.
 


Liferay 6.0-ee