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

Packages that use Application
gov.grants.apply.dao   
gov.grants.apply.dao.xmlDAO   
gov.grants.apply.ws.standAloneMode   
 

Uses of Application in gov.grants.apply.dao
 

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

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

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

Uses of Application in gov.grants.apply.ws.standAloneMode
 

Constructors in gov.grants.apply.ws.standAloneMode with parameters of type Application
ApplicationInfoFromDAO(Application app)