Class CountryHome
java.lang.Object
ecmwf.web.home.ModelHomeBase
ecmwf.ecpds.master.plugin.http.home.transfer.CountryHome
public class CountryHome
extends ecmwf.web.home.ModelHomeBase
The Class CountryHome.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Collection<Country> find(ecmwf.web.model.ModelSearch search) Find.static final Collection<Country> findAll()Find all.static final CountryfindByPrimaryKey(String key) Find by primary key.Methods inherited from class ecmwf.web.home.ModelHomeBase
getDefaultSearch, getDefaultSearch
-
Constructor Details
-
CountryHome
public CountryHome()
-
-
Method Details
-
findByPrimaryKey
Find by primary key.- Parameters:
key- the key- Returns:
- the country
- Throws:
TransferException- the transfer exception
-
findAll
Find all.- Returns:
- the collection
- Throws:
TransferException- the transfer exception
-
find
public static final Collection<Country> find(ecmwf.web.model.ModelSearch search) throws TransferException Find.- Parameters:
search- the search- Returns:
- the collection
- Throws:
TransferException- the transfer exception
-