|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.photoalbum.ui.search.ImageSearchHelper
@Named @ApplicationScoped public class ImageSearchHelper
Class, that encapsulate functionality related to search process.
| Constructor Summary | |
|---|---|
ImageSearchHelper()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getCriteriaString()
Method, used to construct criteria string, to represent this string in UI. |
List<String> |
getKeywords()
|
List<ISearchOption> |
getOptions()
|
String |
getSearchQuery()
|
String |
getSelectedKeyword()
|
ISearchOption |
getSelectedOption()
|
boolean |
isResultExist()
|
boolean |
isSeachInMyAlbums()
|
boolean |
isSearchInShared()
|
void |
processSelection()
Method, invoked when user select or unselect search option. |
void |
search()
Method, that perform search, when user clicks by 'Find' button. |
void |
searchKeyword(String keyword)
Method, that perform search by particular phrase |
void |
setKeywords(List<String> keywords)
|
void |
setOptions(List<ISearchOption> options)
|
void |
setSeachInMyAlbums(boolean seachInMyAlbums)
|
void |
setSearchInShared(boolean searchInShared)
|
void |
setSearchQuery(String searchQuery)
|
void |
setSelectedKeyword(String selectedKeyword)
|
void |
setSelectedOption(ISearchOption selectedOption)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageSearchHelper()
| Method Detail |
|---|
public String getCriteriaString()
public void search()
public void searchKeyword(String keyword)
keyword - - keyword to searchpublic void processSelection()
public ISearchOption getSelectedOption()
public void setSelectedOption(ISearchOption selectedOption)
public List<ISearchOption> getOptions()
public void setOptions(List<ISearchOption> options)
public String getSearchQuery()
public void setSearchQuery(String searchQuery)
public boolean isSeachInMyAlbums()
public void setSeachInMyAlbums(boolean seachInMyAlbums)
public boolean isSearchInShared()
public void setSearchInShared(boolean searchInShared)
public List<String> getKeywords()
public void setKeywords(List<String> keywords)
public String getSelectedKeyword()
public void setSelectedKeyword(String selectedKeyword)
public boolean isResultExist()
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||