|
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.ISearchOption
org.richfaces.photoalbum.ui.search.SearchOptionByImage
public class SearchOptionByImage
Class, that encapsulate functionality related to search by image entity.
| Constructor Summary | |
|---|---|
SearchOptionByImage()
|
|
| Method Summary | |
|---|---|
String |
getName()
Abstract method, that return name of particular search option. |
String |
getSearchResultName()
Abstract method, that return description of particular search option. |
String |
getSearchResultTemplate()
Abstract method, that return template to render of particular search option. |
void |
search(ISearchAction action,
String q,
boolean searchInMyAlbums,
boolean searchInShared)
Abstract method, that perform search in given option. |
| Methods inherited from class org.richfaces.photoalbum.ui.search.ISearchOption |
|---|
getSearchResult, getSelected, setSearchResult, setSelected, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchOptionByImage()
| Method Detail |
|---|
public String getName()
ISearchOption
getName in class ISearchOptionpublic String getSearchResultName()
ISearchOption
getSearchResultName in class ISearchOption
public void search(ISearchAction action,
String q,
boolean searchInMyAlbums,
boolean searchInShared)
throws PhotoAlbumException
ISearchOption
search in class ISearchOptionaction - - action will be performedq - - query to searchsearchInMyAlbums - - is search in users albums will be performedsearchInShared - - is search in shared albums will be performed
PhotoAlbumException - - in case of wrong search parameterspublic String getSearchResultTemplate()
ISearchOption
getSearchResultTemplate in class ISearchOption
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||