|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShoppingTrolley | |
|---|---|
| org.paneris.jammyjoes.shopping | |
| Uses of ShoppingTrolley in org.paneris.jammyjoes.shopping |
|---|
| Subclasses of ShoppingTrolley in org.paneris.jammyjoes.shopping | |
|---|---|
class |
JammyJoesShoppingTrolley
A Shopping Trolley stored information in the user's Shopping Trolley. |
| Fields in org.paneris.jammyjoes.shopping declared as ShoppingTrolley | |
|---|---|
protected ShoppingTrolley |
ShoppingTrolleyItem.trolley
|
| Methods in org.paneris.jammyjoes.shopping that return ShoppingTrolley | |
|---|---|
static ShoppingTrolley |
ShoppingTrolley.getInstance(org.melati.Melati melati,
MelatiShoppingConfig config)
Returns the single instance, creating one if it can't be found. |
ShoppingTrolley |
MelatiShoppingConfig.getShoppingTrolley()
get a ShoppingTrolley Object as defined in the properties file if no definition is found, a default DefaultShoppingTrolley will be returned |
static ShoppingTrolley |
ShoppingTrolley.newTrolley(MelatiShoppingConfig config)
|
| Methods in org.paneris.jammyjoes.shopping with parameters of type ShoppingTrolley | |
|---|---|
void |
ShoppingTrolleyItem.initialise(ShoppingTrolley trolley,
org.melati.Melati melati,
java.lang.Integer id,
java.lang.String description,
java.lang.Double price)
public Constructor to build a trolley item from some id |
void |
JammyJoesShoppingTrolleyItem.initialise(ShoppingTrolley trolley,
org.melati.Melati melati,
java.lang.Integer id,
java.lang.String description,
java.lang.Double price)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||