org.chorem.bow
Class OpenSearchActions

java.lang.Object
  extended by org.chorem.bow.OpenSearchActions

public class OpenSearchActions
extends Object

Author:
bbrossaud

Field Summary
protected  List<BowBookmark> bookmarkList
           
protected  String[] search
           
protected  List<org.nuiton.wikitty.search.FacetTopic> suggestions
           
 
Constructor Summary
OpenSearchActions()
           
 
Method Summary
protected  boolean bookmarkHasTag(BowBookmark bookmark, String tag)
           
 void findSuggestions(List<String> searchLine)
           
 List<BowBookmark> getBookmarkList()
           
 String getJsonDescription()
           
 String getJsonResult()
           
 String getJsonSuggestions()
           
 String[] getSearch()
           
 List<org.nuiton.wikitty.search.FacetTopic> getSuggestionList()
           
 void setBookmarkList(List<BowBookmark> bookmarks)
           
 void setSearch(String[] tab)
           
 void setSuggestionList(List<org.nuiton.wikitty.search.FacetTopic> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bookmarkList

protected List<BowBookmark> bookmarkList

suggestions

protected List<org.nuiton.wikitty.search.FacetTopic> suggestions

search

protected String[] search
Constructor Detail

OpenSearchActions

public OpenSearchActions()
Method Detail

findSuggestions

public void findSuggestions(List<String> searchLine)

bookmarkHasTag

protected boolean bookmarkHasTag(BowBookmark bookmark,
                                 String tag)

setBookmarkList

public void setBookmarkList(List<BowBookmark> bookmarks)

getJsonResult

public String getJsonResult()

getJsonSuggestions

public String getJsonSuggestions()

getJsonDescription

public String getJsonDescription()

setSearch

public void setSearch(String[] tab)

setSuggestionList

public void setSuggestionList(List<org.nuiton.wikitty.search.FacetTopic> list)

getBookmarkList

public List<BowBookmark> getBookmarkList()

getSearch

public String[] getSearch()

getSuggestionList

public List<org.nuiton.wikitty.search.FacetTopic> getSuggestionList()


Copyright © 2010-2011 CodeLutin. All Rights Reserved.