com.sage.orion.sdata.servlet
Interface SDataResponse

All Known Implementing Classes:
SDataExternalResponse

public interface SDataResponse


Method Summary
 void addToResponse(javax.servlet.http.HttpServletResponse response, java.lang.String resourcesURL, java.lang.String fullURL, SDataDiagnoses sdataDiagnoses)
           
 SDataDiagnoses getDiagnoses()
          return the diagnoses within the response
 SDataResponseEntry getEntry()
          return the entry within the response
 SDataResponseFeed getFeed()
          return the feed within the response
 int getResponseCode()
          returns the SData response code
 SDataSchema getSchema()
          return the schema within the response
 SDataTracking getTracking()
          return the tracking within the response
 boolean isDiagnoses()
          returns true if the response is an SDataDiagnoses document (only)
 boolean isTracking()
          returns true if the response is an SDataTracking
 

Method Detail

addToResponse

void addToResponse(javax.servlet.http.HttpServletResponse response,
                   java.lang.String resourcesURL,
                   java.lang.String fullURL,
                   SDataDiagnoses sdataDiagnoses)

getResponseCode

int getResponseCode()
returns the SData response code


isDiagnoses

boolean isDiagnoses()
returns true if the response is an SDataDiagnoses document (only)


isTracking

boolean isTracking()
returns true if the response is an SDataTracking


getFeed

SDataResponseFeed getFeed()
return the feed within the response


getEntry

SDataResponseEntry getEntry()
return the entry within the response


getSchema

SDataSchema getSchema()
return the schema within the response


getDiagnoses

SDataDiagnoses getDiagnoses()
return the diagnoses within the response


getTracking

SDataTracking getTracking()
return the tracking within the response



Copyright © 2011 Sage Software, Inc. All rights reserved.