Uses of Class
org.zeroexchange.model.location.City

Packages that use City
org.zeroexchange.dao.location   
org.zeroexchange.location   
org.zeroexchange.model.location   
org.zeroexchange.web.components.location   
 

Uses of City in org.zeroexchange.dao.location
 

Methods in org.zeroexchange.dao.location that return types with arguments of type City
 List<City> CityDAOImpl.getCities(Country country)
          Returns cities.
 List<City> CityDAO.getCities(Country country)
          Returns cities.
 Class<City> CityDAOImpl.getEntityClass()
          
 

Uses of City in org.zeroexchange.location
 

Methods in org.zeroexchange.location that return types with arguments of type City
 List<City> DefaultLocationReader.getCities(Country country)
           
 List<City> LocationReader.getCities(Country country)
          Returns cities.
 

Uses of City in org.zeroexchange.model.location
 

Methods in org.zeroexchange.model.location that return City
 City Location.getCity()
           
 

Methods in org.zeroexchange.model.location that return types with arguments of type City
 Set<City> Country.getCities()
           
 

Methods in org.zeroexchange.model.location with parameters of type City
 void Location.setCity(City city)
           
 

Method parameters in org.zeroexchange.model.location with type arguments of type City
 void Country.setCities(Set<City> cities)
           
 

Uses of City in org.zeroexchange.web.components.location
 

Fields in org.zeroexchange.web.components.location with type parameters of type City
protected  org.apache.wicket.markup.html.form.DropDownChoice<City> LocationSelector.cityChoice
           
 

Methods in org.zeroexchange.web.components.location that return types with arguments of type City
protected  List<City> LocationSelector.getCities(Country country)
          Returns cities.
 



Copyright © 2013. All Rights Reserved.