Examples of ITypesExportManager


Examples of it.eng.spagobi.tools.importexport.typesmanager.ITypesExportManager

      }


      // use Types Manager to handle specific export types, by now only KPI and CONSOLE.. TODO with all types

      ITypesExportManager typeManager = TypesExportManagerFactory.createTypesExportManager(biobj, engine, exporter, this);
      // if null means it is not defined
      if (typeManager != null)
        typeManager.manageExport(biobj, session);


      //maps kpi export
      //      boolean isKpi = false;
      //      if (biobj.getBiObjectTypeCode().equalsIgnoreCase("KPI")
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.