@ApplicationScoped public class ProductRegistry extends Object
| Constructor and Description |
|---|
ProductRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Product |
add(Product product) |
Product |
getById(int id) |
List<Product> |
getProducts() |
Copyright © 2019 OCPsoft. All rights reserved.