gov.grants.apply.ws
Class GetApplicationListProcessor

java.lang.Object
  extended bygov.grants.apply.ws.AbstractWSProcessor
      extended bygov.grants.apply.ws.GetApplicationListProcessor
All Implemented Interfaces:
WSProcessor

public class GetApplicationListProcessor
extends AbstractWSProcessor

This is the class for Processing a getting application list web service request and obtaining a list of applications.

Author:
Brian Husted

Field Summary
(package private) static org.apache.log4j.Logger log
           
 
Constructor Summary
GetApplicationListProcessor()
           
 
Method Summary
protected  java.util.List getApplicationList(java.util.List applicationFilters)
           
 java.lang.Object processRequest(java.lang.Object request)
          Processes a GetApplicationListRequest.
 
Methods inherited from class gov.grants.apply.ws.AbstractWSProcessor
getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static final org.apache.log4j.Logger log
Constructor Detail

GetApplicationListProcessor

public GetApplicationListProcessor()
Method Detail

processRequest

public java.lang.Object processRequest(java.lang.Object request)
                                throws java.lang.Exception
Processes a GetApplicationListRequest.

Parameters:
request - the Object of the webservice request.
Returns:
the Object of the applications.
Throws:
java.lang.Exception

getApplicationList

protected java.util.List getApplicationList(java.util.List applicationFilters)
                                     throws java.lang.Exception
Throws:
java.lang.Exception