public interface ProductCatalog
Modifier and Type | Method and Description |
---|---|
Product |
addProduct(Product product) |
List<Product> |
getBuyerProducts(Member buyer,
int offset,
int limit) |
List<Product> |
getProductsForSale(Product template,
int offset,
int limit) |
List<Product> |
getSellerProducts(Member seller,
int offset,
int limit) |
int |
remove(Product product) |
Product addProduct(Product product) throws InvalidProduct
InvalidProduct
int remove(Product product)
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.