com.ibm.websphere.samples.pbw.war
Class AccountBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountBean
public AccountBean()
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.