|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.search.results.SearchResultView
com.plumtree.portalpages.browsing.search.results.SearchSummaryView
public class SearchSummaryView
| Field Summary | |
|---|---|
protected SearchPageModeHelper |
_pageMode
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.portalpages.browsing.search.results.SearchResultView |
|---|
_model, m_asOwner, SPACE, SPACE2, SPACE3, SPACE4 |
| Constructor Summary | |
|---|---|
SearchSummaryView()
|
|
| Method Summary | |
|---|---|
static void |
AssembleUniqueMisspellingsAndCorrections(ISearchResultModelRO model,
IXPList misspelledTokens,
IXPList correctionsPerMisspelling)
Assembles the list of spelling corrections given two empty lists. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
HTMLElement |
DisplaySearchView()
DisplaySearchView() should be implemented by all subclasses and should perform the same function as the regular Display() method, but is allowed to throw a SearchModelException or an HTMLException. |
java.lang.String |
GetName()
Return the name of the MVC object. |
static XPArrayList |
GetObjectTypeRestrictionsList(ISearchResultModelRO model,
AActivitySpace asOwner)
Returns the list of current object type restrictions. |
void |
LogSearchResultsEvent()
Method to log the search result event. |
void |
SetPageModeHelper(SearchPageModeHelper pageMode)
|
static void |
ShowNumberOfResults(AActivitySpace owner,
HTMLTableCell cell,
IBaseSearchResultModelRO model)
Shows a summary of the number of results and how many are being displayed. |
| Methods inherited from class com.plumtree.portalpages.browsing.search.results.SearchResultView |
|---|
Display, DisplayJavascript, Init, is508 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
protected SearchPageModeHelper _pageMode
| Constructor Detail |
|---|
public SearchSummaryView()
| Method Detail |
|---|
public void SetPageModeHelper(SearchPageModeHelper pageMode)
public java.lang.Object Create()
SearchResultView
Create in interface IManagedObjectCreate in class SearchResultViewIManagedObject.Create()public HTMLElement DisplaySearchView()
SearchResultView
DisplaySearchView in class SearchResultViewcom.plumtree.portalpages.search.SearchResultView#DisplaySearchView()
public static void AssembleUniqueMisspellingsAndCorrections(ISearchResultModelRO model,
IXPList misspelledTokens,
IXPList correctionsPerMisspelling)
model - Search results modelmisspelledTokens - List to which misspelled tokens are addedcorrectionsPerMisspelling - List to which corrections are added
public static XPArrayList GetObjectTypeRestrictionsList(ISearchResultModelRO model,
AActivitySpace asOwner)
model - Search Results modelasOwner - Current activity space
public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectGetName in class SearchResultViewcom.plumtree.portaluiinfrastructure.activityspace.IView#GetName()
public static void ShowNumberOfResults(AActivitySpace owner,
HTMLTableCell cell,
IBaseSearchResultModelRO model)
owner - Current activity spacecell - Cell to which to add the summary textmodel - Search results model.public void LogSearchResultsEvent()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||