gov.grants.apply.dao.xmlDAO
Class XmlApplicationDAO

java.lang.Object
  |
  +--gov.grants.apply.dao.xmlDAO.XmlApplicationDAO
All Implemented Interfaces:
IApplicationDAO

public final class XmlApplicationDAO
extends java.lang.Object
implements IApplicationDAO

Author:
Grants.gov WebServices Team TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
XmlApplicationDAO()
           
 
Method Summary
 Application[] findApplications(GetApplicationListFilter filter)
          Searches for applications according to the filter given.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlApplicationDAO

public XmlApplicationDAO()
Method Detail

findApplications

public Application[] findApplications(GetApplicationListFilter filter)
                               throws DAOException
Searches for applications according to the filter given.
Specified by:
findApplications in interface IApplicationDAO
Parameters:
filter - Contains filter criteria for choosing which application to return.
Returns:
An array of applications that match the filter criteria.