com.groiss.reporting
Class HTMLStoredQuery
java.lang.Object
com.groiss.reporting.HTMLStoredQuery
- All Implemented Interfaces:
- Public
public class HTMLStoredQuery
- extends Object
- implements Public
This class provides methods to include reporting into HTMLGui
|
Method Summary |
void |
executeQuery(HttpServletRequest r,
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(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 |
HTMLStoredQuery
public HTMLStoredQuery()
listQueries
public Page listQueries(HttpServletRequest req)
- shows all queries which are executeable for the ThreadPrincipal or executable to role public statistics
executeQuery
public void executeQuery(HttpServletRequest r,
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.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.