org.ocpsoft.rewrite.showcase.rest
Class ProductRegistry
java.lang.Object
org.ocpsoft.rewrite.showcase.rest.ProductRegistry
@ApplicationScoped
public class ProductRegistry
- extends Object
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductRegistry
public ProductRegistry()
getById
public Product getById(int id)
getProducts
public List<Product> getProducts()
add
public Product add(Product product)
Copyright © 2013 OCPsoft. All Rights Reserved.