Package | Description |
---|---|
ejava.examples.blpurchase.bl | |
ejava.examples.blpurchase.blimpl | |
ejava.examples.blpurchase.bo |
Modifier and Type | Method and Description |
---|---|
List<Product> |
Catalog.getProducts(int offset,
int limit)
Returns a list of products in the catalog chunked into page sizes.
|
Modifier and Type | Method and Description |
---|---|
List<Product> |
CatalogImpl.getProducts(int offset,
int limit) |
Modifier and Type | Field and Description |
---|---|
private List<Product> |
Cart.products |
Modifier and Type | Method and Description |
---|---|
List<Product> |
Cart.getProducts() |
Modifier and Type | Method and Description |
---|---|
void |
Cart.setProducts(List<Product> products) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.