org.mobicents.examples.convergeddemo.seam.action
Class CheckoutAction

java.lang.Object
  extended by org.mobicents.examples.convergeddemo.seam.action.CheckoutAction
All Implemented Interfaces:
java.io.Serializable, Checkout

@Name(value="checkout")
public class CheckoutAction
extends java.lang.Object
implements Checkout, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CheckoutAction()
           
 
Method Summary
 void createOrder()
           
 void destroy()
           
 void submitOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckoutAction

public CheckoutAction()
Method Detail

createOrder

@Begin(nested=true,
       pageflow="checkout")
public void createOrder()
Specified by:
createOrder in interface Checkout

submitOrder

@End
@CreateProcess(definition="OrderManagement",
               processKey="#{completedOrder.orderId}")
@Restrict(value="#{identity.loggedIn}")
public void submitOrder()
Specified by:
submitOrder in interface Checkout

destroy

public void destroy()
Specified by:
destroy in interface Checkout


Copyright © 2010. All Rights Reserved.