|
||||||||||
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 | |
String |
booleanCheckBox(Boolean b)
Returns 'CHECKED' if the parameter is true and false otherwise |
String |
defaultModeSelection(String s)
|
String |
descCheckbox(String s)
Compares the parameter with the description property |
String |
hitsSelection(int v)
|
void |
setCategorySearch(Boolean cs)
Sets the categorySearch property |
void |
setDefaultMode(String dd)
Sets the default search mode property |
void |
setDefaultSearch(Boolean ds)
Sets the boolean defaultSearch property |
void |
setDescription(String d)
Sets the description property |
void |
setHits(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(Boolean cs)
cs
- is the value for the categorySearch propertypublic void setDefaultSearch(Boolean ds)
ds
- value for defaultSearchpublic void setHits(Integer viewhits)
viewhits
- value for viewHitspublic void setDescription(String d)
d
- is the value for descriptionpublic void setDefaultMode(String dd)
dd
- is the value for default Search modepublic String booleanCheckBox(Boolean b)
public String descCheckbox(String s)
public String defaultModeSelection(String s)
public String hitsSelection(int v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |