gov.grants.apply.dao
Class AgencyDAOFactory

java.lang.Object
  extended bygov.grants.apply.dao.AgencyDAOFactory
Direct Known Subclasses:
XmlDAOFactory

public abstract class AgencyDAOFactory
extends java.lang.Object

Author:
Grants.gov WebServices Team An abstract factory for creating DAO objects that access agency grant information.

Constructor Summary
AgencyDAOFactory()
           
 
Method Summary
abstract  IApplicationDAO createApplicationDAO()
           
static AgencyDAOFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgencyDAOFactory

public AgencyDAOFactory()
Method Detail

getFactory

public static final AgencyDAOFactory getFactory()
Returns:
The configured DAO factory.

createApplicationDAO

public abstract IApplicationDAO createApplicationDAO()
Returns:
The DAO for Applications