| |
|
| java.lang.Object com.sun.portal.search.providers.SearchEditFormBean
SearchEditFormBean | public class SearchEditFormBean implements Serializable(Code) | | SearchEditForm is a helper bean for the search edit jsp.
The class uses the bean reflection property and has accessor methods
for its properties.
|
categorySearchdefaultSearch | Boolean categorySearchdefaultSearch(Code) | | |
booleanCheckBox | public String booleanCheckBox(Boolean b)(Code) | | Returns 'CHECKED' if the parameter is true and false otherwise
'CHECKED' if the parameter is true and empty string otherwise |
descCheckbox | public String descCheckbox(String s)(Code) | | Compares the parameter with the description property
'CHECKED' if equal and empty string if unequal |
setCategorySearch | public void setCategorySearch(Boolean cs)(Code) | | Sets the categorySearch property
Parameters: cs - is the value for the categorySearch property |
setDefaultMode | public void setDefaultMode(String dd)(Code) | | Sets the default search mode property
Parameters: dd - is the value for default Search mode |
setDefaultSearch | public void setDefaultSearch(Boolean ds)(Code) | | Sets the boolean defaultSearch property
Parameters: ds - value for defaultSearch |
setDescription | public void setDescription(String d)(Code) | | Sets the description property
Parameters: d - is the value for description |
setHits | public void setHits(Integer viewhits)(Code) | | Sets the Integer viewHits property
Parameters: viewhits - value for viewHits |
|
|
|