webfunds.client.sox
Class StoreAccountStore
java.lang.Object
|
+--webfunds.utils.Debug
|
+--webfunds.client.sox.StoreAccountStore
- public class StoreAccountStore
- extends Debug
- implements AccountStore
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
StoreAccountStore
public StoreAccountStore(Store store)
- Store for accounts.
No IssuerFinder is set in the accounts, caller has to set it.
StoreAccountStore
public StoreAccountStore(Store store,
IssuerFinder finder)
- Store for accounts.
getAllAccounts
public Account[] getAllAccounts()
- Specified by:
- getAllAccounts in interface AccountStore
addAccount
public void addAccount(Account acct)
throws StoreException
- Specified by:
- addAccount in interface AccountStore
deleteAccount
public void deleteAccount(Account acct)
throws StoreException
- Specified by:
- deleteAccount in interface AccountStore
getAccount
public Account getAccount(AccountId acct)
throws StoreException
- Specified by:
- getAccount in interface AccountStore
isChanged
public boolean isChanged()
- Specified by:
- isChanged in interface AccountStore