Package it.eng.spagobi.services.execute.service

Examples of it.eng.spagobi.services.execute.service.ServiceKpiValueXml


      ServiceChartImpl service=new ServiceChartImpl();
      return service.executeChart(in0, in1, in2, in3);
    }

    public java.lang.String getKpiValueXML(java.lang.String in0, java.lang.String in1, java.lang.Integer in2) throws java.rmi.RemoteException {
        ServiceKpiValueXml service = new ServiceKpiValueXml();
        return service.getKpiValueXML(in0, in1, in2);
    }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.services.execute.service.ServiceKpiValueXml

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.