Uses of Class
org.paneris.melati.shopping.ShoppingTrolley

Uses of ShoppingTrolley in org.paneris.melati.shopping
 

Subclasses of ShoppingTrolley in org.paneris.melati.shopping
 class DefaultShoppingTrolley
           A Shopping Trolley stores information in the user's Shopping Trolley.
 

Fields in org.paneris.melati.shopping declared as ShoppingTrolley
protected  ShoppingTrolley ShoppingTrolleyItem.trolley
           
 

Methods in org.paneris.melati.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.
static ShoppingTrolley ShoppingTrolley.newTrolley(MelatiShoppingConfig config)
           
 

Methods in org.paneris.melati.shopping with parameters of type ShoppingTrolley
 void ShoppingTrolleyItem.initialise(ShoppingTrolley trolleyIn, org.melati.Melati melatiIn, java.lang.Integer idIn, java.lang.String descriptionIn, java.lang.Double priceIn)
          Public Constructor to build a trolley item from some id.
 



Copyright © 1997-2009 PanEris. All Rights Reserved.