|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.Collection<Product> |
Products.products
|
Methods in com.restfully.shop.domain that return types with arguments of type Product | |
---|---|
java.util.Collection<Product> |
Products.getProducts()
|
Method parameters in com.restfully.shop.domain with type arguments of type Product | |
---|---|
void |
Products.setProducts(java.util.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 | |
---|---|
javax.ws.rs.core.Response |
ProductResourceBean.createProduct(Product product,
javax.ws.rs.core.UriInfo uriInfo)
|
javax.ws.rs.core.Response |
ProductResource.createProduct(Product customer,
javax.ws.rs.core.UriInfo uriInfo)
|
static void |
ProductResourceBean.domain2entity(ProductEntity entity,
Product product)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |