|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||