gov.grants.apply.ws
Class GetApplicationStatusDetailProcessor_RI

java.lang.Object
  extended bygov.grants.apply.ws.AbstractWSProcessor_RI
      extended bygov.grants.apply.ws.GetApplicationStatusDetailProcessor_RI
All Implemented Interfaces:
WSProcessor

public class GetApplicationStatusDetailProcessor_RI
extends AbstractWSProcessor_RI

This is the class for Processing a getting application status detail web service request and obtaining a detailed application status from the database.

Author:
Mark Sommer

Field Summary
(package private) static org.apache.log4j.Logger log
           
 
Constructor Summary
GetApplicationStatusDetailProcessor_RI()
           
 
Method Summary
protected  Application getStatusDetail(java.lang.String ggTrackingID)
           
 java.lang.Object processRequest(java.lang.Object request)
           
 
Methods inherited from class gov.grants.apply.ws.AbstractWSProcessor_RI
getConnection
 
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

GetApplicationStatusDetailProcessor_RI

public GetApplicationStatusDetailProcessor_RI()
Method Detail

processRequest

public java.lang.Object processRequest(java.lang.Object request)
                                throws java.lang.Exception
Parameters:
request - the Object of the webservice request.
Returns:
the Object of the application status detail.
Throws:
java.lang.Exception

getStatusDetail

protected Application getStatusDetail(java.lang.String ggTrackingID)
                               throws java.lang.Exception
Returns:
the Application object that contains the detailed status.
Throws:
java.lang.Exception