Uses of Interface
com.mycompany.service.EventService

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

Uses of EventService in com.mycompany.controller
 

Methods in com.mycompany.controller with parameters of type EventService
 void SearchController.setEventService(EventService eventService)
           
 void EventController.setEventService(EventService eventService)
           
 

Uses of EventService in com.mycompany.service.impl
 

Classes in com.mycompany.service.impl that implement EventService
 class EventServiceImpl