|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.search.service.SearchProviderDescriptor
public class SearchProviderDescriptor
This class describes the search provider descriptor Contains metadata for the search provider.
| Constructor Summary | |
|---|---|
SearchProviderDescriptor(String handlerKey,
Locale locale)
Constructs a new instance |
|
| Method Summary | |
|---|---|
String |
getAdvancedSearchName()
Gets the descriptor default advanced search name |
String |
getBasicSearchName()
Gets the descriptor default basic search name |
String |
getDescription()
Gets the descriptor default description |
String |
getHandlerKey()
Gets the descriptor handler key |
Locale |
getLocale()
Gets the descriptor Locale |
void |
setAdvancedSearchName(String advancedSearchName)
Sets the descriptor default advanced search name |
void |
setBasicSearchName(String basicSearchName)
Sets the descriptor default basic search name |
void |
setDescription(String description)
Sets the descriptor default description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchProviderDescriptor(String handlerKey,
Locale locale)
handlerKey - The key of the containing handler that is returned by your implementation of the getKey() method of ISearchProviderHandler that retrieves the descriptorlocale - The current user's locale| Method Detail |
|---|
public String getHandlerKey()
getKey() method of ISearchProviderHandler that retrieves the descriptorpublic String getBasicSearchName()
public String getAdvancedSearchName()
public String getDescription()
public Locale getLocale()
public void setBasicSearchName(String basicSearchName)
basicSearchName - The title of the basic search that appears in the UIpublic void setAdvancedSearchName(String advancedSearchName)
advancedSearchName - The title of the advanced search that appears in the UIpublic void setDescription(String description)
description - The search provider description that appears in the tooltip| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||