Modifier and Type | Field and Description |
---|---|
private List<Product> |
Products.products |
private List<Product> |
Category.products |
Modifier and Type | Method and Description |
---|---|
List<Product> |
Products.getProducts() |
List<Product> |
Category.getProducts() |
Modifier and Type | Method and Description |
---|---|
void |
Products.setProducts(List<Product> products) |
void |
Category.setProducts(List<Product> products) |
Constructor and Description |
---|
Products(List<Product> products,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryClient.createProduct(Product product,
String string) |
Product |
InventoryClientImpl.createProduct(Product product,
String categoryName)
This method uses HTML FORM mechanism to POST a new product in the
inventory.
|
Product |
InventoryClient.getProduct(int id) |
Product |
InventoryClientImpl.getProduct(int id) |
Product |
InventoryClient.updateProduct(Product product) |
Product |
InventoryClientImpl.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryClient.createProduct(Product product,
String string) |
Product |
InventoryClientImpl.createProduct(Product product,
String categoryName)
This method uses HTML FORM mechanism to POST a new product in the
inventory.
|
Product |
InventoryClient.updateProduct(Product product) |
Product |
InventoryClientImpl.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryDAOImpl.getProduct(int id) |
Product |
InventoryDAO.getProduct(int id) |
Product |
InventoryDAOImpl.updateProduct(Product product) |
Product |
InventoryDAO.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
List<Product> |
InventoryDAOImpl.findProductsByName(String criteria,
int offset,
int limit) |
List<Product> |
InventoryDAO.findProductsByName(String criteria,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
void |
InventoryDAOImpl.addProduct(Product p) |
void |
InventoryDAO.addProduct(Product p) |
void |
InventoryDAOImpl.deleteProduct(Product product) |
void |
InventoryDAO.deleteProduct(Product p) |
Product |
InventoryDAOImpl.updateProduct(Product product) |
Product |
InventoryDAO.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryMgmtEJB.addProduct(Product product,
String categoryName) |
Product |
InventoryMgmtEJB.getProduct(int id) |
Product |
InventoryMgmtEJB.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryMgmtEJB.addProduct(Product product,
String categoryName) |
void |
InventoryMgmtEJB.deleteProduct(Product product) |
Product |
InventoryMgmtEJB.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryMgmtRMIEJB.createProduct(Product product,
String category) |
Product |
InventoryMgmtRMIEJB.getProduct(int id) |
Product |
InventoryMgmtRMIEJB.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryMgmtRMIEJB.createProduct(Product product,
String category) |
Product |
InventoryMgmtRMIEJB.updateProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
Response |
ProductsResource.updateProduct(int id,
Product product)
Updates a product with the values of the object passed in
|
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.