Modifier and Type | Method and Description |
---|---|
Product |
ProductCatalog.addProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
List<Product> |
ProductCatalog.getBuyerProducts(Member buyer,
int offset,
int limit) |
List<Product> |
ProductCatalog.getProductsForSale(Product template,
int offset,
int limit) |
List<Product> |
ProductCatalog.getSellerProducts(Member seller,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
Product |
ProductCatalog.addProduct(Product product) |
List<Product> |
ProductCatalog.getProductsForSale(Product template,
int offset,
int limit) |
int |
ProductCatalog.remove(Product product) |
Modifier and Type | Method and Description |
---|---|
int |
Product.ProductASC.compare(Product lhs,
Product rhs) |
Modifier and Type | Method and Description |
---|---|
Product |
ProductCatalogDAO.addProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
List<Product> |
ProductCatalogDAO.getBuyerProducts(Member buyer,
int offset,
int limit) |
List<Product> |
ProductCatalogDAO.getProductsForSale(Product template,
int offset,
int limit) |
List<Product> |
ProductCatalogDAO.getSellerProducts(Member seller,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
Product |
ProductCatalogDAO.addProduct(Product product) |
List<Product> |
ProductCatalogDAO.getProductsForSale(Product template,
int offset,
int limit) |
int |
ProductCatalogDAO.remove(Product product) |
Modifier and Type | Method and Description |
---|---|
Product |
ProductCatalogEJB.addProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
List<Product> |
ProductCatalogEJB.getBuyerProducts(Member buyer,
int offset,
int limit) |
List<Product> |
ProductCatalogEJB.getProductsForSale(Product template,
int offset,
int limit) |
List<Product> |
ProductCatalogEJB.getSellerProducts(Member seller,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
Product |
ProductCatalogEJB.addProduct(Product product) |
List<Product> |
ProductCatalogEJB.getProductsForSale(Product template,
int offset,
int limit) |
int |
ProductCatalogEJB.remove(Product product) |
Modifier and Type | Field and Description |
---|---|
private Product |
SellerController.product
This is the product the page is currently working with.
|
Modifier and Type | Field and Description |
---|---|
private List<Product> |
SellerController.products
This is initially populated using a call to the back-end for persisted
items for sale and then updated as products are added for sale during the
conversation.
|
Modifier and Type | Method and Description |
---|---|
Product |
SellerController.getProduct()
Associated getter/setter is called for inputText.value elements.
|
Modifier and Type | Method and Description |
---|---|
List<Product> |
SellerController.getProducts() |
Modifier and Type | Method and Description |
---|---|
void |
SellerController.setProduct(Product product) |
Modifier and Type | Method and Description |
---|---|
void |
SellerController.setProducts(List<Product> products) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.