Uses of Interface
com.parthparekh.ProductService

Packages that use ProductService
com.parthparekh.service   
com.parthparekh.service.cache   
com.parthparekh.ws   
 

Uses of ProductService in com.parthparekh.service
 

Classes in com.parthparekh.service that implement ProductService
 class ProductServiceImpl
          Implementation for Product service
 

Fields in com.parthparekh.service declared as ProductService
private  ProductService ProductServiceTest.productService
           
 

Uses of ProductService in com.parthparekh.service.cache
 

Classes in com.parthparekh.service.cache that implement ProductService
 class ProductCacheService
          Caching layer for Product web service for create/update - this service will first change the product in mongoDb (by calling productServiceImpl) and then update the cache for get - this service will first check the cache; if the value is not found, it will query the mongoDb (by calling productSericeImpl)
 

Fields in com.parthparekh.service.cache declared as ProductService
private  ProductService ProductCacheService.productService
           
 

Uses of ProductService in com.parthparekh.ws
 

Fields in com.parthparekh.ws declared as ProductService
private  ProductService ProductWebServiceImpl.productService