|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_SuggestedSearchOptions
public class J_SuggestedSearchOptions
Used to configure the suggested search API call
| Constructor Summary | |
|---|---|
J_SuggestedSearchOptions()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEndTag()
HTML end tag for search string. |
java.lang.String |
getLanguageCode()
If the language code is set to a valid value, this is used rather than the languageId which improves performance since the language doesn't have to be looked up. |
int |
getLanguageId()
Id of the language object to be used. |
int |
getLimit()
Maximum number of results to return. |
java.lang.String |
getSearchText()
Search Text |
java.lang.String |
getStartTag()
HTML start tag for search string. |
boolean |
isReturnRawText()
When set to true, the raw text attribute of the suggested search item contains a value, otherwise it is null. |
boolean |
isReturnRichText()
When set to true, the results are returned with formatting to highlight the search string within the results. |
void |
setEndTag(java.lang.String _endTag)
HTML end tag for search string. |
void |
setLanguageCode(java.lang.String _languageCode)
If the language code is set to a valid value, this is used rather than the languageId which improves performance since the language doesn't have to be looked up. |
void |
setLanguageId(int _languageId)
Id of the language object to be used. |
void |
setLimit(int _limit)
Maximum number of results to return. |
void |
setReturnRawText(boolean _returnRawText)
When set to true, the raw text attribute of the suggested search item contains a value, otherwise it is null. |
void |
setReturnRichText(boolean _returnRichText)
When set to true, the results are returned with formatting to highlight the search string within the results. |
void |
setSearchText(java.lang.String _searchText)
Search Text |
void |
setStartTag(java.lang.String _startTag)
HTML start tag for search string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_SuggestedSearchOptions()
| Method Detail |
|---|
public int getLimit()
public void setLimit(int _limit)
_limit - the limit to setpublic java.lang.String getSearchText()
public void setSearchText(java.lang.String _searchText)
_searchText - the searchText to setpublic boolean isReturnRichText()
public void setReturnRichText(boolean _returnRichText)
_returnRichText - the returnRichText to setpublic boolean isReturnRawText()
public void setReturnRawText(boolean _returnRawText)
_returnRawText - the returnRawText to setpublic java.lang.String getStartTag()
public void setStartTag(java.lang.String _startTag)
_startTag - the startTag to setpublic java.lang.String getEndTag()
public void setEndTag(java.lang.String _endTag)
_endTag - the endTag to setpublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String _languageCode)
_languageCode - the languageCode to setpublic int getLanguageId()
public void setLanguageId(int _languageId)
_languageId - the languageId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||