webfunds.client.sox
Interface AccountStore

All Known Implementing Classes:
StoreAccountStore

public interface AccountStore


Method Summary
 void addAccount(Account acct)
           
 void deleteAccount(Account acct)
           
 Account getAccount(AccountId acct)
           
 Account[] getAllAccounts()
           
 boolean isChanged()
           
 

Method Detail

getAllAccounts

public Account[] getAllAccounts()
                         throws StoreException

addAccount

public void addAccount(Account acct)
                throws StoreException

deleteAccount

public void deleteAccount(Account acct)
                   throws StoreException

getAccount

public Account getAccount(AccountId acct)
                   throws StoreException

isChanged

public boolean isChanged()