|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.examples.mycrm.data.fodb.AccountFactory
Method Summary | |
Account |
getAccount(java.lang.String id)
|
Array |
getAccountByName(java.lang.String name)
|
static AccountFactory |
getManager()
|
void |
storeAccount(Account account)
call by synchro server to create the representant DB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static AccountFactory getManager()
public Account getAccount(java.lang.String id) throws DatabaseException
DatabaseException
public Array getAccountByName(java.lang.String name) throws DatabaseException
DatabaseException
public void storeAccount(Account account) throws DatabaseException
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |