gov.grants.apply.dao
Interface IApplicationDAO

All Known Implementing Classes:
XmlApplicationDAO

public interface IApplicationDAO

Author:
Grants.gov WebServices Team

Method Summary
 Application[] findApplications(GetApplicationListFilter filter)
          Searches for applications that match the criteria given by the filter argument.
 

Method Detail

findApplications

public Application[] findApplications(GetApplicationListFilter filter)
                               throws DAOException
Searches for applications that match the criteria given by the filter argument.

Parameters:
filter - Search parameters.
Returns:
An array of Application objects representing the found applications.
Throws:
DAOException