Liferay 6.0.3

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)
           
 Country CountryPersistence.findByA2(String a2)
           
 Country CountryPersistenceImpl.findByA2(String a2)
           
static Country CountryUtil.findByA3(String a3)
           
 Country CountryPersistence.findByA3(String a3)
           
 Country CountryPersistenceImpl.findByA3(String a3)
           
static Country CountryUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
 Country CountryPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
 Country CountryPersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
static Country CountryUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
 Country CountryPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
 Country CountryPersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
static Country[] CountryUtil.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
           
 Country[] CountryPersistence.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
           
 Country[] CountryPersistenceImpl.findByActive_PrevAndNext(long countryId, boolean active, OrderByComparator orderByComparator)
           
static Country CountryUtil.findByName(String name)
           
 Country CountryPersistence.findByName(String name)
           
 Country CountryPersistenceImpl.findByName(String name)
           
static Country CountryUtil.findByPrimaryKey(long countryId)
           
 Country CountryPersistence.findByPrimaryKey(long countryId)
           
 Country CountryPersistenceImpl.findByPrimaryKey(long countryId)
           
static Country CountryUtil.remove(long countryId)
           
 Country CountryPersistence.remove(long countryId)
           
 Country CountryPersistenceImpl.remove(long countryId)
           
static void CountryUtil.removeByA2(String a2)
           
 void CountryPersistence.removeByA2(String a2)
           
 void CountryPersistenceImpl.removeByA2(String a2)
           
static void CountryUtil.removeByA3(String a3)
           
 void CountryPersistence.removeByA3(String a3)
           
 void CountryPersistenceImpl.removeByA3(String a3)
           
static void CountryUtil.removeByName(String name)
           
 void CountryPersistence.removeByName(String name)
           
 void CountryPersistenceImpl.removeByName(String name)
           
 


Liferay 6.0.3