|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShoppingTrolleyItem | |
---|---|
org.paneris.jammyjoes.shopping |
Uses of ShoppingTrolleyItem in org.paneris.jammyjoes.shopping |
---|
Subclasses of ShoppingTrolleyItem in org.paneris.jammyjoes.shopping | |
---|---|
class |
JammyJoesShoppingTrolleyItem
|
Methods in org.paneris.jammyjoes.shopping that return ShoppingTrolleyItem | |
---|---|
ShoppingTrolleyItem |
ShoppingTrolley.getItem(java.lang.Integer id)
|
ShoppingTrolleyItem |
MelatiShoppingConfig.getShoppingTrolleyItem()
get a ShoppingTrolleyItem Object as defined in the properties file if no definition is found, a default DefaultShoppingTrolleyItem will be returned |
ShoppingTrolleyItem |
ShoppingTrolley.newItem(java.lang.Integer id,
java.lang.String description,
java.lang.Double price)
|
static ShoppingTrolleyItem |
ShoppingTrolleyItem.newTrolleyItem(MelatiShoppingConfig config)
|
Methods in org.paneris.jammyjoes.shopping with parameters of type ShoppingTrolleyItem | |
---|---|
void |
ShoppingTrolley.addItem(ShoppingTrolleyItem item)
|
void |
ShoppingTrolley.removeItem(ShoppingTrolleyItem item)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |