Uses of Interface
ecmwf.ecpds.master.plugin.http.model.transfer.Country
Packages that use Country
Package
Description
-
Uses of Country in ecmwf.ecpds.master.plugin.http.controller.transfer.destination
Methods in ecmwf.ecpds.master.plugin.http.controller.transfer.destination that return types with arguments of type CountryModifier and TypeMethodDescriptionDestinationActionForm.getCountryOptions()
Gets the country options. -
Uses of Country in ecmwf.ecpds.master.plugin.http.controller.user.incoming
Methods in ecmwf.ecpds.master.plugin.http.controller.user.incoming that return types with arguments of type CountryModifier and TypeMethodDescriptionIncomingUserActionForm.getCountryOptions()
Gets the country options. -
Uses of Country in ecmwf.ecpds.master.plugin.http.dao.transfer
Classes in ecmwf.ecpds.master.plugin.http.dao.transfer that implement CountryMethods in ecmwf.ecpds.master.plugin.http.dao.transfer that return CountryModifier and TypeMethodDescriptionCountryDAOHandler.create()
Creates the.CountryDAOHandler.findByPrimaryKey
(String key) Find by primary key.DestinationBean.getCountry()
Gets the country.IncomingUserBean.getCountry()
Gets the country.Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type CountryModifier and TypeMethodDescriptionCountryDAOHandler.find
(ecmwf.web.model.ModelSearch search) Find. -
Uses of Country in ecmwf.ecpds.master.plugin.http.home.transfer
Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return CountryModifier and TypeMethodDescriptionstatic final Country
CountryHome.findByPrimaryKey
(String key) Find by primary key.Methods in ecmwf.ecpds.master.plugin.http.home.transfer that return types with arguments of type CountryModifier and TypeMethodDescriptionstatic final Collection
<Country> CountryHome.find
(ecmwf.web.model.ModelSearch search) Find.static final Collection
<Country> CountryHome.findAll()
Find all.Methods in ecmwf.ecpds.master.plugin.http.home.transfer with parameters of type CountryModifier and TypeMethodDescriptionstatic final Collection
<Destination> DestinationHome.findByCountry
(Country country) Find by country. -
Uses of Country in ecmwf.ecpds.master.plugin.http.home.transfer.searches
Methods in ecmwf.ecpds.master.plugin.http.home.transfer.searches that return CountryConstructors in ecmwf.ecpds.master.plugin.http.home.transfer.searches with parameters of type CountryModifierConstructorDescriptionInstantiates a new destinations by country. -
Uses of Country in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return CountryModifier and TypeMethodDescriptionDestination.getCountry()
Gets the country.IncomingUser.getCountry()
Gets the country.