com.ibatis.jpetstore.presentation
Class AccountBean
java.lang.Object
org.apache.struts.action.ActionForm
com.ibatis.struts.BaseBean
com.ibatis.jpetstore.presentation.AccountBean
- All Implemented Interfaces:
- Serializable
- public class AccountBean
- extends com.ibatis.struts.BaseBean
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class com.ibatis.struts.BaseBean |
reset, reset, validate, validate, validateRequiredField |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accountService
private static final AccountService accountService
catalogService
private static final CatalogService catalogService
VALIDATE_NEW_ACCOUNT
private static final String VALIDATE_NEW_ACCOUNT
- See Also:
- Constant Field Values
VALIDATE_EDIT_ACCOUNT
private static final String VALIDATE_EDIT_ACCOUNT
- See Also:
- Constant Field Values
LANGUAGE_LIST
private static final List LANGUAGE_LIST
CATEGORY_LIST
private static final List CATEGORY_LIST
account
private Account account
repeatedPassword
private String repeatedPassword
pageDirection
private String pageDirection
validation
private String validation
myList
private com.ibatis.common.util.PaginatedList myList
authenticated
private boolean authenticated
accountBannerOption
private boolean accountBannerOption
accountListOption
private boolean accountListOption
AccountBean
public AccountBean()
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getMyList
public com.ibatis.common.util.PaginatedList getMyList()
setMyList
public void setMyList(com.ibatis.common.util.PaginatedList myList)
getRepeatedPassword
public String getRepeatedPassword()
setRepeatedPassword
public void setRepeatedPassword(String repeatedPassword)
getAccount
public Account getAccount()
setAccount
public void setAccount(Account account)
getLanguages
public List getLanguages()
getCategories
public List getCategories()
getPageDirection
public String getPageDirection()
setPageDirection
public void setPageDirection(String pageDirection)
getValidation
public String getValidation()
setValidation
public void setValidation(String validation)
isAccountBannerOption
public boolean isAccountBannerOption()
setAccountBannerOption
public void setAccountBannerOption(boolean bannerOption)
isAccountListOption
public boolean isAccountListOption()
setAccountListOption
public void setAccountListOption(boolean listOption)
newAccount
public String newAccount()
editAccountForm
public String editAccountForm()
editAccount
public String editAccount()
switchMyListPage
public String switchMyListPage()
signon
public String signon()
signoff
public String signoff()
isAuthenticated
public boolean isAuthenticated()
reset
public void reset()
clear
public void clear()
validate
public void validate()
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.