com.ibm.websphere.samples.pbw.war
Class AccountBean

java.lang.Object
  extended by com.ibm.websphere.samples.pbw.war.AccountBean
All Implemented Interfaces:
Serializable

@Named(value="account")
@SessionScoped
public class AccountBean
extends Object
implements Serializable

Provides a combination of JSF action and backing bean support for the account web page.

See Also:
Serialized Form

Constructor Summary
AccountBean()
           
 
Method Summary
 Customer getCustomer()
           
 String getLastOrderNum()
           
 LoginInfo getLoginInfo()
           
 OrderInfo getOrderInfo()
           
 boolean isCheckingOut()
           
 boolean isRegister()
           
 boolean isUpdating()
           
 String performAccount()
           
 String performAccountUpdate()
           
 String performCheckoutFinal()
           
 String performCompleteCheckout()
           
 String performLogin()
           
 String performLoginComplete()
           
 String performOrderInfo()
           
 String performRegister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountBean

public AccountBean()
Method Detail

performAccount

public String performAccount()

performAccountUpdate

public String performAccountUpdate()

performCheckoutFinal

public String performCheckoutFinal()

performCompleteCheckout

public String performCompleteCheckout()

performLogin

public String performLogin()

performLoginComplete

public String performLoginComplete()

performOrderInfo

public String performOrderInfo()

performRegister

public String performRegister()

getCustomer

public Customer getCustomer()

getLastOrderNum

public String getLastOrderNum()

getLoginInfo

public LoginInfo getLoginInfo()

getOrderInfo

public OrderInfo getOrderInfo()

isCheckingOut

public boolean isCheckingOut()

isRegister

public boolean isRegister()

isUpdating

public boolean isUpdating()


Copyright © 2011. All Rights Reserved.