| Package | Description |
|---|---|
| org.richfaces.photoalbum.ejbsearch | |
| org.richfaces.photoalbum.search | |
| org.richfaces.photoalbum.service |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.Query |
SearchQueryFactory.getQuery(SearchEntityEnum entity,
User user,
boolean searchInShared,
boolean searchInMy,
String queryString)
This method is return query object,that dependent of type of searched entity and other parameters
|
List<Album> |
ISearchAction.searchByAlbum(String query,
boolean searchInMyAlbums,
boolean searchInShared) |
List<Album> |
SearchAction.searchByAlbum(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of albums, founded by query Search albums by name and description(like)
|
List<Image> |
ISearchAction.searchByImage(String query,
boolean searchInMyAlbums,
boolean searchInShared) |
List<Image> |
SearchAction.searchByImage(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of images, founded by query Search images by name and description(like)
|
List<Shelf> |
ISearchAction.searchByShelves(String query,
boolean searchInMyAlbums,
boolean searchInShared) |
List<Shelf> |
SearchAction.searchByShelves(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of shelves, founded by query Search images by name and description(like)
|
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)
|
List<User> |
ISearchAction.searchByUsers(String query,
boolean searchInMyAlbums,
boolean searchInShared) |
List<User> |
SearchAction.searchByUsers(String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Return List of users, founded by query Search users by login, firstname and secondname(like)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchOptionByAlbum.search(ISearchAction action,
String q,
boolean searchInMyAlbums,
boolean searchInShared) |
void |
SearchOptionByShelf.search(ISearchAction action,
String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared) |
void |
SearchOptionByImage.search(ISearchAction action,
String q,
boolean searchInMyAlbums,
boolean searchInShared) |
abstract void |
ISearchOption.search(ISearchAction action,
String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
Abstract method, that perform search in given option.
|
void |
SearchOptionByUser.search(ISearchAction action,
String q,
boolean searchInMyAlbums,
boolean searchInShared) |
void |
SearchOptionByTag.search(ISearchAction action,
String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAlbumAction.addAlbum(Album album) |
void |
AlbumAction.addAlbum(Album album)
Persist album entity to database
|
void |
ImageAction.addComment(Comment comment)
Add comment from image
|
void |
IImageAction.addComment(Comment comment) |
void |
ImageAction.addImage(Image image)
Persist image entity to database
|
void |
IImageAction.addImage(Image image) |
void |
ImageAction.addMetaTag(Image image,
MetaTag metaTag)
Add MetaTag to image
|
void |
ShelfAction.addShelf(Shelf shelf)
Persist shelf entity to database
|
void |
IShelfAction.addShelf(Shelf shelf) |
void |
IAlbumAction.deleteAlbum(Album album) |
void |
AlbumAction.deleteAlbum(Album album)
Remove album entity from database
|
void |
ImageAction.deleteComment(Comment comment)
Remove comment from image
|
void |
IImageAction.deleteComment(Comment comment) |
void |
ImageAction.deleteImage(Image image)
Remove image entity from database
|
void |
IImageAction.deleteImage(Image image) |
void |
ShelfAction.deleteShelf(Shelf shelf)
Remove shelf entity from database
|
void |
IShelfAction.deleteShelf(Shelf shelf) |
void |
IAlbumAction.editAlbum(Album album) |
void |
AlbumAction.editAlbum(Album album)
Synchronize state of album entity with database
|
void |
ImageAction.editImage(Image image,
boolean metatagsChanged)
Synchronize state of image entity with database
|
void |
IImageAction.editImage(Image image,
boolean metatagsChanged) |
void |
ShelfAction.editShelf(Shelf shelf)
Synchronize state of shelf entity with database
|
void |
IShelfAction.editShelf(Shelf shelf) |
void |
UserAction.register(User user)
Persist user entity to database
|
void |
IUserAction.register(User user) |
void |
ImageAction.removeMetaTag(Image image,
MetaTag metaTag)
Remove MetaTag to image
|
User |
UserAction.updateUser()
Synchronize state of user entity with database
|
User |
IUserAction.updateUser() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.