com.groiss.reporting
Class MigrateStoredQueries

java.lang.Object
  extended by com.groiss.reporting.MigrateStoredQueries

public class MigrateStoredQueries
extends java.lang.Object

migrate pre 7.0 queries to new reporting


Constructor Summary
MigrateStoredQueries()
           
 
Method Summary
 void migrateQueries(javax.servlet.http.HttpServletRequest r, javax.servlet.http.HttpServletResponse res)
          Servlet Method to migrate old Stored Queries!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrateStoredQueries

public MigrateStoredQueries()
Method Detail

migrateQueries

public void migrateQueries(javax.servlet.http.HttpServletRequest r,
                           javax.servlet.http.HttpServletResponse res)
                    throws java.lang.Exception
Servlet Method to migrate old Stored Queries!

Parameters:
r - - set id=idOFOldQuery to migrate only the specifed query. to migrate all queries, do not set this param
set parameter testExecution=1 to execute queries for test. The parameter at execution-condtin are set to 1=1 to make the query executable
(Warning:Performanceproblems if queries return a lot of data.)
Throws:
java.lang.Exception


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.