|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.fh_mannheim.mm.dms.webengine.SearchReport
Discribes a report for data extraction.
| Field Summary | |
static int |
SHOW_OWN_SCHEDULED_UPLOADS
|
static int |
SHOW_OWN_UPLOADS
|
static int |
SHOW_SCHEDULED_UPLOADS
|
static int |
SHOW_UPLOADS
|
static int |
SITE_HELP
|
static int |
SITE_SEARCH
Sites |
static int |
SITE_UPLOAD
|
static int |
UNKNOWN
Public declarations |
| Constructor Summary | |
SearchReport()
Constructor. |
|
| Method Summary | |
org.w3c.dom.Element |
getBookmarksElement(User user,
org.w3c.dom.Document doc)
Search bookmarks. |
org.w3c.dom.Element |
getCategoriesElement(User user,
org.w3c.dom.Document doc)
Search categories. |
org.w3c.dom.Element |
getCategoryElement(Category cat,
int nUserID,
org.w3c.dom.Document doc)
Search category. |
org.w3c.dom.Element |
getCategoryElement(Category cat,
int nLimit,
int nUserID,
org.w3c.dom.Document doc)
Search category. |
org.w3c.dom.Element |
getFiletypeElement(org.w3c.dom.Document doc,
int nFiletype)
Generate filetype element. |
org.w3c.dom.Element |
getLanguageElement(org.w3c.dom.Document doc,
int nLanguage)
Generate language element. |
org.w3c.dom.Element |
getLoginElement(org.w3c.dom.Document doc,
java.lang.String strMessage)
Generate the login report. |
org.w3c.dom.Element |
getMessageElement(org.w3c.dom.Document doc,
java.lang.String strMessage)
Generate status message element. |
org.w3c.dom.Element |
getSearchElement(RequestParser request,
org.w3c.dom.Document doc)
Generate the search report. |
org.w3c.dom.Element |
getSearchFilesElement(java.lang.String strTitle,
Query query,
org.w3c.dom.Document doc)
Search documents with given pattern. |
org.w3c.dom.Element |
getUploadElement(Upload upload,
org.w3c.dom.Document doc)
Return upload element. |
org.w3c.dom.Element |
getUploadListElement(org.w3c.dom.Document doc,
int nType)
Generate the upload report. |
org.w3c.dom.Element |
getUploadsElement(RequestParser request,
org.w3c.dom.Document doc)
Generate the upload report. |
User |
loginUser(javax.servlet.http.HttpServletRequest request)
Login current user. |
org.w3c.dom.Document |
produceReport(javax.servlet.http.HttpServletRequest request)
Generate the report as xml document. |
org.w3c.dom.Element |
uploadRequest(javax.servlet.http.HttpServletRequest request,
org.w3c.dom.Document doc)
Prepare a reqest. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int UNKNOWN
public static final int SHOW_SCHEDULED_UPLOADS
public static final int SHOW_OWN_SCHEDULED_UPLOADS
public static final int SHOW_UPLOADS
public static final int SHOW_OWN_UPLOADS
public static final int SITE_SEARCH
public static final int SITE_UPLOAD
public static final int SITE_HELP
| Constructor Detail |
public SearchReport()
| Method Detail |
public User loginUser(javax.servlet.http.HttpServletRequest request)
request - The servlet request we are processing
public org.w3c.dom.Document produceReport(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
produceReport in interface IReportrequest - The current ServletRequest
java.lang.Exception
public org.w3c.dom.Element getUploadListElement(org.w3c.dom.Document doc,
int nType)
throws java.lang.Exception
doc - Document for xmlnType - Type of uploadrequest
java.lang.Exception
public org.w3c.dom.Element getUploadsElement(RequestParser request,
org.w3c.dom.Document doc)
throws java.lang.Exception
request - doc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getSearchElement(RequestParser request,
org.w3c.dom.Document doc)
throws java.lang.Exception
request - doc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getFiletypeElement(org.w3c.dom.Document doc,
int nFiletype)
throws java.lang.Exception
doc - Document for xmlnFiletype - Filetype
java.lang.Exception
public org.w3c.dom.Element getLanguageElement(org.w3c.dom.Document doc,
int nLanguage)
throws java.lang.Exception
doc - Document for xmlnLanguage - Language
java.lang.Exception
public org.w3c.dom.Element getLoginElement(org.w3c.dom.Document doc,
java.lang.String strMessage)
throws java.lang.Exception
doc - Document for xmlstrMessage - Messagetext
java.lang.Exception
public org.w3c.dom.Element getMessageElement(org.w3c.dom.Document doc,
java.lang.String strMessage)
doc - Document for xmlstrMessage - Messagetext
java.lang.Exception
public org.w3c.dom.Element uploadRequest(javax.servlet.http.HttpServletRequest request,
org.w3c.dom.Document doc)
throws java.lang.Exception
request - Request with filestreamdoc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getSearchFilesElement(java.lang.String strTitle,
Query query,
org.w3c.dom.Document doc)
throws java.lang.Exception
strTitle - Titlequery - Querydoc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getBookmarksElement(User user,
org.w3c.dom.Document doc)
throws java.lang.Exception
user - Userdoc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getCategoriesElement(User user,
org.w3c.dom.Document doc)
throws java.lang.Exception
user - Userdoc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getCategoryElement(Category cat,
int nUserID,
org.w3c.dom.Document doc)
throws java.lang.Exception
cat - CategorynUserID - ID of userdoc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getCategoryElement(Category cat,
int nLimit,
int nUserID,
org.w3c.dom.Document doc)
throws java.lang.Exception
cat - CategorynLimit - LimitnUserID - ID of userdoc - Document for xml
java.lang.Exception
public org.w3c.dom.Element getUploadElement(Upload upload,
org.w3c.dom.Document doc)
throws java.lang.Exception
upload - Uploaddoc - Document for xml
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||