| 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 |
|---|---|
ShoppingCart |
CartItem.getItsOwner()
Getter for itsOwner.
|
ShoppingCart |
CartTaxLine.getItsOwner()
Getter for itsOwner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CartItem.setItsOwner(ShoppingCart pItsOwner)
Setter for itsOwner.
|
void |
CartTaxLine.setItsOwner(ShoppingCart pItsOwner)
Setter for itsOwner.
|
| Modifier and Type | Method and Description |
|---|---|
ShoppingCart |
PrcWebstorePage.getShoppingCart(Map<String,Object> pAddParam,
org.beigesoft.model.IRequestData pRequestData,
boolean pIsNeedToCreate)
Get/Create ShoppingCart.
|
| 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.