butler.web.query
Class QueryPanel
java.lang.Object
butler.web.query.QueryPanel
public class QueryPanel
- extends java.lang.Object
- Author:
- Fredrik Bertilsson
Field Summary |
static int |
MAX_NO
|
Method Summary |
org.apache.ecs.html.Table |
buildHTML(javax.servlet.ServletRequest request)
|
int |
getCount(javax.servlet.ServletRequest request)
|
int |
getCurrPageno(javax.servlet.ServletRequest request)
|
RecordList |
search(javax.servlet.ServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_NO
public static final int MAX_NO
- See Also:
- Constant Field Values
QueryPanel
public QueryPanel(DQueryPanel desc)
throws java.lang.Exception
- Throws:
java.lang.Exception
search
public RecordList search(javax.servlet.ServletRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
buildHTML
public org.apache.ecs.html.Table buildHTML(javax.servlet.ServletRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCount
public int getCount(javax.servlet.ServletRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCurrPageno
public int getCurrPageno(javax.servlet.ServletRequest request)