org.openmobileis.examples.mycrm.data.fodb
Class AccountFactory

java.lang.Object
  extended byorg.openmobileis.examples.mycrm.data.fodb.AccountFactory

public final class AccountFactory
extends java.lang.Object


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

getManager

public static AccountFactory getManager()

getAccount

public Account getAccount(java.lang.String id)
                   throws DatabaseException
Throws:
DatabaseException

getAccountByName

public Array getAccountByName(java.lang.String name)
                       throws DatabaseException
Throws:
DatabaseException

storeAccount

public void storeAccount(Account account)
                  throws DatabaseException
call by synchro server to create the representant DB

Throws:
DatabaseException


Copyright 2005 e-Care. All Rights Reserved.