|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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 |
descCheckbox(String s)
Compares the parameter with the description property |
String |
docDisplayCheckbox(String s)
Compares the parameter with the documentDisplay property |
void |
setCategorySearch(Boolean cs)
Sets the categorySearch property |
void |
setDefaultSearch(Boolean ds)
Sets the boolean defaultSearch property |
void |
setDescription(String d)
Sets the description property |
void |
setDocumentDisplay(String dd)
Sets the documentDisplay property |
Methods inherited from class java.lang.Object |
equals, 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 setDescription(String d)
d
- is the value for descriptionpublic void setDocumentDisplay(String dd)
dd
- is the value for documentDisplaypublic String booleanCheckBox(Boolean b)
public String descCheckbox(String s)
public String docDisplayCheckbox(String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |