Java Doc for SearchRequestBean.java in » Portal » Open-Portal » com » sun » portal » search » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Portal
»
Open Portal
»
com.sun.portal.search
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.sun.portal.search
.SearchRequestBean
SearchRequestBean
public
class SearchRequestBean
(Code)
This class providers a bean wrapper interface for the
Search
class.
See Also:
soif.Search
Field Summary
final
public
static int
ADVANCED
final
public
static int
BROWSE
final
public
static int
CATEGORY
Method Summary
public
void
SearchRequestBean
()
public
void
execute
()
Executes search.
public
String
getAuthorOp
()
public
String
getAuthorVal
()
public
String
getBrowseCategory
()
public
String
getCategoryMatchesFoundMsg
()
public
String
getComments
()
public
String
getDescription
()
public
String
getExpiresVal
()
public
int
getFromHit
()
public
String
getHiddenMessage
()
public
String
getKeywordsVal
()
public
String
getLmodifiedVal
()
public
String
getMatchesFoundMsg
()
public
String
getMode
()
public
int
getNextPage
()
public
String
getNoCategoryMatchesFoundMsg
()
public
String
getNoMatchesFoundMsg
()
public
String
getNowords
()
public
int
getPreviousPage
()
public
String
getScope
()
Session attributes which are passed to the bean in the request object.
public
String
getSearchString
()
public
int
getSearchType
()
public
SOIF
getSoifResults
()
public
String
getSoifString
()
public
String
getTitleVal
()
public
int
getTotalCount
()
public
int
getTotalPages
()
public
String
getUrlVal
()
public
int
getViewHits
()
public
String
getWordsOp
()
public
String
getWordsVal
()
public
boolean
isMoreHits
()
public
boolean
isMoreThanOne
()
public
boolean
isNoHits
()
public
boolean
next
()
public
boolean
previous
()
public
void
setAuthorOp
(
String
authorOperator)
public
void
setAuthorVal
(
String
authorValue)
public
void
setBrowseCategory
(
String
bc)
public
void
setComments
(
String
comments)
public
void
setDescription
(
String
d)
public
void
setExpiresOp
(
String
expiresOperator)
public
void
setExpiresVal
(
String
expires)
public
void
setFromHit
(int fr)
public
void
setKeywordsOp
(
String
keywordsOperator)
public
void
setKeywordsVal
(
String
keywords)
public
void
setLmodifiedOp
(
String
lmodifiedOperator)
public
void
setLmodifiedVal
(
String
lmodified)
public
void
setMode
(
String
mode)
public
void
setNowords
(
String
nowords)
public
void
setPage
(int p)
public
void
setProvider
(
JSPProvider
p)
public
void
setQueryLanguage
(
String
ql)
public
void
setRdmServer
(
String
server)
public
void
setRdmType
(
String
type)
public
void
setScope
(
String
s)
public
void
setTitleOp
(
String
titleOperator)
public
void
setTitleVal
(
String
title)
public
void
setUrlOp
(
String
urlOperator)
public
void
setUrlVal
(
String
url)
public
void
setViewAttributes
(
String
vattr)
public
void
setViewHits
(int vhits)
public
void
setViewOrder
(
String
vOrder)
public
void
setWordsOp
(
String
wordsOperator)
public
void
setWordsVal
(
String
whichwords)
Field Detail
ADVANCED
final
public
static int ADVANCED
(Code)
BROWSE
final
public
static int BROWSE
(Code)
CATEGORY
final
public
static int CATEGORY
(Code)
Method Detail
SearchRequestBean
public
void SearchRequestBean()
(Code)
execute
public
void execute()
(Code)
Executes search.
getAuthorOp
public
String
getAuthorOp()
(Code)
getAuthorVal
public
String
getAuthorVal()
(Code)
getBrowseCategory
public
String
getBrowseCategory()
(Code)
getCategoryMatchesFoundMsg
public
String
getCategoryMatchesFoundMsg()
(Code)
getComments
public
String
getComments()
(Code)
getDescription
public
String
getDescription()
(Code)
getExpiresVal
public
String
getExpiresVal()
(Code)
getFromHit
public
int getFromHit()
(Code)
getHiddenMessage
public
String
getHiddenMessage()
(Code)
getKeywordsVal
public
String
getKeywordsVal()
(Code)
getLmodifiedVal
public
String
getLmodifiedVal()
(Code)
getMatchesFoundMsg
public
String
getMatchesFoundMsg()
(Code)
getMode
public
String
getMode()
(Code)
getNextPage
public
int getNextPage()
(Code)
getNoCategoryMatchesFoundMsg
public
String
getNoCategoryMatchesFoundMsg()
(Code)
getNoMatchesFoundMsg
public
String
getNoMatchesFoundMsg()
(Code)
getNowords
public
String
getNowords()
(Code)
getPreviousPage
public
int getPreviousPage()
(Code)
getScope
public
String
getScope()
(Code)
Session attributes which are passed to the bean in the request object.
getSearchString
public
String
getSearchString()
(Code)
getSearchType
public
int getSearchType()
(Code)
getSoifResults
public
SOIF
getSoifResults()
(Code)
getSoifString
public
String
getSoifString()
(Code)
To be used for debugging
getTitleVal
public
String
getTitleVal()
(Code)
getTotalCount
public
int getTotalCount()
(Code)
getTotalPages
public
int getTotalPages()
(Code)
getUrlVal
public
String
getUrlVal()
(Code)
getViewHits
public
int getViewHits()
(Code)
Search Constructor parameters Default values for these config params are taken from DS/AME
getWordsOp
public
String
getWordsOp()
(Code)
Methods related to advanced search
getWordsVal
public
String
getWordsVal()
(Code)
isMoreHits
public
boolean isMoreHits()
(Code)
isMoreThanOne
public
boolean isMoreThanOne()
(Code)
isNoHits
public
boolean isNoHits()
(Code)
next
public
boolean next()
(Code)
previous
public
boolean previous()
(Code)
setAuthorOp
public
void setAuthorOp(
String
authorOperator)
(Code)
setAuthorVal
public
void setAuthorVal(
String
authorValue)
(Code)
setBrowseCategory
public
void setBrowseCategory(
String
bc)
(Code)
setComments
public
void setComments(
String
comments)
(Code)
setDescription
public
void setDescription(
String
d)
(Code)
setExpiresOp
public
void setExpiresOp(
String
expiresOperator)
(Code)
setExpiresVal
public
void setExpiresVal(
String
expires)
(Code)
setFromHit
public
void setFromHit(int fr)
(Code)
setKeywordsOp
public
void setKeywordsOp(
String
keywordsOperator)
(Code)
setKeywordsVal
public
void setKeywordsVal(
String
keywords)
(Code)
setLmodifiedOp
public
void setLmodifiedOp(
String
lmodifiedOperator)
(Code)
setLmodifiedVal
public
void setLmodifiedVal(
String
lmodified)
(Code)
setMode
public
void setMode(
String
mode)
(Code)
setNowords
public
void setNowords(
String
nowords)
(Code)
setPage
public
void setPage(int p)
(Code)
setProvider
public
void setProvider(
JSPProvider
p)
(Code)
setQueryLanguage
public
void setQueryLanguage(
String
ql)
(Code)
setRdmServer
public
void setRdmServer(
String
server)
(Code)
Search Constructor parameters Default values for these are hardcoded in the bean
setRdmType
public
void setRdmType(
String
type)
(Code)
setScope
public
void setScope(
String
s)
(Code)
setTitleOp
public
void setTitleOp(
String
titleOperator)
(Code)
setTitleVal
public
void setTitleVal(
String
title)
(Code)
setUrlOp
public
void setUrlOp(
String
urlOperator)
(Code)
setUrlVal
public
void setUrlVal(
String
url)
(Code)
setViewAttributes
public
void setViewAttributes(
String
vattr)
(Code)
setViewHits
public
void setViewHits(int vhits)
(Code)
setViewOrder
public
void setViewOrder(
String
vOrder)
(Code)
setWordsOp
public
void setWordsOp(
String
wordsOperator)
(Code)
setWordsVal
public
void setWordsVal(
String
whichwords)
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.