| Package | Description |
|---|---|
| org.richfaces.photoalbum.domain | |
| org.richfaces.photoalbum.ejbsearch | |
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.service |
| Modifier and Type | Method and Description |
|---|---|
MetaTag |
Image.getTagByName(String s)
Return MetaTag object by string representation
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaTag> |
Image.getImageTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
Image.addMetaTag(MetaTag metatag)
Add metatag to this image.
|
void |
Image.removeMetaTag(MetaTag metatag)
Remove metatag from list of metatag, associated to that image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setImageTags(List<MetaTag> imageTags) |
| Modifier and Type | Method and Description |
|---|---|
List<MetaTag> |
ISearchAction.searchByTags(String query,
boolean searchInMyAlbums,
boolean searchInShared) |
List<MetaTag> |
SearchAction.searchByTags(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of metatags, founded by query Search users by tagname(like)
|
| Modifier and Type | Method and Description |
|---|---|
MetaTag |
Model.getSelectedTag() |
| Modifier and Type | Method and Description |
|---|---|
List<MetaTag> |
ImageManager.autoComplete(Object suggest)
Method, that used to autocomplete 'metatags' field while typing.
|
List<MetaTag> |
ImageManager.popularTags()
Method, that invoked to retrieve most popular metatags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setSelectedTag(MetaTag tag)
This method observes
Constants.UPDATE_SELECTED_TAG_EVENT event and invoked after the user click on any
metatag. |
void |
Controller.showTag(MetaTag metatag)
This method invoked after the user want to see all images, related to the of specified album
|
| Modifier and Type | Method and Description |
|---|---|
MetaTag |
ImageAction.getTagByName(String tag)
Find metatag object by its string representation
|
MetaTag |
IImageAction.getTagByName(String tag) |
| Modifier and Type | Method and Description |
|---|---|
List<MetaTag> |
ImageAction.getPopularTags()
Find most-popular metatags
|
List<MetaTag> |
IImageAction.getPopularTags() |
List<MetaTag> |
ImageAction.getTagsLikeString(String suggest)
Find List of metatags, similar to specified string.
|
List<MetaTag> |
IImageAction.getTagsLikeString(String suggest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageAction.addMetaTag(Image image,
MetaTag metaTag)
Add MetaTag to image
|
void |
ImageAction.removeMetaTag(Image image,
MetaTag metaTag)
Remove MetaTag to image
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.