Package it.eng.spagobi.util.spagobi

Examples of it.eng.spagobi.util.spagobi.JPaloSavingUtil


      }
      //SpagoBI modification
      String isDeveloper = getValue("isdeveloper", link);
      if(isDeveloper == null || isDeveloper.equals("")){
        //logger.info("user--> saving subobj");
        JPaloSavingUtil util = new JPaloSavingUtil();
        String xml = util.getSubobjectForJPalo(getSession(), v.getName());
        //logger.info("saved subobj"+xml);
      }
      ViewConverter conv = new ViewConverter();
      XView xView = (XView) conv.toXObject(v);
      xView.setDisplayFlags(createDisplayFlags(link));
View Full Code Here

TOP

Related Classes of it.eng.spagobi.util.spagobi.JPaloSavingUtil

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.