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

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

public final class LeadsFactory
extends java.lang.Object


Method Summary
 Array getAllLeads()
           
 Leads getLeads(java.lang.String id)
           
 Array getLeadsForAccount(java.lang.String accountid)
           
static LeadsFactory getManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManager

public static LeadsFactory getManager()

getLeads

public Leads getLeads(java.lang.String id)
               throws DatabaseException
Throws:
DatabaseException

getAllLeads

public Array getAllLeads()
                  throws DatabaseException
Throws:
DatabaseException

getLeadsForAccount

public Array getLeadsForAccount(java.lang.String accountid)
                         throws DatabaseException
Throws:
DatabaseException


Copyright 2005 e-Care. All Rights Reserved.