|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CountryService | |
---|---|
com.mycompany.controller | Contains JSF managed bean controller classes for the application. |
com.mycompany.service.impl | Contains CDI-managed service classes implemented as EJB3 stateless session beans. |
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
Country service implementation class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |