Definition at line 42 of file AccountFactory.java.
Public Member Functions | |
Account | getAccount (String id) throws DatabaseException |
Array | getAccountByName (String name) throws DatabaseException |
void | storeAccount (Account account) throws DatabaseException |
call by synchro server to create the representant DB | |
Static Public Member Functions | |
static AccountFactory | getManager () |