com.groiss.reporting
Class HTMLStoredQuery

java.lang.Object
  extended by com.groiss.reporting.HTMLStoredQuery
All Implemented Interfaces:
Public

public class HTMLStoredQuery
extends java.lang.Object
implements Public

This class provides methods to include reporting into HTMLGui


Constructor Summary
HTMLStoredQuery()
           
 
Method Summary
 void executeQuery(javax.servlet.http.HttpServletRequest r, javax.servlet.http.HttpServletResponse res)
          Public interface to execute Reports pass either query id in request parameter id or query xml in request parameter query or query object represantation (classname:oid) in request parameter object
 Page listQueries(javax.servlet.http.HttpServletRequest req)
          shows all queries which are executeable for the ThreadPrincipal or executable to role public statistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLStoredQuery

public HTMLStoredQuery()
Method Detail

listQueries

public Page listQueries(javax.servlet.http.HttpServletRequest req)
shows all queries which are executeable for the ThreadPrincipal or executable to role public statistics


executeQuery

public void executeQuery(javax.servlet.http.HttpServletRequest r,
                         javax.servlet.http.HttpServletResponse res)
Public interface to execute Reports pass either query id in request parameter id or query xml in request parameter query or query object represantation (classname:oid) in request parameter object



@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.