|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ShoppingTrolleyItem in org.paneris.melati.shopping |
---|
Subclasses of ShoppingTrolleyItem in org.paneris.melati.shopping | |
---|---|
class |
DefaultShoppingTrolleyItem
What you get if you don't specify something. |
Methods in org.paneris.melati.shopping that return ShoppingTrolleyItem | |
---|---|
ShoppingTrolleyItem |
ShoppingTrolley.getItem(java.lang.Integer id)
Get an item from the trolley. |
ShoppingTrolleyItem |
MelatiShoppingConfig.getShoppingTrolleyItem()
Get a ShoppingTrolleyItem Object as defined in the properties file. |
ShoppingTrolleyItem |
ShoppingTrolley.newItem(java.lang.Integer id,
java.lang.String description,
java.lang.Double price)
Create an item and put it in the Trolley. |
static ShoppingTrolleyItem |
ShoppingTrolleyItem.newTrolleyItem(MelatiShoppingConfig config)
|
Methods in org.paneris.melati.shopping with parameters of type ShoppingTrolleyItem | |
---|---|
void |
ShoppingTrolley.addItem(ShoppingTrolleyItem item)
Add an item to the trolley. |
void |
ShoppingTrolley.removeItem(ShoppingTrolleyItem item)
Remove an item from the trolley. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |