Uses of Class
com.restfully.shop.domain.Product

Packages that use Product
com.restfully.shop.domain   
com.restfully.shop.services   
 

Uses of Product in com.restfully.shop.domain
 

Fields in com.restfully.shop.domain with type parameters of type Product
protected  Collection<Product> Products.products
           
 

Methods in com.restfully.shop.domain that return types with arguments of type Product
 Collection<Product> Products.getProducts()
           
 

Method parameters in com.restfully.shop.domain with type arguments of type Product
 void Products.setProducts(Collection<Product> products)
           
 

Uses of Product in com.restfully.shop.services
 

Methods in com.restfully.shop.services that return Product
static Product ProductResourceBean.entity2domain(ProductEntity entity)
           
 Product ProductResourceBean.getProduct(int id)
           
 Product ProductResource.getProduct(int id)
           
 

Methods in com.restfully.shop.services with parameters of type Product
 Response ProductResourceBean.createProduct(Product product, UriInfo uriInfo)
           
 Response ProductResource.createProduct(Product customer, UriInfo uriInfo)
           
static void ProductResourceBean.domain2entity(ProductEntity entity, Product product)
           
 



Copyright © 2011. All Rights Reserved.