Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.Country

Packages that use Country
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of Country in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Country
 class CountryWrapper
           This class is a wrapper for Country.
 

Methods in com.liferay.portal.model that return Country
 Country AddressWrapper.getCountry()
           
 Country Address.getCountry()
           
 Country CountryWrapper.getWrappedCountry()
           
 Country CountryWrapper.toEscapedModel()
           
 Country CountryModel.toEscapedModel()
          Gets a copy of this country as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type Country
 int CountryWrapper.compareTo(Country country)
           
 int CountryModel.compareTo(Country country)
           
static CountrySoap CountrySoap.toSoapModel(Country model)
           
static CountrySoap[] CountrySoap.toSoapModels(Country[] models)
           
static CountrySoap[][] CountrySoap.toSoapModels(Country[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Country
static CountrySoap[] CountrySoap.toSoapModels(List<Country> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Country
CountryWrapper(Country country)
           
 

Uses of Country in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Country
 class CountryImpl
           
 

Methods in com.liferay.portal.model.impl that return Country
 Country AddressImpl.getCountry()
           
 Country CountryModelImpl.toEscapedModel()
           
static Country CountryModelImpl.toModel(CountrySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Country
static List<Country> CountryModelImpl.toModels(CountrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Country
 int CountryModelImpl.compareTo(Country country)
           
 

Uses of Country in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Country
 Country CountryServiceWrapper.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
static Country CountryServiceUtil.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
 Country CountryService.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
 Country CountryServiceWrapper.getCountry(long countryId)
           
static Country CountryServiceUtil.getCountry(long countryId)
           
 Country CountryService.getCountry(long countryId)
           
 Country CountryServiceWrapper.getCountryByA2(String a2)
           
static Country CountryServiceUtil.getCountryByA2(String a2)
           
 Country CountryService.getCountryByA2(String a2)
           
 Country CountryServiceWrapper.getCountryByA3(String a3)
           
static Country CountryServiceUtil.getCountryByA3(String a3)
           
 Country CountryService.getCountryByA3(String a3)
           
 Country CountryServiceWrapper.getCountryByName(String name)
           
static Country CountryServiceUtil.getCountryByName(String name)
           
 Country CountryService.getCountryByName(String name)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Country
 List<Country> CountryServiceWrapper.getCountries()
           
static List<Country> CountryServiceUtil.getCountries()
           
 List<Country> CountryService.getCountries()
           
 List<Country> CountryServiceWrapper.getCountries(boolean active)
           
static List<Country> CountryServiceUtil.getCountries(boolean active)
           
 List<Country> CountryService.getCountries(boolean active)
           
 

Uses of Country in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return Country
static Country CountryServiceHttp.addCountry(HttpPrincipal httpPrincipal, String name, String a2, String a3, String number, String idd, boolean active)
           
static Country CountryServiceHttp.getCountry(HttpPrincipal httpPrincipal, long countryId)
           
static Country CountryServiceHttp.getCountryByA2(HttpPrincipal httpPrincipal, String a2)
           
static Country CountryServiceHttp.getCountryByA3(HttpPrincipal httpPrincipal, String a3)
           
static Country CountryServiceHttp.getCountryByName(HttpPrincipal httpPrincipal, String name)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Country
static List<Country> CountryServiceHttp.getCountries(HttpPrincipal httpPrincipal)
           
static List<Country> CountryServiceHttp.getCountries(HttpPrincipal httpPrincipal, boolean active)
           
 

Methods in com.liferay.portal.service.http with parameters of type Country
static JSONArray CountryJSONSerializer.toJSONArray(Country[] models)
           
static JSONArray CountryJSONSerializer.toJSONArray(Country[][] models)
           
static JSONObject CountryJSONSerializer.toJSONObject(Country model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Country
static JSONArray CountryJSONSerializer.toJSONArray(List<Country> models)
           
 

Uses of Country in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Country
 Country CountryServiceImpl.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
 Country CountryServiceImpl.getCountry(long countryId)
           
 Country CountryServiceImpl.getCountryByA2(String a2)
           
 Country CountryServiceImpl.getCountryByA3(String a3)
           
 Country CountryServiceImpl.getCountryByName(String name)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Country
 List<Country> CountryServiceImpl.getCountries()
           
 List<Country> CountryServiceImpl.getCountries(boolean active)
           
 

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

Methods in com.liferay.portal.service.persistence that return Country
static Country CountryUtil.create(long countryId)
          Creates a new country with the primary key.
 Country CountryPersistence.create(long countryId)
          Creates a new country with the primary key.
 Country CountryPersistenceImpl.create(long countryId)
          Creates a new country with the primary key.
static Country CountryUtil.fetchByA2(String a2)
          Finds the country where a2 = ? or returns null if it could not be found.
 Country CountryPersistence.fetchByA2(String a2)
          Finds the country where a2 = ? or returns null if it could not be found.
 Country CountryPersistenceImpl.fetchByA2(String a2)
          Finds the country where a2 = ? or returns null if it could not be found.
static Country CountryUtil.fetchByA2(String a2, boolean retrieveFromCache)
          Finds the country where a2 = ? or returns null if it could not be found, optionally using the finder cache.
 Country CountryPersistence.fetchByA2(String a2, boolean retrieveFromCache)
          Finds the country where a2 = ? or returns null if it could not be found, optionally using the finder cache.
 Country CountryPersistenceImpl.fetchByA2(String a2, boolean retrieveFromCache)
          Finds the country where a2 = ? or returns null if it could not be found, optionally using the finder cache.
static Country CountryUtil.fetchByA3(String a3)
          Finds the country where a3 = ? or returns null if it could not be found.
 Country CountryPersistence.fetchByA3(String a3)
          Finds the country where a3 = ? or returns null if it could not be found.
 Country CountryPersistenceImpl.fetchByA3(String a3)
          Finds the country where a3 = ? or returns null if it could not be found.
static Country CountryUtil.fetchByA3(String a3, boolean retrieveFromCache)
          Finds the country where a3 = ? or returns null if it could not be found, optionally using the finder cache.
 Country CountryPersistence.fetchByA3(String a3, boolean retrieveFromCache)
          Finds the country where a3 = ? or returns null if it could not be found, optionally using the finder cache.
 Country CountryPersistenceImpl.fetchByA3(String a3, boolean retrieveFromCache)
          Finds the country where a3 = ? or returns null if it could not be found, optionally using the finder cache.
static Country CountryUtil.fetchByName(String name)
          Finds the country where name = ? or returns null if it could not be found.
 Country CountryPersistence.fetchByName(String name)
          Finds the country where name = ? or returns null if it could not be found.
 Country CountryPersistenceImpl.fetchByName(String name)
          Finds the country where name = ? or returns null if it could not be found.
static Country CountryUtil.fetchByName(String name, boolean retrieveFromCache)
          Finds the country where name = ? or returns null if it could not be found, optionally using the finder cache.
 Country CountryPersistence.fetchByName(String name, boolean retrieveFromCache)
          Finds the country where name = ? or returns null if it could not be found, optionally using the finder cache.
 Country CountryPersistenceImpl.fetchByName(String name, boolean retrieveFromCache)
          Finds the country where name = ? or returns null if it could not be found, optionally using the finder cache.
static Country CountryUtil.fetchByPrimaryKey(long countryId)
          Finds the country with the primary key or returns null if it could not be found.
 Country CountryPersistence.fetchByPrimaryKey(long countryId)
          Finds the country with the primary key or returns null if it could not be found.
 Country CountryPersistenceImpl.fetchByPrimaryKey(long countryId)
          Finds the country with the primary key or returns null if it could not be found.
 Country CountryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the country with the primary key or returns null if it could not be found.
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.
 Country CountryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the country with the primary key or throws a NoSuchModelException if it could not be found.
protected  Country CountryPersistenceImpl.getByActive_PrevAndNext(Session session, Country country, boolean active, OrderByComparator orderByComparator, boolean previous)
           
static Country CountryUtil.remove(Country country)
           
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.
 Country CountryPersistenceImpl.remove(Serializable primaryKey)
          Removes the country with the primary key from the database.
protected  Country CountryPersistenceImpl.removeImpl(Country country)
           
protected  Country CountryPersistenceImpl.toUnwrappedModel(Country country)
           
static Country CountryUtil.update(Country country, boolean merge)
           
static Country CountryUtil.update(Country country, boolean merge, ServiceContext serviceContext)
           
static Country CountryUtil.updateImpl(Country country, boolean merge)
           
 Country CountryPersistence.updateImpl(Country country, boolean merge)
           
 Country CountryPersistenceImpl.updateImpl(Country country, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Country
static List<Country> CountryUtil.findAll()
          Finds all the countries.
 List<Country> CountryPersistence.findAll()
          Finds all the countries.
 List<Country> CountryPersistenceImpl.findAll()
          Finds all the countries.
static List<Country> CountryUtil.findAll(int start, int end)
          Finds a range of all the countries.
 List<Country> CountryPersistence.findAll(int start, int end)
          Finds a range of all the countries.
 List<Country> CountryPersistenceImpl.findAll(int start, int end)
          Finds a range of all the countries.
static List<Country> CountryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the countries.
 List<Country> CountryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the countries.
 List<Country> CountryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the countries.
static List<Country> CountryUtil.findByActive(boolean active)
          Finds all the countries where active = ?.
 List<Country> CountryPersistence.findByActive(boolean active)
          Finds all the countries where active = ?.
 List<Country> CountryPersistenceImpl.findByActive(boolean active)
          Finds all the countries where active = ?.
static List<Country> CountryUtil.findByActive(boolean active, int start, int end)
          Finds a range of all the countries where active = ?.
 List<Country> CountryPersistence.findByActive(boolean active, int start, int end)
          Finds a range of all the countries where active = ?.
 List<Country> CountryPersistenceImpl.findByActive(boolean active, int start, int end)
          Finds a range of all the countries where active = ?.
static List<Country> CountryUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the countries where active = ?.
 List<Country> CountryPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the countries where active = ?.
 List<Country> CountryPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the countries where active = ?.
static List<Country> CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Country> CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Country> CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Country
static void CountryUtil.cacheResult(Country country)
          Caches the country in the entity cache if it is enabled.
 void CountryPersistence.cacheResult(Country country)
          Caches the country in the entity cache if it is enabled.
 void CountryPersistenceImpl.cacheResult(Country country)
          Caches the country in the entity cache if it is enabled.
static void CountryUtil.clearCache(Country country)
           
 void CountryPersistenceImpl.clearCache(Country country)
          Clears the cache for the country.
protected  Country CountryPersistenceImpl.getByActive_PrevAndNext(Session session, Country country, boolean active, OrderByComparator orderByComparator, boolean previous)
           
static Country CountryUtil.remove(Country country)
           
protected  Country CountryPersistenceImpl.removeImpl(Country country)
           
protected  Country CountryPersistenceImpl.toUnwrappedModel(Country country)
           
static Country CountryUtil.update(Country country, boolean merge)
           
static Country CountryUtil.update(Country country, boolean merge, ServiceContext serviceContext)
           
static Country CountryUtil.updateImpl(Country country, boolean merge)
           
 Country CountryPersistence.updateImpl(Country country, boolean merge)
           
 Country CountryPersistenceImpl.updateImpl(Country country, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Country
static void CountryUtil.cacheResult(List<Country> countries)
          Caches the countries in the entity cache if it is enabled.
 void CountryPersistence.cacheResult(List<Country> countries)
          Caches the countries in the entity cache if it is enabled.
 void CountryPersistenceImpl.cacheResult(List<Country> countries)
          Caches the countries in the entity cache if it is enabled.
 


Liferay 6.0.5