Package it.eng.spagobi.services.proxy

Examples of it.eng.spagobi.services.proxy.ContentServiceProxy.publishTemplate()


    attributes.put("STATE", state);
    attributes.put("USER", user);
   
    try {
      ContentServiceProxy contentProxy=new ContentServiceProxy(user, servletIOManager.getHttpSession());
        contentProxy.publishTemplate(attributes);
      //servletIOManager.getContentServiceProxy().publishTemplate(attributes);
      /*
      String spagobiurl = config.getSpagobiUrl();
        session.setAttribute("BACK_END_SPAGOBI_CONTEXT", spagobiurl);
        ContentServiceProxy contentProxy=new ContentServiceProxy(user,session);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.