Uses of Class
gov.grants.apply.dao.GetApplicationListFilter

Packages that use GetApplicationListFilter
gov.grants.apply.dao   
gov.grants.apply.dao.xmlDAO   
 

Uses of GetApplicationListFilter in gov.grants.apply.dao
 

Methods in gov.grants.apply.dao with parameters of type GetApplicationListFilter
 Application[] IApplicationDAO.findApplications(GetApplicationListFilter filter)
          Searches for applications that match the criteria given by the filter argument.
 

Uses of GetApplicationListFilter in gov.grants.apply.dao.xmlDAO
 

Methods in gov.grants.apply.dao.xmlDAO with parameters of type GetApplicationListFilter
 Application[] XmlApplicationDAO.findApplications(GetApplicationListFilter filter)
          Searches for applications according to the filter given.