Uses of Interface
com.dyuproject.web.rest.service.Service

Packages that use Service
com.dyuproject.demos.helloworld   
com.dyuproject.demos.todolist.service   
com.dyuproject.web.rest.service   
 

Uses of Service in com.dyuproject.demos.helloworld
 

Classes in com.dyuproject.demos.helloworld that implement Service
 class HelloWorldService
           
 

Uses of Service in com.dyuproject.demos.todolist.service
 

Classes in com.dyuproject.demos.todolist.service that implement Service
 class MainService
           
 class TodoService
           
 class UserService
           
 

Uses of Service in com.dyuproject.web.rest.service
 

Classes in com.dyuproject.web.rest.service that implement Service
 class AbstractService
          Base service to handle requests
 

Methods in com.dyuproject.web.rest.service that return Service
 Service AnnotatedMethodResource.getService()
           
 

Methods in com.dyuproject.web.rest.service with parameters of type Service
 void RESTServiceContext.addService(Service service)
           
 void RESTServiceContext.setServices(Service[] services)
           
 

Method parameters in com.dyuproject.web.rest.service with type arguments of type Service
 void RESTServiceContext.setServices(List<Service> services)
           
 

Constructors in com.dyuproject.web.rest.service with parameters of type Service
AnnotatedMethodResource(Service service, Method serviceMethod, String httpMethod)
           
 



Copyright © 2013. All Rights Reserved.