org.jboss.tutorial.extended.bean
Class ShoppingCartBean

java.lang.Object
  extended by org.jboss.tutorial.extended.bean.ShoppingCartBean
All Implemented Interfaces:
ShoppingCart

public class ShoppingCartBean
extends java.lang.Object
implements ShoppingCart

comment


Constructor Summary
ShoppingCartBean()
           
 
Method Summary
 void checkout()
           
 long createCustomer()
           
 Customer find(long id)
           
 void never()
           
 void update()
           
 void update2()
           
 void update3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingCartBean

public ShoppingCartBean()
Method Detail

createCustomer

public long createCustomer()
Specified by:
createCustomer in interface ShoppingCart

update

public void update()
Specified by:
update in interface ShoppingCart

update2

public void update2()
Specified by:
update2 in interface ShoppingCart

update3

public void update3()
Specified by:
update3 in interface ShoppingCart

find

public Customer find(long id)
Specified by:
find in interface ShoppingCart

never

public void never()
Specified by:
never in interface ShoppingCart

checkout

public void checkout()
Specified by:
checkout in interface ShoppingCart