org.geebis.books.action.account
Class AccountEditAction

java.lang.Object
  extended by org.geebis.books.action.account.AccountEditAction
All Implemented Interfaces:
AccountEdit

@Name(value="accountEdit")
public class AccountEditAction
extends java.lang.Object
implements AccountEdit


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

Constructor Detail

AccountEditAction

public AccountEditAction()
Method Detail

createAccount

public java.lang.String createAccount()
Specified by:
createAccount in interface AccountEdit

cancel

public void cancel()
Specified by:
cancel in interface AccountEdit

destroy

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