Uses of Interface
com.mycompany.service.CountryService

Packages that use CountryService
com.mycompany.controller   
com.mycompany.service.impl   
 

Uses of CountryService in com.mycompany.controller
 

Methods in com.mycompany.controller with parameters of type CountryService
 void VenueController.setCountryService(CountryService countryService)
           
 void SignupController.setCountryService(CountryService countryService)
           
 void SearchController.setCountryService(CountryService countryService)
           
 

Uses of CountryService in com.mycompany.service.impl
 

Classes in com.mycompany.service.impl that implement CountryService
 class CountryServiceImpl
           Controller class for countries.