Uses of Class
org.bejug.javacareers.jobs.model.Country

Packages that use Country
org.bejug.javacareers.jobs.model The model (read POJOs) are located here. 
org.bejug.javacareers.jobs.service   
 

Uses of Country in org.bejug.javacareers.jobs.model
 

Methods in org.bejug.javacareers.jobs.model that return Country
 Country Region.getCountry()
           
 

Methods in org.bejug.javacareers.jobs.model with parameters of type Country
 void Region.setCountry(Country country)
           
 

Uses of Country in org.bejug.javacareers.jobs.service
 

Methods in org.bejug.javacareers.jobs.service that return Country
 Country AdminService.getCountry(java.lang.Integer id)
          gets a CountryDao by id.
 

Methods in org.bejug.javacareers.jobs.service with parameters of type Country
 void AdminService.storeCountry(Country country)
          Adds a CountryDao.
 



Copyright © 2005-2006 BeJUG. All Rights Reserved.