| Package | Description |
|---|---|
| org.beigesoft.webstore.persistable |
Persistable models used by WEB-Store.
|
| org.beigesoft.webstore.processor |
Contains of webstore processors.
|
| Modifier and Type | Method and Description |
|---|---|
List<CartItem> |
ShoppingCart.getItsItems()
Getter for itsItems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShoppingCart.setItsItems(List<CartItem> pItsItems)
Setter for itsItems.
|
| Modifier and Type | Method and Description |
|---|---|
CartItem |
PrcItemInCart.createCartItem(ShoppingCart pShoppingCart)
Create cart item.
|
CartItem |
PrcItemInCart.findCartItemById(ShoppingCart pShoppingCart,
Long pCartItemItsId)
Find cart item by ID.
|
Copyright © 2017–2018. All rights reserved.