Uses of Interface
com.mycompany.service.IdeaService

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

Uses of IdeaService in com.mycompany.controller
 

Methods in com.mycompany.controller with parameters of type IdeaService
 void MindMapController.setIdeaService(IdeaService ideaService)
           
 

Uses of IdeaService in com.mycompany.service.impl
 

Classes in com.mycompany.service.impl that implement IdeaService
 class IdeaServiceImpl