Package it.eng.spagobi.tools.dataset.service

Examples of it.eng.spagobi.tools.dataset.service.ManageDatasets


      if (chartType != null && chartType.startsWith(HIGHCHART_TEMPLATE)){
        //gets the dataset object informations
        Integer id = obj.getDataSetId();
        IDataSet dataset = DAOFactory.getDataSetDAO().loadActiveIDataSetByID(id);
       
        ManageDatasets mDs = new ManageDatasets();
        JSONArray parsJSON = getParametersAsJSON(obj);
        //converts the template from xml to json format       
        JSONObject template = templateUtil.getJSONTemplateFromXml( getTemplate(obj.getId().toString()), parsJSON);
        //sets the response
        response.setAttribute("template", template);
View Full Code Here

TOP

Related Classes of it.eng.spagobi.tools.dataset.service.ManageDatasets

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.