com.groiss.reporting
Class StandardSearch

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

public class StandardSearch
extends java.lang.Object

shows and executes Standard Searches


Constructor Summary
StandardSearch()
           
 
Method Summary
static void docSearch(javax.servlet.http.HttpServletRequest r, javax.servlet.http.HttpServletResponse res)
           
 void getPersistentJSONList(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
static void shortSearch(javax.servlet.http.HttpServletRequest requ, javax.servlet.http.HttpServletResponse res)
          Executes the short search
 Page showDocSearch(javax.servlet.http.HttpServletRequest req)
          show the doc search mask
 Page showFormConditions(javax.servlet.http.HttpServletRequest req)
           
 Page showMask(javax.servlet.http.HttpServletRequest req)
          returns standard Process Search
static void standardSearch(javax.servlet.http.HttpServletRequest r, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardSearch

public StandardSearch()
Method Detail

showMask

public Page showMask(javax.servlet.http.HttpServletRequest req)
              throws java.lang.Exception
returns standard Process Search

Returns:
a XMTML Page cotaining searchable Fields
Throws:
java.lang.Exception

standardSearch

public static void standardSearch(javax.servlet.http.HttpServletRequest r,
                                  javax.servlet.http.HttpServletResponse res)

docSearch

public static void docSearch(javax.servlet.http.HttpServletRequest r,
                             javax.servlet.http.HttpServletResponse res)

shortSearch

public static void shortSearch(javax.servlet.http.HttpServletRequest requ,
                               javax.servlet.http.HttpServletResponse res)
                        throws java.lang.Exception
Executes the short search

Parameters:
requ - - set request parameter str to search pattern
Throws:
java.lang.Exception

showDocSearch

public Page showDocSearch(javax.servlet.http.HttpServletRequest req)
show the doc search mask

Parameters:
req - - may include a doc search query xml to prefill values
Returns:
a XMTMLPage including the search fields

showFormConditions

public Page showFormConditions(javax.servlet.http.HttpServletRequest req)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getPersistentJSONList

public void getPersistentJSONList(javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse res)
                           throws java.lang.Exception
Throws:
java.lang.Exception


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