|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PhotoAlbumException | |
|---|---|
| org.richfaces.photoalbum.model.actions | |
| org.richfaces.photoalbum.search | |
| org.richfaces.photoalbum.ui.search | |
| Uses of PhotoAlbumException in org.richfaces.photoalbum.model.actions |
|---|
| Methods in org.richfaces.photoalbum.model.actions that throw PhotoAlbumException | |
|---|---|
void |
AlbumAction.addAlbum(Album album)
Persist album entity to database |
void |
IAlbumAction.addAlbum(Album album)
|
void |
ImageAction.addComment(Comment comment)
Add comment from image |
void |
IImageAction.addComment(Comment comment)
|
void |
EventAction.addEvent(Event event)
Persist event entity to database |
void |
IEventAction.addEvent(Event event)
|
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 |
AlbumAction.deleteAlbum(Album album)
Remove album entity from database |
void |
IAlbumAction.deleteAlbum(Album album)
|
void |
ImageAction.deleteComment(Comment comment)
Remove comment from image |
void |
IImageAction.deleteComment(Comment comment)
|
void |
EventAction.deleteEvent(Event event)
Remove event entity from database |
void |
IEventAction.deleteEvent(Event event)
|
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 |
AlbumAction.editAlbum(Album album)
Synchronize state of album entity with database |
void |
IAlbumAction.editAlbum(Album album)
|
void |
EventAction.editEvent(Event event)
Synchronize state of event entity with database |
void |
IEventAction.editEvent(Event event)
|
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 |
IUserAction.register(User user)
|
void |
UserAction.register(User user)
Persist user entity to database |
void |
ImageAction.removeMetaTag(Image image,
MetaTag metaTag)
Remove MetaTag to image |
User |
IUserAction.updateUser()
|
User |
UserAction.updateUser()
Synchronize state of user entity with database |
| Uses of PhotoAlbumException in org.richfaces.photoalbum.search |
|---|
| Methods in org.richfaces.photoalbum.search that throw PhotoAlbumException | |
|---|---|
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) |
| Uses of PhotoAlbumException in org.richfaces.photoalbum.ui.search |
|---|
| Methods in org.richfaces.photoalbum.ui.search that throw PhotoAlbumException | |
|---|---|
void |
SearchOptionByShelf.search(ISearchAction action,
String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
|
void |
SearchOptionByUser.search(ISearchAction action,
String q,
boolean searchInMyAlbums,
boolean searchInShared)
|
void |
SearchOptionByTag.search(ISearchAction action,
String searchQuery,
boolean searchInMyAlbums,
boolean searchInShared)
|
void |
SearchOptionByImage.search(ISearchAction action,
String q,
boolean searchInMyAlbums,
boolean searchInShared)
|
void |
SearchOptionByAlbum.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. |
|
RichFaces Photoalbum 4.3.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||