it.eng.spagobi.analiticalmodel.execution.service
Class ExecuteAndSendAction

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.dispatching.service.DefaultHttpRequestContext
          extended by it.eng.spago.dispatching.action.AbstractHttpAction
              extended by it.eng.spagobi.analiticalmodel.execution.service.ExecuteAndSendAction
All Implemented Interfaces:
it.eng.spago.dispatching.action.ActionIFace, it.eng.spago.dispatching.service.HttpRequestContextIFace, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable

public class ExecuteAndSendAction
extends it.eng.spago.dispatching.action.AbstractHttpAction

See Also:
Serialized Form

Constructor Summary
ExecuteAndSendAction()
           
 
Method Summary
 java.util.List<java.lang.String> parseDescriptionString(java.lang.String s)
          Parse a string with the description of the parameter and return a list with description..
 void service(it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean responseSb)
           
 void setParametersDescription(java.util.List<BIObjectParameter> BIObjectParameters, java.util.List<it.eng.spago.base.SourceBeanAttribute> attributes)
          Add the description to the BIObjectparameters
 
Methods inherited from class it.eng.spago.dispatching.action.AbstractHttpAction
getActionMethod, getActionName, getConfig, init, setActionMethod, setActionName
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultHttpRequestContext
freezeHttpResponse, getHttpRequest, getHttpResponse, getServletConfig, isHttpResponseFreezed, setRequestContext, unfreezeHttpResponse
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spago.dispatching.service.RequestContextIFace
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse
 

Constructor Detail

ExecuteAndSendAction

public ExecuteAndSendAction()
Method Detail

service

public void service(it.eng.spago.base.SourceBean request,
                    it.eng.spago.base.SourceBean responseSb)
             throws java.lang.Exception
Throws:
java.lang.Exception

setParametersDescription

public void setParametersDescription(java.util.List<BIObjectParameter> BIObjectParameters,
                                     java.util.List<it.eng.spago.base.SourceBeanAttribute> attributes)
Add the description to the BIObjectparameters

Parameters:
BIObjectParameters -
attributes -

parseDescriptionString

public java.util.List<java.lang.String> parseDescriptionString(java.lang.String s)
Parse a string with the description of the parameter and return a list with description.. This transformation is necessary because the multivalues parameters

Parameters:
s - the string with the description
Returns:
the list of descriptions