com.restfully.shop.services
Interface ProductResource

All Known Implementing Classes:
ProductResourceBean

public interface ProductResource

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 Response createProduct(Product customer, UriInfo uriInfo)
           
 Product getProduct(int id)
           
 Products getProducts(int start, int size, String name, UriInfo uriInfo)
           
 

Method Detail

createProduct

Response createProduct(Product customer,
                       @Context
                       UriInfo uriInfo)

getProducts

Products getProducts(int start,
                     int size,
                     String name,
                     @Context
                     UriInfo uriInfo)

getProduct

Product getProduct(int id)


Copyright © 2011. All Rights Reserved.