RichFaces Photoalbum 4.3.0.CR2

Uses of Class
org.richfaces.photoalbum.domain.MetaTag

Packages that use MetaTag
org.richfaces.photoalbum.domain   
org.richfaces.photoalbum.ejbsearch   
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.service   
 

Uses of MetaTag in org.richfaces.photoalbum.domain
 

Methods in org.richfaces.photoalbum.domain that return MetaTag
 MetaTag Image.getTagByName(String s)
          Return MetaTag object by string representation
 

Methods in org.richfaces.photoalbum.domain that return types with arguments of type MetaTag
 List<MetaTag> Image.getImageTags()
           
 

Methods in org.richfaces.photoalbum.domain with parameters of type MetaTag
 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.
 

Method parameters in org.richfaces.photoalbum.domain with type arguments of type MetaTag
 void Image.setImageTags(List<MetaTag> imageTags)
           
 

Uses of MetaTag in org.richfaces.photoalbum.ejbsearch
 

Methods in org.richfaces.photoalbum.ejbsearch that return types with arguments of type MetaTag
 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)
 

Uses of MetaTag in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager that return MetaTag
 MetaTag Model.getSelectedTag()
           
 

Methods in org.richfaces.photoalbum.manager that return types with arguments of type MetaTag
 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.
 

Methods in org.richfaces.photoalbum.manager with parameters of type MetaTag
 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
 

Uses of MetaTag in org.richfaces.photoalbum.service
 

Methods in org.richfaces.photoalbum.service that return MetaTag
 MetaTag ImageAction.getTagByName(String tag)
          Find metatag object by its string representation
 MetaTag IImageAction.getTagByName(String tag)
           
 

Methods in org.richfaces.photoalbum.service that return types with arguments of type MetaTag
 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)
           
 

Methods in org.richfaces.photoalbum.service with parameters of type MetaTag
 void ImageAction.addMetaTag(Image image, MetaTag metaTag)
          Add MetaTag to image
 void ImageAction.removeMetaTag(Image image, MetaTag metaTag)
          Remove MetaTag to image
 


RichFaces Photoalbum 4.3.0.CR2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.