Uses of Interface
com.mycompany.service.VenueService

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

Uses of VenueService in com.mycompany.controller
 

Methods in com.mycompany.controller with parameters of type VenueService
 void VenueController.setVenueService(VenueService venueService)
           
 

Uses of VenueService in com.mycompany.service.impl
 

Classes in com.mycompany.service.impl that implement VenueService
 class VenueServiceImpl