org.geebis.books.action.account
Class AccountListAction

java.lang.Object
  extended by org.geebis.books.action.account.AccountListAction
All Implemented Interfaces:
AccountList

@Name(value="accountList")
public class AccountListAction
extends java.lang.Object
implements AccountList


Constructor Summary
AccountListAction()
           
 
Method Summary
 java.lang.String cancel()
           
 void destroy()
           
 void getAccounts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountListAction

public AccountListAction()
Method Detail

getAccounts

@Factory
public void getAccounts()
Specified by:
getAccounts in interface AccountList

cancel

public java.lang.String cancel()
Specified by:
cancel in interface AccountList

destroy

@Destroy
public void destroy()
Specified by:
destroy in interface AccountList