|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.search.providers.SearchEditFormBean
SearchEditForm is a helper bean for the search edit jsp. The class uses the bean reflection property and has accessor methods for its properties.
Constructor Summary | |
SearchEditFormBean()
|
Method Summary | |
java.lang.String |
booleanCheckBox(java.lang.Boolean b)
Returns 'CHECKED' if the parameter is true and false otherwise |
java.lang.String |
defaultModeSelection(java.lang.String s)
|
java.lang.String |
descCheckbox(java.lang.String s)
Compares the parameter with the description property |
java.lang.String |
hitsSelection(int v)
|
void |
setCategorySearch(java.lang.Boolean cs)
Sets the categorySearch property |
void |
setDefaultMode(java.lang.String dd)
Sets the default search mode property |
void |
setDefaultSearch(java.lang.Boolean ds)
Sets the boolean defaultSearch property |
void |
setDescription(java.lang.String d)
Sets the description property |
void |
setHits(java.lang.Integer viewhits)
Sets the Integer viewHits property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchEditFormBean()
Method Detail |
public void setCategorySearch(java.lang.Boolean cs)
cs
- is the value for the categorySearch propertypublic void setDefaultSearch(java.lang.Boolean ds)
ds
- value for defaultSearchpublic void setHits(java.lang.Integer viewhits)
viewhits
- value for viewHitspublic void setDescription(java.lang.String d)
d
- is the value for descriptionpublic void setDefaultMode(java.lang.String dd)
dd
- is the value for default Search modepublic java.lang.String booleanCheckBox(java.lang.Boolean b)
public java.lang.String descCheckbox(java.lang.String s)
public java.lang.String defaultModeSelection(java.lang.String s)
public java.lang.String hitsSelection(int v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |