it.eng.spagobi.services.proxy
Class DocumentExecuteServiceProxy

java.lang.Object
  extended by it.eng.spagobi.services.proxy.AbstractServiceProxy
      extended by it.eng.spagobi.services.proxy.DocumentExecuteServiceProxy

public class DocumentExecuteServiceProxy
extends AbstractServiceProxy

Author:
Angelo Bernabei angelo.bernabei@eng.it

Field Summary
 
Fields inherited from class it.eng.spagobi.services.proxy.AbstractServiceProxy
isSecure, serviceUrl, userId
 
Constructor Summary
DocumentExecuteServiceProxy(java.lang.String user, javax.servlet.http.HttpSession session)
          The Constructor.
 
Method Summary
 byte[] executeChart(java.lang.String documentLabel, java.util.HashMap parameters)
          Return the image of a Chart
 
Methods inherited from class it.eng.spagobi.services.proxy.AbstractServiceProxy
init, readTicket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentExecuteServiceProxy

public DocumentExecuteServiceProxy(java.lang.String user,
                                   javax.servlet.http.HttpSession session)
The Constructor.

Parameters:
user - userId
session - Http Session
Method Detail

executeChart

public byte[] executeChart(java.lang.String documentLabel,
                           java.util.HashMap parameters)
Return the image of a Chart

Parameters:
documentLabel -
parameters -
Returns: