|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.search.service.SearchProperties
public class SearchProperties
Represents the properties of search
| Constructor Summary | |
|---|---|
SearchProperties()
Constructs a new instance |
|
| Method Summary | |
|---|---|
List<SearchCategory> |
getCategories()
Returns the search type categories |
SearchProviderConstants.SearchProviderNavigationType |
getNavigationType()
Returns the type of navigation to the search results window |
String |
getTemplate()
The template of the navigation URL to the search engine, for example, http://search.yahoo.com/search? |
String |
getWinFeatures()
Returns the parameters of the window that displays search results. |
Integer |
getWinMode()
Returns a constant defined by INavigationConstants that indicates how the search results are displayed |
void |
setCategories(List<SearchCategory> searchCategories)
Sets the search type categories |
void |
setNavigationType(SearchProviderConstants.SearchProviderNavigationType navigationType)
Defines the type of navigation to the search results window |
void |
setTemplate(String template)
Sets the search type template |
void |
setWinFeatures(String winFeatures)
Defines the parameters of the window that displays search results. |
void |
setWinMode(Integer winMode)
Defines how the search results are displayed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchProperties()
| Method Detail |
|---|
public String getTemplate()
public Integer getWinMode()
INavigationConstants that indicates how the search results are displayed
public String getWinFeatures()
public List<SearchCategory> getCategories()
public SearchProviderConstants.SearchProviderNavigationType getNavigationType()
SearchProviderConstants.SearchProviderNavigationType enumpublic void setTemplate(String template)
template - the template of the navigation URL to the search engine,
for example, "http://search.yahoo.com/search?p={searchTerms}"public void setWinMode(Integer winMode)
winMode - A constant from the INavigationConstants enum that defines how to display the search resultspublic void setWinFeatures(String winFeatures)
winFeatures - The parameters of the window that displays search results;
The default value is equal to SearchProviderConstants WIN_FEATURES:
"resizable=yes, scrollbars=yes, status=yes, menubar=yes, location=yes, toolbar=yes"public void setCategories(List<SearchCategory> searchCategories)
searchCategories - A list of SearchCategory objects; can be empty if no categories are definedpublic void setNavigationType(SearchProviderConstants.SearchProviderNavigationType navigationType)
navigationType - the navigation type defined by the SearchProviderConstants.SearchProviderNavigationType enum| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||