RichFaces Photoalbum 4.3.3.Final
A B C D E F G H I J L M N O P Q R S T U V W Y

A

ActionMapperTagHandler - Class in org.richfaces.photoalbum.util
 
ActionMapperTagHandler(TagConfig) - Constructor for class org.richfaces.photoalbum.util.ActionMapperTagHandler
 
ActionTools - Class in org.richfaces.photoalbum.service
Utility class
ActionTools() - Constructor for class org.richfaces.photoalbum.service.ActionTools
 
addAlbum(Album) - Method in class org.richfaces.photoalbum.domain.Shelf
This method add album to collection of albums of current shelf
addAlbum(Album) - Method in class org.richfaces.photoalbum.manager.AlbumManager
Method, that invoked on creation of the new album.
addAlbum(Album) - Method in class org.richfaces.photoalbum.service.AlbumAction
Persist album entity to database
addAlbum(Album) - Method in interface org.richfaces.photoalbum.service.IAlbumAction
 
addComment(Comment) - Method in class org.richfaces.photoalbum.domain.Image
Add comment to this image.
addComment(Image) - Method in class org.richfaces.photoalbum.manager.ImageManager
Method, that invoked when user add comment to image.
addComment(Comment) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
addComment(Comment) - Method in class org.richfaces.photoalbum.service.ImageAction
Add comment from image
addDirectory(File) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method for creation of directory
addFacesMessage(String, String) - Static method in class org.richfaces.photoalbum.util.Utils
Utility method for adding FacesMessages to specified component
addImage(Image) - Method in class org.richfaces.photoalbum.domain.Album
This method add image to collection of images of current album
addImage(Image) - Method in class org.richfaces.photoalbum.domain.MetaTag
 
addImage(String, UploadedFile) - Method in class org.richfaces.photoalbum.manager.FileManager
This method invoked after user upload new image
addImage(Image) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
addImage(Image) - Method in class org.richfaces.photoalbum.service.ImageAction
Persist image entity to database
ADDING_COMMENT_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
addMetaTag(MetaTag) - Method in class org.richfaces.photoalbum.domain.Image
Add metatag to this image.
addMetaTag(Image, MetaTag) - Method in class org.richfaces.photoalbum.service.ImageAction
Add MetaTag to image
addShelf(Shelf) - Method in class org.richfaces.photoalbum.domain.User
This method add shelf to collection of shelves, belongs to user
addShelf(Shelf) - Method in class org.richfaces.photoalbum.manager.ShelfManager
Method, that invoked on creation of the new shelf.
addShelf(Shelf) - Method in interface org.richfaces.photoalbum.service.IShelfAction
 
addShelf(Shelf) - Method in class org.richfaces.photoalbum.service.ShelfAction
Persist shelf entity to database
addToErrors(SimpleEvent) - Method in class org.richfaces.photoalbum.ui.ErrorHandlerBean
Convenience method that observes Constants.ADD_ERROR_EVENT.
addToRerender(String) - Static method in class org.richfaces.photoalbum.util.Utils
Utility method for programmatically adding specified component to rerender after AJAX request complete.
addUserId(Long, String) - Method in class org.richfaces.photoalbum.manager.LoggedUserTracker
Add user id and session id to store after each successfull authentication.
ADMIN_ROLE - Static variable in class org.richfaces.photoalbum.service.Constants
 
adviseNodeSelected(UITree) - Method in class org.richfaces.photoalbum.manager.Controller
This utility method determine if the specified node should be marked as selected.
afterPhase(PhaseEvent) - Method in class org.richfaces.photoalbum.ui.UserExpiredPhaseListener
 
Album - Class in org.richfaces.photoalbum.domain
Class for representing Album Entity.
Album() - Constructor for class org.richfaces.photoalbum.domain.Album
 
ALBUM_DELETING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
ALBUM_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
ALBUM_RECENTLY_DELETED_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
ALBUM_SAVING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
ALBUM_VARIABLE - Static variable in class org.richfaces.photoalbum.service.Constants
 
AlbumAction - Class in org.richfaces.photoalbum.service
Class for manipulating with album entity.
AlbumAction() - Constructor for class org.richfaces.photoalbum.service.AlbumAction
 
AlbumConverter - Class in org.richfaces.photoalbum.util
 
AlbumConverter() - Constructor for class org.richfaces.photoalbum.util.AlbumConverter
 
AlbumEvent - Class in org.richfaces.photoalbum.event
Album event, carries an album and its (relative) path.
AlbumEvent(Album) - Constructor for class org.richfaces.photoalbum.event.AlbumEvent
 
AlbumEvent(Album, String) - Constructor for class org.richfaces.photoalbum.event.AlbumEvent
 
AlbumManager - Class in org.richfaces.photoalbum.manager
 
AlbumManager() - Constructor for class org.richfaces.photoalbum.manager.AlbumManager
 
apply(FaceletContext, UIComponent) - Method in class org.richfaces.photoalbum.util.ActionMapperTagHandler
 
authenticate() - Method in class org.richfaces.photoalbum.manager.Authenticator
Method, that invoked when user try to login to the application.
Authenticator - Class in org.richfaces.photoalbum.manager
 
Authenticator() - Constructor for class org.richfaces.photoalbum.manager.Authenticator
 
AUTHOR_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
autoComplete(Object) - Method in class org.richfaces.photoalbum.manager.ImageManager
Method, that used to autocomplete 'metatags' field while typing.
AVATAR_DATA_COMPONENT - Static variable in class org.richfaces.photoalbum.service.Constants
 
AVATAR_JPG - Static variable in class org.richfaces.photoalbum.service.Constants
 
AVATAR_SAVING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
AVATAR_SIZE - Static variable in class org.richfaces.photoalbum.service.Constants
 

B

beforePhase(PhaseEvent) - Method in class org.richfaces.photoalbum.ui.UserExpiredPhaseListener
 
bitmapToImage(InputStream, String) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method to read image from disk and transform image to BufferedImage object

C

cancelEditAlbum() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to interrupt edit album process
cancelEditImage() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to interrupt edit image process
cancelEditShelf() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to interrupt edit shelf process
cancelEditUser() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to interrupt edit user process
cancelEditUser(SimpleEvent) - Method in class org.richfaces.photoalbum.manager.UserManager
Method, that invoked when user click 'Cancel' button during edit her profile.
cancelRegistration() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to interrupt registration process
checkUserExpiration(SimpleEvent) - Method in class org.richfaces.photoalbum.util.SessionExpirationChecker
Utility method for check is the user session was expired or user were login in another browser.
clear(SimpleEvent) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
clearMessage(SimpleEvent) - Method in class org.richfaces.photoalbum.ui.EditorBean
 
COMMA - Static variable in class org.richfaces.photoalbum.service.Constants
 
Comment - Class in org.richfaces.photoalbum.domain
Class for representing Comment Entity.
Comment() - Constructor for class org.richfaces.photoalbum.domain.Comment
 
CONFIRM_PASSWORD_NOT_EQUALS_PASSWORD - Static variable in class org.richfaces.photoalbum.service.Constants
 
ConfirmationPopupHelper - Class in org.richfaces.photoalbum.ui
 
ConfirmationPopupHelper() - Constructor for class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
Constants - Class in org.richfaces.photoalbum.service
Utility class.
containsUser(Long, String) - Method in class org.richfaces.photoalbum.manager.LoggedUserTracker
Checks if in the store contained user with specified user id and session id
containsUserId(Long) - Method in class org.richfaces.photoalbum.manager.LoggedUserTracker
Checks if in the store contained user with specified user id
Controller - Class in org.richfaces.photoalbum.manager
This class represent 'C' in MVC pattern.
Controller() - Constructor for class org.richfaces.photoalbum.manager.Controller
 
copyDirectory(File, File) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method for copying directory
copyFile(File, File) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method for copying file
CopyImageStuff - Class in org.richfaces.photoalbum.util
Utility class, that perform copying images from ear file to temp folder at startup application
CopyImageStuff() - Constructor for class org.richfaces.photoalbum.util.CopyImageStuff
 
create() - Method in class org.richfaces.photoalbum.manager.FileManager
Method, that invoked at startup application.
create() - Method in class org.richfaces.photoalbum.util.CopyImageStuff
Method, that perform copying images from ear file to temp folder at startup application
createAlbum(Shelf, boolean) - Method in class org.richfaces.photoalbum.manager.AlbumManager
Method, that invoked when user want to create new album.
createShelf() - Method in class org.richfaces.photoalbum.manager.ShelfManager
Method, that invoked when user want to create new shelf.

D

DATE_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
DEFAULT_BUFFER_SIZE - Static variable in class org.richfaces.photoalbum.service.Constants
 
DEFAULT_IMAGE_SIZEVALUE - Static variable in class org.richfaces.photoalbum.service.Constants
 
DEFAULT_ORIGINAL_PICTURE - Static variable in class org.richfaces.photoalbum.service.Constants
 
DEFAULT_PICTURE - Static variable in class org.richfaces.photoalbum.service.Constants
 
DELAY - Static variable in class org.richfaces.photoalbum.service.Constants
 
DELETE_COMMENT_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
deleteAlbum(Album) - Method in class org.richfaces.photoalbum.manager.AlbumManager
Method, that invoked when user click 'Delete album' button.
deleteAlbum(Album) - Method in class org.richfaces.photoalbum.service.AlbumAction
Remove album entity from database
deleteAlbum(Album) - Method in interface org.richfaces.photoalbum.service.IAlbumAction
 
deleteComment(Comment) - Method in class org.richfaces.photoalbum.manager.ImageManager
Method, that invoked when user delete comment.
deleteComment(Comment) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
deleteComment(Comment) - Method in class org.richfaces.photoalbum.service.ImageAction
Remove comment from image
deleteDirectory(File, boolean) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method for delete directory
deleteFile(File) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method for delete file
deleteImage(ImageEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes Constants.IMAGE_DELETED_EVENT and invoked after the user delete her image This method delete image and all thumbnails of this image from the disk
deleteImage(Image) - Method in class org.richfaces.photoalbum.manager.ImageManager
Method, that invoked when user click 'Delete image' button.
deleteImage(Image) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
deleteImage(Image) - Method in class org.richfaces.photoalbum.service.ImageAction
Remove image entity from database
deleteShelf(Shelf) - Method in class org.richfaces.photoalbum.manager.ShelfManager
Method, that invoked when user click 'Delete shelf' button.
deleteShelf(Shelf) - Method in interface org.richfaces.photoalbum.service.IShelfAction
 
deleteShelf(Shelf) - Method in class org.richfaces.photoalbum.service.ShelfAction
Remove shelf entity from database
destroy() - Method in class org.richfaces.photoalbum.util.CopyImageStuff
Method, that perform deleting images from temp folder during destroy application
DEVELOPMENT - Static variable in class org.richfaces.photoalbum.util.Environment
 
DirectLinkHelper - Class in org.richfaces.photoalbum.ui
Convenience UI class for 'directLink' functionality.
DirectLinkHelper() - Constructor for class org.richfaces.photoalbum.ui.DirectLinkHelper
 
DND_ALBUM_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
DND_PHOTO_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
DnDManager - Class in org.richfaces.photoalbum.manager
 
DnDManager() - Constructor for class org.richfaces.photoalbum.manager.DnDManager
 
doAction() - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
DOT - Static variable in class org.richfaces.photoalbum.service.Constants
 

E

editAlbum(Album, boolean) - Method in class org.richfaces.photoalbum.manager.AlbumManager
Method, that invoked when user click 'Edit album' button.
editAlbum(Album) - Method in class org.richfaces.photoalbum.service.AlbumAction
Synchronize state of album entity with database
editAlbum(Album) - Method in interface org.richfaces.photoalbum.service.IAlbumAction
 
editImage(Image, boolean) - Method in class org.richfaces.photoalbum.manager.ImageManager
Method, that invoked when user click 'Edit image' button.
editImage(Image, boolean) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
editImage(Image, boolean) - Method in class org.richfaces.photoalbum.service.ImageAction
Synchronize state of image entity with database
EditorBean - Class in org.richfaces.photoalbum.ui
Convenience UI class for rich:editor component
EditorBean() - Constructor for class org.richfaces.photoalbum.ui.EditorBean
 
editShelf(Shelf, boolean) - Method in class org.richfaces.photoalbum.manager.ShelfManager
Method, that invoked when user click 'Edit shelf' button or by inplaceInput component.
editShelf(Shelf) - Method in interface org.richfaces.photoalbum.service.IShelfAction
 
editShelf(Shelf) - Method in class org.richfaces.photoalbum.service.ShelfAction
Synchronize state of shelf entity with database
editUser() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to save just edited user to database.
editUser(SimpleEvent) - Method in class org.richfaces.photoalbum.manager.UserManager
Method, that invoked when user want to edit her profile.
EMAIL_EXIST_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
EMAIL_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
Environment - Class in org.richfaces.photoalbum.util
 
Environment() - Constructor for class org.richfaces.photoalbum.util.Environment
 
ENVIRONMENT - Static variable in class org.richfaces.photoalbum.util.Environment
 
ENVIRONMENT_PROPERTIES - Static variable in class org.richfaces.photoalbum.util.Environment
 
equals(Object) - Method in class org.richfaces.photoalbum.domain.Album
 
equals(Object) - Method in class org.richfaces.photoalbum.domain.Comment
 
equals(Object) - Method in class org.richfaces.photoalbum.domain.Image
 
equals(Object) - Method in class org.richfaces.photoalbum.domain.MetaTag
 
equals(Object) - Method in class org.richfaces.photoalbum.domain.Shelf
 
equals(Object) - Method in class org.richfaces.photoalbum.domain.User
 
ERROR_IN_DB - Static variable in class org.richfaces.photoalbum.service.Constants
 
ErrorHandlerBean - Class in org.richfaces.photoalbum.ui
Convenience UI class for global eeror-checking mechanism
ErrorHandlerBean() - Constructor for class org.richfaces.photoalbum.ui.ErrorHandlerBean
 
Events - Enum in org.richfaces.photoalbum.event
 
EventType - Annotation Type in org.richfaces.photoalbum.event
 
EventTypeQualifier - Class in org.richfaces.photoalbum.event
 
EventTypeQualifier(Events) - Constructor for class org.richfaces.photoalbum.event.EventTypeQualifier
 

F

FEMALE - Static variable in class org.richfaces.photoalbum.service.Constants
 
FILE_IO_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
FILE_MANAGER_COMPONENT - Static variable in class org.richfaces.photoalbum.service.Constants
 
FILE_PROCESSING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
FILE_SAVE_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
FILE_UPLOAD_SHOW_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
FileManager - Class in org.richfaces.photoalbum.manager
 
FileManager() - Constructor for class org.richfaces.photoalbum.manager.FileManager
 
FileUploadManager - Class in org.richfaces.photoalbum.manager
Class encapsulated all functionality, related to file-upload process.
FileUploadManager() - Constructor for class org.richfaces.photoalbum.manager.FileUploadManager
 
FileUtils - Class in org.richfaces.photoalbum.util
Utility class for operations with file-system
FileUtils() - Constructor for class org.richfaces.photoalbum.util.FileUtils
 
FileWrapper - Class in org.richfaces.photoalbum.ui
 
FileWrapper() - Constructor for class org.richfaces.photoalbum.ui.FileWrapper
 
findAllUserComments(User) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
findAllUserComments(User) - Method in class org.richfaces.photoalbum.service.ImageAction
Retrieve all cooments posted by given user.
fireCheckUserExpiredEvent() - Method in class org.richfaces.photoalbum.util.Utils
 

G

getaction() - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
getAlbum() - Method in class org.richfaces.photoalbum.domain.Image
 
getAlbum() - Method in class org.richfaces.photoalbum.event.AlbumEvent
 
getAlbum() - Method in class org.richfaces.photoalbum.manager.AlbumManager
 
getAlbums() - Method in class org.richfaces.photoalbum.domain.Shelf
 
getAlbums() - Method in class org.richfaces.photoalbum.domain.User
This method return all albums, belongs to user
getAsObject(FacesContext, UIComponent, String) - Method in class org.richfaces.photoalbum.util.AlbumConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.richfaces.photoalbum.util.ShelfConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.richfaces.photoalbum.util.AlbumConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.richfaces.photoalbum.util.ShelfConverter
 
getAuthor() - Method in class org.richfaces.photoalbum.domain.Comment
 
getAvatarData() - Method in class org.richfaces.photoalbum.ui.UserPrefsHelper
 
getBirthDate() - Method in class org.richfaces.photoalbum.domain.User
 
getCameraModel() - Method in class org.richfaces.photoalbum.domain.Image
 
getCaption() - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
getComments() - Method in class org.richfaces.photoalbum.domain.Image
 
getConfirmPassword() - Method in class org.richfaces.photoalbum.domain.User
 
getCountIdenticalImages(Album, String) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
getCountIdenticalImages(Album, String) - Method in class org.richfaces.photoalbum.service.ImageAction
Return count of images with path, that started from specified path already exist in specified album
getCoveringImage() - Method in class org.richfaces.photoalbum.domain.Album
This method determine covering image of this album
getCreated() - Method in class org.richfaces.photoalbum.domain.Album
 
getCreated() - Method in class org.richfaces.photoalbum.domain.Image
 
getCreated() - Method in class org.richfaces.photoalbum.domain.Shelf
 
getCriteriaString() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
Method, used to construct criteria string, to represent this string in UI.
getCssClass() - Method in enum org.richfaces.photoalbum.util.ImageDimension
 
getCurrentConfiguration() - Method in class org.richfaces.photoalbum.ui.EditorBean
 
getCurrentDimension() - Method in class org.richfaces.photoalbum.ui.ImageSizeHelper
 
getDate() - Method in class org.richfaces.photoalbum.domain.Comment
 
getDeleteAlbum() - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
getDeleteImage() - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
getDeleteShelf() - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
getDescription() - Method in class org.richfaces.photoalbum.domain.Album
 
getDescription() - Method in class org.richfaces.photoalbum.domain.Image
 
getDescription() - Method in class org.richfaces.photoalbum.domain.Shelf
 
getEmail() - Method in class org.richfaces.photoalbum.domain.User
 
getErrorDescription(FileWrapper.ErrorImage) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
getErrorFiles() - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
getErrorImage(FileWrapper.ErrorImage) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
getErrors() - Method in class org.richfaces.photoalbum.ui.ErrorHandlerBean
 
getFileByAbsolutePath(String) - Method in class org.richfaces.photoalbum.manager.FileManager
This method used to get reference to the file with the absolute path
getFileByPath(String) - Method in class org.richfaces.photoalbum.manager.FileManager
This method used to get reference to the file with the specified relative path to the uploadRoot field
getFilePostfix() - Method in enum org.richfaces.photoalbum.util.ImageDimension
 
getFiles() - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
getFirstAlbum() - Method in class org.richfaces.photoalbum.domain.Shelf
This method return first album of current shelf or null if shelf haven't albums.
getFirstName() - Method in class org.richfaces.photoalbum.domain.User
 
getFullPath() - Method in class org.richfaces.photoalbum.domain.Image
Return relative path of this image in file-system(relative to uploadRoot parameter)
getHasAvatar() - Method in class org.richfaces.photoalbum.domain.User
 
getHeight() - Method in class org.richfaces.photoalbum.domain.Image
 
getId() - Method in class org.richfaces.photoalbum.domain.Album
 
getId() - Method in class org.richfaces.photoalbum.domain.Comment
 
getId() - Method in class org.richfaces.photoalbum.domain.Image
 
getId() - Method in class org.richfaces.photoalbum.domain.MetaTag
 
getId() - Method in class org.richfaces.photoalbum.domain.Shelf
 
getId() - Method in class org.richfaces.photoalbum.domain.User
 
getImage() - Method in class org.richfaces.photoalbum.domain.Comment
 
getImage() - Method in class org.richfaces.photoalbum.event.ImageEvent
 
getImageBg() - Method in enum org.richfaces.photoalbum.util.ImageDimension
 
getImageBgStyle() - Method in enum org.richfaces.photoalbum.util.ImageDimension
 
getImageDirectLink(Image) - Method in class org.richfaces.photoalbum.manager.ImageManager
Method, that invoked to retrieve direct link to image, to represent in UI.
getImages() - Method in class org.richfaces.photoalbum.domain.Album
Getter for property images
getImages() - Method in class org.richfaces.photoalbum.domain.MetaTag
 
getImages() - Method in class org.richfaces.photoalbum.domain.Shelf
 
getImages() - Method in class org.richfaces.photoalbum.domain.User
This method return all images, belongs to user
getImages() - Method in class org.richfaces.photoalbum.manager.Model
 
getImageTags() - Method in class org.richfaces.photoalbum.domain.Image
 
getIndex(Image) - Method in class org.richfaces.photoalbum.domain.Album
This method determine index of specified image in collection of images, belongs to this album.
getInstance(int) - Static method in enum org.richfaces.photoalbum.util.ImageDimension
 
getInterval() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
getKey() - Method in enum org.richfaces.photoalbum.domain.Sex
 
getKeywords() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
getLogin() - Method in class org.richfaces.photoalbum.domain.User
 
getMainArea() - Method in class org.richfaces.photoalbum.manager.Model
 
getMessage() - Method in class org.richfaces.photoalbum.domain.Comment
 
getMessage() - Method in class org.richfaces.photoalbum.event.SimpleEvent
 
getMessage() - Method in class org.richfaces.photoalbum.manager.ImageManager
 
getMessage() - Method in class org.richfaces.photoalbum.ui.EditorBean
 
getMeta() - Method in class org.richfaces.photoalbum.domain.Image
Return Comma separated tag value for presentation in view
getMetaString() - Method in class org.richfaces.photoalbum.domain.Image
Getter for property meta
getName() - Method in class org.richfaces.photoalbum.domain.Album
 
getName() - Method in class org.richfaces.photoalbum.domain.Image
 
getName() - Method in class org.richfaces.photoalbum.domain.Shelf
Getter for property name
getName() - Method in class org.richfaces.photoalbum.search.ISearchOption
Abstract method, that return name of particular search option.
getName() - Method in class org.richfaces.photoalbum.search.SearchOptionByAlbum
 
getName() - Method in class org.richfaces.photoalbum.search.SearchOptionByImage
 
getName() - Method in class org.richfaces.photoalbum.search.SearchOptionByShelf
 
getName() - Method in class org.richfaces.photoalbum.search.SearchOptionByTag
 
getName() - Method in class org.richfaces.photoalbum.search.SearchOptionByUser
 
getNav() - Method in class org.richfaces.photoalbum.event.NavEvent
 
getOptions() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
getOwner() - Method in class org.richfaces.photoalbum.domain.Album
Getter for property owner
getOwner() - Method in class org.richfaces.photoalbum.domain.Image
 
getOwner() - Method in class org.richfaces.photoalbum.domain.Shelf
 
getPage() - Method in class org.richfaces.photoalbum.manager.Controller
This utility method used by custom datascroller to determine images to show.
getPage() - Method in class org.richfaces.photoalbum.ui.Help
 
getPassword() - Method in class org.richfaces.photoalbum.bean.UserBean
 
getPassword() - Method in class org.richfaces.photoalbum.domain.User
 
getPasswordHash() - Method in class org.richfaces.photoalbum.domain.User
 
getPath() - Method in class org.richfaces.photoalbum.domain.Album
Return relative path of this album in file-system(relative to uploadRoot parameter)
getPath() - Method in class org.richfaces.photoalbum.domain.Image
Getter for property path.
getPath() - Method in class org.richfaces.photoalbum.domain.Shelf
Return relative path of this shelf in file-system(relative to uploadRoot parameter)
getPath() - Method in class org.richfaces.photoalbum.domain.User
Return relative path of folder with user's images in file-system(relative to uploadRoot parameter)
getPath() - Method in class org.richfaces.photoalbum.event.AlbumEvent
 
getPath() - Method in class org.richfaces.photoalbum.event.ImageEvent
 
getPath() - Method in class org.richfaces.photoalbum.event.ShelfEvent
 
getPhaseId() - Method in class org.richfaces.photoalbum.ui.UserExpiredPhaseListener
 
getPopularTags() - Method in interface org.richfaces.photoalbum.service.IImageAction
 
getPopularTags() - Method in class org.richfaces.photoalbum.service.ImageAction
Find most-popular metatags
getPredefinedShelves() - Method in class org.richfaces.photoalbum.manager.ShelfManager
This method used to populate 'pre-defined shelves' tree
getPredefinedShelves() - Method in interface org.richfaces.photoalbum.service.IShelfAction
 
getPredefinedShelves() - Method in class org.richfaces.photoalbum.service.ShelfAction
Return list of shared shelves(pre-defined)
getQuery(EntityManager, Map<String, Object>, String) - Method in interface org.richfaces.photoalbum.ejbsearch.ISearchStrategy
 
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchBothAlbumsStrategy
Create query to retrieve albums, that are shared or belongs to user, that perform search
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchBothImagesStrategy
Create query to retrieve images, that are shared or belongs to user, that perform search
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchBothShelvesStrategy
Create query to retrieve shelves, that are shared or belongs to user, that perform search
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchMetatagsStrategy
Create query to retrieve metatags
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchMyAlbumsStrategy
Create query to retrieve albums, that belongs to user, that perform search
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchMyImagesStrategy
Create query to retrieve images, that belongs to user, that perform search
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchMyShelvesStrategy
Create query to retrieve shelves, that belongs to user, that perform search
getQuery(SearchEntityEnum, User, boolean, boolean, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchQueryFactory
This method is return query object,that dependent of type of searched entity and other parameters
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchSharedAlbumsStrategy
Create query to retrieve albums, that are shared
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchSharedImagesStrategy
Create query to retrieve images, that are shared
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchSharedShelvesStrategy
Create query to retrieve shelves, that are shared
getQuery(EntityManager, Map<String, Object>, String) - Method in class org.richfaces.photoalbum.ejbsearch.SearchUserStrategy
Create query to retrieve users
getRecentlyDate() - Static method in class org.richfaces.photoalbum.service.ActionTools
This method return "recently date".
getScaledInstance(BufferedImage, int, int, Object, boolean) - Static method in class org.richfaces.photoalbum.util.FileUtils
Convenience method that returns a scaled instance of the provided BufferedImage.
getSearchQuery() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
getSearchResult() - Method in class org.richfaces.photoalbum.search.ISearchOption
 
getSearchResultName() - Method in class org.richfaces.photoalbum.search.ISearchOption
Abstract method, that return description of particular search option.
getSearchResultName() - Method in class org.richfaces.photoalbum.search.SearchOptionByAlbum
 
getSearchResultName() - Method in class org.richfaces.photoalbum.search.SearchOptionByImage
 
getSearchResultName() - Method in class org.richfaces.photoalbum.search.SearchOptionByShelf
 
getSearchResultName() - Method in class org.richfaces.photoalbum.search.SearchOptionByTag
 
getSearchResultName() - Method in class org.richfaces.photoalbum.search.SearchOptionByUser
 
getSearchResultTemplate() - Method in class org.richfaces.photoalbum.search.ISearchOption
Abstract method, that return template to render of particular search option.
getSearchResultTemplate() - Method in class org.richfaces.photoalbum.search.SearchOptionByAlbum
 
getSearchResultTemplate() - Method in class org.richfaces.photoalbum.search.SearchOptionByImage
 
getSearchResultTemplate() - Method in class org.richfaces.photoalbum.search.SearchOptionByShelf
 
getSearchResultTemplate() - Method in class org.richfaces.photoalbum.search.SearchOptionByTag
 
getSearchResultTemplate() - Method in class org.richfaces.photoalbum.search.SearchOptionByUser
 
getSecondName() - Method in class org.richfaces.photoalbum.domain.User
 
getSelected() - Method in class org.richfaces.photoalbum.search.ISearchOption
 
getSelectedAlbum() - Method in class org.richfaces.photoalbum.manager.Model
 
getSelectedImage() - Method in class org.richfaces.photoalbum.manager.Model
 
getSelectedImage() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
getSelectedKeyword() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
getSelectedOption() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
getSelectedShelf() - Method in class org.richfaces.photoalbum.manager.Model
 
getSelectedTag() - Method in class org.richfaces.photoalbum.manager.Model
 
getSelectedUser() - Method in class org.richfaces.photoalbum.manager.Model
 
getSession() - Static method in class org.richfaces.photoalbum.util.Utils
Utility method for get reference to current HTTPSession
getSex() - Method in class org.richfaces.photoalbum.domain.User
 
getSexs() - Method in class org.richfaces.photoalbum.ui.UserPrefsHelper
 
getSharedAlbums() - Method in class org.richfaces.photoalbum.domain.User
This method return all albums, belongs to user
getSharedImages() - Method in class org.richfaces.photoalbum.domain.User
This method return all images, belongs to user
getShelf() - Method in class org.richfaces.photoalbum.domain.Album
Getter for property shelf
getShelf() - Method in class org.richfaces.photoalbum.event.ShelfEvent
 
getShelf() - Method in class org.richfaces.photoalbum.manager.ShelfManager
 
getShelves() - Method in class org.richfaces.photoalbum.domain.User
 
getShowMetaInfo() - Method in class org.richfaces.photoalbum.domain.Image
 
getSize() - Method in class org.richfaces.photoalbum.domain.Image
Getter for property size
getSize() - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
getSlideshowIndex() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
getStartSlideshowIndex() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
getTag() - Method in class org.richfaces.photoalbum.domain.MetaTag
 
getTagByName(String) - Method in class org.richfaces.photoalbum.domain.Image
Return MetaTag object by string representation
getTagByName(String) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
getTagByName(String) - Method in class org.richfaces.photoalbum.service.ImageAction
Find metatag object by its string representation
getTagsLikeString(String) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
getTagsLikeString(String) - Method in class org.richfaces.photoalbum.service.ImageAction
Find List of metatags, similar to specified string.
getTemplate() - Method in enum org.richfaces.photoalbum.manager.NavigationEnum
 
getUnvisitedImages() - Method in class org.richfaces.photoalbum.domain.Album
 
getUnvisitedImages() - Method in class org.richfaces.photoalbum.domain.Shelf
 
getUploaded() - Method in class org.richfaces.photoalbum.domain.Image
Getter for property uploaded
getUser() - Method in class org.richfaces.photoalbum.bean.UserBean
 
getUser() - Method in class org.richfaces.photoalbum.manager.Authenticator
 
getUsername() - Method in class org.richfaces.photoalbum.bean.UserBean
 
getValue() - Method in class org.richfaces.photoalbum.ui.ImageSizeHelper
 
getWidth() - Method in class org.richfaces.photoalbum.domain.Image
 
getX() - Method in enum org.richfaces.photoalbum.util.ImageDimension
 
goToRegister() - Method in class org.richfaces.photoalbum.manager.Authenticator
Method, that invoked when user want to go to the registration screen

H

hasAlbumWithName(Album) - Method in class org.richfaces.photoalbum.domain.User
This method check, if parent shelf contain album with the same name as given album
hash(String) - Static method in class org.richfaces.photoalbum.util.HashUtils
Convenience method to hash user passwords.
hashCode() - Method in class org.richfaces.photoalbum.domain.Album
 
hashCode() - Method in class org.richfaces.photoalbum.domain.Comment
 
hashCode() - Method in class org.richfaces.photoalbum.domain.Image
 
hashCode() - Method in class org.richfaces.photoalbum.domain.MetaTag
 
hashCode() - Method in class org.richfaces.photoalbum.domain.Shelf
 
hashCode() - Method in class org.richfaces.photoalbum.domain.User
 
HashUtils - Class in org.richfaces.photoalbum.util
 
HashUtils() - Constructor for class org.richfaces.photoalbum.util.HashUtils
 
hasImageWithName(Image) - Method in class org.richfaces.photoalbum.domain.User
This method check, if containing album already have image with the same name
hasShelfWithName(Shelf) - Method in class org.richfaces.photoalbum.domain.User
This method check, if user already have shelf with given name
HAVENT_ACCESS - Static variable in class org.richfaces.photoalbum.service.Constants
 
Help - Class in org.richfaces.photoalbum.ui
Convenience UI class for application help system
Help() - Constructor for class org.richfaces.photoalbum.ui.Help
 

I

IAlbumAction - Interface in org.richfaces.photoalbum.service
Interface for manipulating with album entity
IImageAction - Interface in org.richfaces.photoalbum.service
Interface for manipulating with image entity
Image - Class in org.richfaces.photoalbum.domain
 
Image() - Constructor for class org.richfaces.photoalbum.domain.Image
 
IMAGE_DELETING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
IMAGE_FOLDER - Static variable in class org.richfaces.photoalbum.service.Constants
 
IMAGE_IDENTICAL_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
IMAGE_PATH_EXIST_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
IMAGE_RECENTLY_DELETED_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
IMAGE_SAVING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
ImageAction - Class in org.richfaces.photoalbum.service
Class for manipulating with image entity.
ImageAction() - Constructor for class org.richfaces.photoalbum.service.ImageAction
 
ImageDimension - Enum in org.richfaces.photoalbum.util
 
ImageEvent - Class in org.richfaces.photoalbum.event
Image event, carries an image and its (relative) path.
ImageEvent(Image) - Constructor for class org.richfaces.photoalbum.event.ImageEvent
 
ImageEvent(Image, String) - Constructor for class org.richfaces.photoalbum.event.ImageEvent
 
ImageLoader - Class in org.richfaces.photoalbum.ui
 
ImageLoader() - Constructor for class org.richfaces.photoalbum.ui.ImageLoader
 
ImageManager - Class in org.richfaces.photoalbum.manager
 
ImageManager() - Constructor for class org.richfaces.photoalbum.manager.ImageManager
 
ImageSearchHelper - Class in org.richfaces.photoalbum.search
Class, that encapsulate functionality related to search process.
ImageSearchHelper() - Constructor for class org.richfaces.photoalbum.search.ImageSearchHelper
Default constructor.
ImageSizeHelper - Class in org.richfaces.photoalbum.ui
Convenience UI class for image resizing
ImageSizeHelper() - Constructor for class org.richfaces.photoalbum.ui.ImageSizeHelper
 
imageToBitmap(BufferedImage, String, String) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method to write BufferedImage object to disk
INDEX_OUTCOME - Static variable in class org.richfaces.photoalbum.service.Constants
 
initAlbumData(ConfirmationPopupHelper.Actions, String, Album) - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
INITIAL_DELAY - Static variable in class org.richfaces.photoalbum.service.Constants
 
initImagePopup(ConfirmationPopupHelper.Actions, String, Image) - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
initShelfData(ConfirmationPopupHelper.Actions, String, Shelf) - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
INVALID_LOGIN_OR_PASSWORD - Static variable in class org.richfaces.photoalbum.service.Constants
 
isActive() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
isAllowComments() - Method in class org.richfaces.photoalbum.domain.Image
Getter for property allowComments.
isComplete() - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
isConversationStarted() - Method in class org.richfaces.photoalbum.manager.Authenticator
 
isCovering() - Method in class org.richfaces.photoalbum.domain.Image
 
isDirectoryPresent(String) - Method in class org.richfaces.photoalbum.manager.FileManager
This utility method used to determine if the directory with specified relative path exist
ISearchAction - Interface in org.richfaces.photoalbum.ejbsearch
Interface for search actions
ISearchOption - Class in org.richfaces.photoalbum.search
Abstract class, that represent base functionality for particular search option(album, shelf, etc..)
ISearchOption() - Constructor for class org.richfaces.photoalbum.search.ISearchOption
 
ISearchStrategy - Interface in org.richfaces.photoalbum.ejbsearch
Generic interface for determine what query need for particular entity and other parameters
isEmailExist(String) - Method in interface org.richfaces.photoalbum.service.IUserAction
 
isEmailExist(String) - Method in class org.richfaces.photoalbum.service.UserAction
Check if user with specified email already exist
isEmpty() - Method in class org.richfaces.photoalbum.domain.Album
This method determine is album empty or not
isErrorDetected() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
isErrorExist() - Method in class org.richfaces.photoalbum.ui.ErrorHandlerBean
 
isErrorInCreate() - Method in class org.richfaces.photoalbum.manager.AlbumManager
 
isFilePresent(String) - Method in class org.richfaces.photoalbum.manager.FileManager
This utility method used to determine if the file with specified relative path exist
IShelfAction - Interface in org.richfaces.photoalbum.service
Interface for manipulating with shelf entity
isImageWithThisPathExist(Album, String) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
isImageWithThisPathExist(Album, String) - Method in class org.richfaces.photoalbum.service.ImageAction
Check if image with specified path already exist in specified album
isInProduction() - Static method in class org.richfaces.photoalbum.util.Environment
Convenience method to determine is the application running in production mode.
isKeepTransient() - Method in class org.richfaces.photoalbum.util.UIOutputPanelWorkaround
 
isLoggedIn() - Method in class org.richfaces.photoalbum.bean.UserBean
 
isLoginFailed() - Method in class org.richfaces.photoalbum.manager.Authenticator
 
isNew() - Method in class org.richfaces.photoalbum.domain.Image
Determine if this image should be marked as new(on jsf page, for example in tree)
isOwner(User) - Method in class org.richfaces.photoalbum.domain.Album
 
isOwner(User) - Method in class org.richfaces.photoalbum.domain.Image
 
isOwner(User) - Method in class org.richfaces.photoalbum.domain.Shelf
 
isPreDefined() - Method in class org.richfaces.photoalbum.domain.Album
Getter for property preDefined
isPreDefined() - Method in class org.richfaces.photoalbum.domain.Comment
Getter for property preDefined
isPreDefined() - Method in class org.richfaces.photoalbum.domain.Image
Getter for property preDefined
isPreDefined() - Method in class org.richfaces.photoalbum.domain.Shelf
Getter for property preDefined
isPreDefined() - Method in class org.richfaces.photoalbum.domain.User
 
isProfileEditable(User) - Method in class org.richfaces.photoalbum.manager.Controller
This utility method used to determine if the specified user can be edited
isResultExist() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
isSeachInMyAlbums() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
isSearchInShared() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
isShared() - Method in class org.richfaces.photoalbum.domain.Shelf
Getter for property shared.
isShowAfterCreate() - Method in class org.richfaces.photoalbum.domain.Album
 
isShowHelp() - Method in class org.richfaces.photoalbum.ui.Help
Convenience method to determine is there need to render application help system.
isShowHelp() - Static method in class org.richfaces.photoalbum.util.Environment
Convenience method to determine is the application help system will be rendered
isUserAlbum(Album) - Method in class org.richfaces.photoalbum.manager.Controller
This utility method used to determine if the specified album belongs to the logged user
isUserExist(String) - Method in interface org.richfaces.photoalbum.service.IUserAction
 
isUserExist(String) - Method in class org.richfaces.photoalbum.service.UserAction
Check if user with specified login already exist
isUserHaveAlbums() - Method in class org.richfaces.photoalbum.manager.Controller
This utility method used to determine if the logged user have any albums.
isUserHaveShelves() - Method in class org.richfaces.photoalbum.manager.Controller
This utility method used to determine if the logged user have any shelves.
isUserImage(Image) - Method in class org.richfaces.photoalbum.manager.Controller
This utility method used to determine if the specified image belongs to the logged user
isUserShelf(Shelf) - Method in class org.richfaces.photoalbum.manager.Controller
This utility method used to determine if the specified shelf belongs to the logged user
isValidationSuccess() - Method in class org.richfaces.photoalbum.manager.AlbumManager
 
isValidationSuccess() - Method in class org.richfaces.photoalbum.manager.ShelfManager
 
isVisited() - Method in class org.richfaces.photoalbum.domain.Image
Getter for property visited
IUserAction - Interface in org.richfaces.photoalbum.service
Interface for manipulating with user entity

J

joinFiles(String...) - Static method in class org.richfaces.photoalbum.util.FileUtils
Utility method for concatenation names of collection of files
JPEG - Static variable in class org.richfaces.photoalbum.service.Constants
 
JPG - Static variable in class org.richfaces.photoalbum.service.Constants
 

L

listener(FileUploadEvent) - Method in class org.richfaces.photoalbum.manager.FileUploadManager
Listenet, that invoked during file upload process.
LoggedUserTracker - Class in org.richfaces.photoalbum.manager
Special wrapper for Map, that contains pairs(userId, sessionId) to track what sessionId is actual by specified user.
LoggedUserTracker() - Constructor for class org.richfaces.photoalbum.manager.LoggedUserTracker
 
logIn(String, String) - Method in class org.richfaces.photoalbum.bean.UserBean
 
LOGIN_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
LOGIN_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
logout() - Method in class org.richfaces.photoalbum.bean.UserBean
 
logout() - Method in class org.richfaces.photoalbum.manager.Authenticator
Method, that invoked when user logout from application.
LOGOUT_OUTCOME - Static variable in class org.richfaces.photoalbum.service.Constants
 

M

MAIN_OUTCOME - Static variable in class org.richfaces.photoalbum.service.Constants
 
MAINAREA_ID - Static variable in class org.richfaces.photoalbum.service.Constants
 
MALE - Static variable in class org.richfaces.photoalbum.service.Constants
 
MAX_RESULTS - Static variable in class org.richfaces.photoalbum.service.Constants
 
MetaTag - Class in org.richfaces.photoalbum.domain
Class for representing MetaTag Entity EJB3 Entity Bean
MetaTag() - Constructor for class org.richfaces.photoalbum.domain.MetaTag
 
MetaTag(Long, String) - Constructor for class org.richfaces.photoalbum.domain.MetaTag
 
Model - Class in org.richfaces.photoalbum.manager
This class represent 'M' in MVC pattern.
Model() - Constructor for class org.richfaces.photoalbum.manager.Model
 

N

NavEvent - Class in org.richfaces.photoalbum.event
 
NavEvent(NavigationEnum) - Constructor for class org.richfaces.photoalbum.event.NavEvent
 
navigateTo(String) - Method in class org.richfaces.photoalbum.ui.Help
Convenience method to show specified page with help info in modal panel
NavigationEnum - Enum in org.richfaces.photoalbum.manager
Class encapsulated all possible states, that can be applied to so called 'mainArea' area on the page.
NO_ALBUM_TO_DOWNLOAD_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
NO_IMAGES_FOR_SLIDESHOW_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
NO_SHELF_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
NOT_SHOW - Static variable in class org.richfaces.photoalbum.util.Environment
 
NULL_COMMENT_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
NUMBER_OF_IMAGE_COPIES - Static variable in class org.richfaces.photoalbum.service.Constants
 

O

observeSelectedTag(SimpleEvent) - Method in class org.richfaces.photoalbum.manager.Model
 
onAlbumAdded(AlbumEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.ALBUM_ADDED_EVENT and invoked after the user add new album
onAlbumAdded(AlbumEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes ALBUM_ADDED_EVENT and invoked after the user add new album This method add album directory to the disk
onAlbumAdded(AlbumEvent) - Method in class org.richfaces.photoalbum.manager.UserManager
This method observes Constants.ALBUM_ADDED_EVENT and invoked after the user add new album
onAlbumDeleted(AlbumEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.ALBUM_DELETED_EVENT and invoked after the user delete her album
onAlbumDeleted(AlbumEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes Constants.ALBUM_DELETED_EVENT and invoked after the user delete album.
onAlbumEdited(AlbumEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.ALBUM_EDITED_EVENT and invoked after the user edit her album
onAuthenticate(SimpleEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.AUTHENTICATED_EVENT and invoked after the user successfully authenticate to the system
onDestroy() - Method in class org.richfaces.photoalbum.util.SessionListener
 
onFileUploadError(Image, String) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
onImageDeleted(ImageEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.IMAGE_DELETED_EVENT and invoked after the user delete her image
onShelfAdded(ShelfEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.SHELF_ADDED_EVENT and invoked after the user add new shelf
onShelfAdded(ShelfEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes SHELF_ADDED_EVENT and invoked after the user add new shelf This method add shelf directory to the disk
onShelfDeleted(ShelfEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.SHELF_DELETED_EVENT and invoked after the user delete her shelf
onShelfDeleted(ShelfEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes Constants.SHELF_DELETED_EVENT and invoked after the user delete her shelf This method delete shelf directory from the disk
onShelfEdited(ShelfEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.SHELF_EDITED_EVENT and invoked after the user edit her shelf
onUserDeleted(SimpleEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes Constants.USER_DELETED_EVENT and invoked after the user was deleted(used in livedemo to prevent flooding) This method delete user directory from the disk
org.richfaces.photoalbum.bean - package org.richfaces.photoalbum.bean
 
org.richfaces.photoalbum.domain - package org.richfaces.photoalbum.domain
 
org.richfaces.photoalbum.ejbsearch - package org.richfaces.photoalbum.ejbsearch
 
org.richfaces.photoalbum.event - package org.richfaces.photoalbum.event
 
org.richfaces.photoalbum.manager - package org.richfaces.photoalbum.manager
 
org.richfaces.photoalbum.search - package org.richfaces.photoalbum.search
 
org.richfaces.photoalbum.service - package org.richfaces.photoalbum.service
 
org.richfaces.photoalbum.ui - package org.richfaces.photoalbum.ui
 
org.richfaces.photoalbum.util - package org.richfaces.photoalbum.util
 

P

paintAvatarImage(OutputStream, Object) - Method in class org.richfaces.photoalbum.ui.ImageLoader
 
paintImage(OutputStream, Object) - Method in class org.richfaces.photoalbum.ui.DirectLinkHelper
Convenience method to paint full-sized image in new tab or window
paintImage(OutputStream, Object) - Method in class org.richfaces.photoalbum.ui.ImageLoader
 
PASSWORD_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
PATH_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
PERCENT - Static variable in class org.richfaces.photoalbum.service.Constants
 
PHOTOALBUM_FOLDER - Static variable in class org.richfaces.photoalbum.service.Constants
 
PhotoAlbumException - Exception in org.richfaces.photoalbum.service
 
PhotoAlbumException() - Constructor for exception org.richfaces.photoalbum.service.PhotoAlbumException
 
PhotoAlbumException(String) - Constructor for exception org.richfaces.photoalbum.service.PhotoAlbumException
 
PhotoAlbumException(String, Throwable) - Constructor for exception org.richfaces.photoalbum.service.PhotoAlbumException
 
popularTags() - Method in class org.richfaces.photoalbum.manager.ImageManager
Method, that invoked to retrieve most popular metatags.
Preferred - Annotation Type in org.richfaces.photoalbum.util
 
processDrop(DropEvent) - Method in class org.richfaces.photoalbum.manager.DnDManager
Listenet, that invoked during drag'n'drop process.
processSelection() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
Method, invoked when user select or unselect search option.
PRODUCTION - Static variable in class org.richfaces.photoalbum.util.Environment
 

Q

QUERY_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 

R

refreshUser() - Method in class org.richfaces.photoalbum.bean.UserBean
 
refreshUser() - Method in interface org.richfaces.photoalbum.service.IUserAction
 
refreshUser() - Method in class org.richfaces.photoalbum.service.UserAction
Refresh state of user entity with database
register(User) - Method in class org.richfaces.photoalbum.manager.Authenticator
Method, that invoked when user try to register in the application.
register(User) - Method in interface org.richfaces.photoalbum.service.IUserAction
 
register(User) - Method in class org.richfaces.photoalbum.service.UserAction
Persist user entity to database
REGISTER_CONFIRM_PASSWORD_ID - Static variable in class org.richfaces.photoalbum.service.Constants
 
REGISTER_EMAIL_ID - Static variable in class org.richfaces.photoalbum.service.Constants
 
REGISTER_LOGIN_NAME_ID - Static variable in class org.richfaces.photoalbum.service.Constants
 
REGISTER_OUTCOME - Static variable in class org.richfaces.photoalbum.service.Constants
 
REGISTRATION_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
removeAlbum(Album) - Method in class org.richfaces.photoalbum.domain.Shelf
This method remove album from collection of albums of album
removeComment(Comment) - Method in class org.richfaces.photoalbum.domain.Image
Remove comment from list of comments, belongs to that image.
removeImage(Image) - Method in class org.richfaces.photoalbum.domain.Album
This method remove image from collection of images of album
removeImage(Image) - Method in class org.richfaces.photoalbum.domain.MetaTag
 
removeImage(ImageEvent) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
removeMetaTag(MetaTag) - Method in class org.richfaces.photoalbum.domain.Image
Remove metatag from list of metatag, associated to that image.
removeMetaTag(Image, MetaTag) - Method in class org.richfaces.photoalbum.service.ImageAction
Remove MetaTag to image
removeShelf(Shelf) - Method in class org.richfaces.photoalbum.domain.User
This method remove shelf from collection of shelves, belongs to user
removeUserId(Long) - Method in class org.richfaces.photoalbum.manager.LoggedUserTracker
Remove user id from store after each logout
renameAlbumDirectory(AlbumEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes Constants.ALBUM_DRAGGED_EVENT and invoked after the user dragged album form one shelf to the another.
renameImageFile(ImageEvent) - Method in class org.richfaces.photoalbum.manager.FileManager
This method observes Constants.IMAGE_DRAGGED_EVENT and invoked after the user dragged image form one album to the another.
reset() - Method in class org.richfaces.photoalbum.bean.UserBean
 
resetAlbum(Album) - Method in class org.richfaces.photoalbum.service.AlbumAction
Refresh state of given album
resetAlbum(Album) - Method in interface org.richfaces.photoalbum.service.IAlbumAction
 
resetFileUpload() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked in cases, when it is need to clear fileUpload component
resetImage(Image) - Method in interface org.richfaces.photoalbum.service.IImageAction
 
resetImage(Image) - Method in class org.richfaces.photoalbum.service.ImageAction
Refresh state of given image
resetModel(NavigationEnum, User, Shelf, Album, Image, List<Image>) - Method in class org.richfaces.photoalbum.manager.Model
This method invoked after the almost user actions, to prepare properly data to show in the UI.
resetShelf(Shelf) - Method in interface org.richfaces.photoalbum.service.IShelfAction
 
resetShelf(Shelf) - Method in class org.richfaces.photoalbum.service.ShelfAction
Refresh state of given shelf

S

SAME_ALBUM_EXIST_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SAME_IMAGE_EXIST_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SAME_SHELF_EXIST_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SAVE_COMMENT_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
saveAvatar(File, User) - Method in class org.richfaces.photoalbum.manager.FileManager
This method invoked after user set new avatar icon
search() - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
Method, that perform search, when user clicks by 'Find' button.
search(ISearchAction, String, boolean, boolean) - Method in class org.richfaces.photoalbum.search.ISearchOption
Abstract method, that perform search in given option.
search(ISearchAction, String, boolean, boolean) - Method in class org.richfaces.photoalbum.search.SearchOptionByAlbum
 
search(ISearchAction, String, boolean, boolean) - Method in class org.richfaces.photoalbum.search.SearchOptionByImage
 
search(ISearchAction, String, boolean, boolean) - Method in class org.richfaces.photoalbum.search.SearchOptionByShelf
 
search(ISearchAction, String, boolean, boolean) - Method in class org.richfaces.photoalbum.search.SearchOptionByTag
 
search(ISearchAction, String, boolean, boolean) - Method in class org.richfaces.photoalbum.search.SearchOptionByUser
 
SEARCH_ALBUM_BOTH_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_ALBUM_MY_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_ALBUM_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_ALBUM_SHARED_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_IMAGE_BOTH_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_IMAGE_MY_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_IMAGE_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_IMAGE_SHARED_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_METATAG_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_NO_OPTIONS_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_NO_WHERE_OPTIONS_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_SHELF_BOTH_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_SHELF_MY_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_SHELF_SHARED_ADDON - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_SHELVES_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
SEARCH_USERS_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
SearchAction - Class in org.richfaces.photoalbum.ejbsearch
This class is entry point to retrieve search result EJB3 Bean
SearchAction() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchAction
 
SearchBothAlbumsStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve albums, that are shared or belongs to user, that perform search
SearchBothAlbumsStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchBothAlbumsStrategy
 
SearchBothImagesStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve images, that are shared or belongs to user, that perform search
SearchBothImagesStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchBothImagesStrategy
 
SearchBothShelvesStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve shelves, that are shared or belongs to user, that perform search
SearchBothShelvesStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchBothShelvesStrategy
 
searchByAlbum(String, boolean, boolean) - Method in interface org.richfaces.photoalbum.ejbsearch.ISearchAction
 
searchByAlbum(String, boolean, boolean) - Method in class org.richfaces.photoalbum.ejbsearch.SearchAction
Return List of albums, founded by query Search albums by name and description(like)
searchByImage(String, boolean, boolean) - Method in interface org.richfaces.photoalbum.ejbsearch.ISearchAction
 
searchByImage(String, boolean, boolean) - Method in class org.richfaces.photoalbum.ejbsearch.SearchAction
Return List of images, founded by query Search images by name and description(like)
searchByShelves(String, boolean, boolean) - Method in interface org.richfaces.photoalbum.ejbsearch.ISearchAction
 
searchByShelves(String, boolean, boolean) - Method in class org.richfaces.photoalbum.ejbsearch.SearchAction
Return List of shelves, founded by query Search images by name and description(like)
searchByTags(String, boolean, boolean) - Method in interface org.richfaces.photoalbum.ejbsearch.ISearchAction
 
searchByTags(String, boolean, boolean) - Method in class org.richfaces.photoalbum.ejbsearch.SearchAction
Return List of metatags, founded by query Search users by tagname(like)
searchByUsers(String, boolean, boolean) - Method in interface org.richfaces.photoalbum.ejbsearch.ISearchAction
 
searchByUsers(String, boolean, boolean) - Method in class org.richfaces.photoalbum.ejbsearch.SearchAction
Return List of users, founded by query Search users by login, firstname and secondname(like)
SearchEntityEnum - Enum in org.richfaces.photoalbum.ejbsearch
This enumeration represent all possible entities for search
searchKeyword(String) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
Method, that perform search by particular phrase
SearchMetatagsStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve metatags
SearchMetatagsStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchMetatagsStrategy
 
SearchMyAlbumsStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve albums, that belongs to user, that perform search
SearchMyAlbumsStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchMyAlbumsStrategy
 
SearchMyImagesStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve images, that belongs to user, that perform search
SearchMyImagesStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchMyImagesStrategy
 
SearchMyShelvesStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve shelves, that belongs to user, that perform search
SearchMyShelvesStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchMyShelvesStrategy
 
SearchOptionByAlbum - Class in org.richfaces.photoalbum.search
Class, that encapsulate functionality related to search by album entity.
SearchOptionByAlbum() - Constructor for class org.richfaces.photoalbum.search.SearchOptionByAlbum
 
SearchOptionByImage - Class in org.richfaces.photoalbum.search
Class, that encapsulate functionality related to search by image entity.
SearchOptionByImage() - Constructor for class org.richfaces.photoalbum.search.SearchOptionByImage
 
SearchOptionByShelf - Class in org.richfaces.photoalbum.search
Class, that encapsulate functionality related to search by shelf entity.
SearchOptionByShelf() - Constructor for class org.richfaces.photoalbum.search.SearchOptionByShelf
 
SearchOptionByTag - Class in org.richfaces.photoalbum.search
Class, that encapsulate functionality related to search by metatag entity.
SearchOptionByTag() - Constructor for class org.richfaces.photoalbum.search.SearchOptionByTag
 
SearchOptionByUser - Class in org.richfaces.photoalbum.search
Class, that encapsulate functionality related to search by user entity.
SearchOptionByUser() - Constructor for class org.richfaces.photoalbum.search.SearchOptionByUser
 
SearchQueryFactory - Class in org.richfaces.photoalbum.ejbsearch
This class is factory to retrieve query object, dependent of type of searched entity and other parameters
SearchQueryFactory() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchQueryFactory
 
SearchSharedAlbumsStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve albums, that are shared
SearchSharedAlbumsStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchSharedAlbumsStrategy
 
SearchSharedImagesStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve images, that are shared
SearchSharedImagesStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchSharedImagesStrategy
 
SearchSharedShelvesStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve shelves, that are shared
SearchSharedShelvesStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchSharedShelvesStrategy
 
SearchUserStrategy - Class in org.richfaces.photoalbum.ejbsearch
Strategy to retrieve users
SearchUserStrategy() - Constructor for class org.richfaces.photoalbum.ejbsearch.SearchUserStrategy
 
selectAlbums() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all her albums.
selectImages() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all her images.
selectPublicShelves() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all predefined shelves, existed in application
selectShelves() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all her shelves.
SessionExpirationChecker - Class in org.richfaces.photoalbum.util
Utility class for check is the user session was expired or user were login in another browser.
SessionExpirationChecker() - Constructor for class org.richfaces.photoalbum.util.SessionExpirationChecker
 
SessionListener - Class in org.richfaces.photoalbum.util
 
SessionListener() - Constructor for class org.richfaces.photoalbum.util.SessionListener
 
setaction(ConfirmationPopupHelper.Actions) - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
setActive(boolean) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
setAlbum(Album) - Method in class org.richfaces.photoalbum.domain.Image
 
setAlbum(Album) - Method in class org.richfaces.photoalbum.manager.AlbumManager
 
setAllowComments(boolean) - Method in class org.richfaces.photoalbum.domain.Image
 
setAuthor(User) - Method in class org.richfaces.photoalbum.domain.Comment
 
setAvatarData(File) - Method in class org.richfaces.photoalbum.ui.UserPrefsHelper
 
setBirthDate(Date) - Method in class org.richfaces.photoalbum.domain.User
 
setCameraModel(String) - Method in class org.richfaces.photoalbum.domain.Image
 
setCaption(String) - Method in class org.richfaces.photoalbum.ui.ConfirmationPopupHelper
 
setComplete(boolean) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
setConfirmPassword(String) - Method in class org.richfaces.photoalbum.domain.User
 
setConversationStarted(boolean) - Method in class org.richfaces.photoalbum.manager.Authenticator
 
setCovering(boolean) - Method in class org.richfaces.photoalbum.domain.Image
 
setCoveringImage(Image) - Method in class org.richfaces.photoalbum.domain.Album
 
setCreated(Date) - Method in class org.richfaces.photoalbum.domain.Album
 
setCreated(Date) - Method in class org.richfaces.photoalbum.domain.Image
 
setCreated(Date) - Method in class org.richfaces.photoalbum.domain.Shelf
 
setDate(Date) - Method in class org.richfaces.photoalbum.domain.Comment
 
setDescription(String) - Method in class org.richfaces.photoalbum.domain.Album
 
setDescription(String) - Method in class org.richfaces.photoalbum.domain.Image
 
setDescription(String) - Method in class org.richfaces.photoalbum.domain.Shelf
 
setEmail(String) - Method in class org.richfaces.photoalbum.domain.User
 
setErrorDetected(boolean) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
setErrorFiles(List<FileWrapper.ErrorImage>) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
setErrorInCreate(boolean) - Method in class org.richfaces.photoalbum.manager.AlbumManager
 
setFiles(List<Image>) - Method in class org.richfaces.photoalbum.ui.FileWrapper
 
setFirstName(String) - Method in class org.richfaces.photoalbum.domain.User
 
setHasAvatar(Boolean) - Method in class org.richfaces.photoalbum.domain.User
 
setHeight(int) - Method in class org.richfaces.photoalbum.domain.Image
 
setImage(Image) - Method in class org.richfaces.photoalbum.domain.Comment
 
setImages(List<Image>) - Method in class org.richfaces.photoalbum.domain.MetaTag
 
setImages(List<Image>) - Method in class org.richfaces.photoalbum.manager.Model
 
setImageTags(List<MetaTag>) - Method in class org.richfaces.photoalbum.domain.Image
 
setInterval(int) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
setKeywords(List<String>) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
setLogin(String) - Method in class org.richfaces.photoalbum.domain.User
 
setLoginFailed(boolean) - Method in class org.richfaces.photoalbum.manager.Authenticator
 
setMainArea(NavEvent) - Method in class org.richfaces.photoalbum.manager.Model
This method observes Constants.UPDATE_MAIN_AREA_EVENT event and invoked after the user actions, that not change model, but change area to preview
setMessage(String) - Method in class org.richfaces.photoalbum.domain.Comment
 
setMessage(String) - Method in class org.richfaces.photoalbum.manager.ImageManager
 
setMessage(String) - Method in class org.richfaces.photoalbum.ui.EditorBean
 
setMeta(String) - Method in class org.richfaces.photoalbum.domain.Image
Setter for property meta
setName(String) - Method in class org.richfaces.photoalbum.domain.Album
 
setName(String) - Method in class org.richfaces.photoalbum.domain.Image
 
setName(String) - Method in class org.richfaces.photoalbum.domain.Shelf
 
setOptions(List<ISearchOption>) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
setOwner(User) - Method in class org.richfaces.photoalbum.domain.Shelf
 
setPage(Integer) - Method in class org.richfaces.photoalbum.manager.Controller
 
setPage(String) - Method in class org.richfaces.photoalbum.ui.Help
 
setPassword(String) - Method in class org.richfaces.photoalbum.bean.UserBean
 
setPassword(String) - Method in class org.richfaces.photoalbum.domain.User
 
setPasswordHash(String) - Method in class org.richfaces.photoalbum.domain.User
 
setPath(String) - Method in class org.richfaces.photoalbum.domain.Image
Setter for property path
setPhase(PhaseId) - Method in class org.richfaces.photoalbum.ui.UserExpiredPhaseListener
 
setPreDefined(boolean) - Method in class org.richfaces.photoalbum.domain.User
 
setSeachInMyAlbums(boolean) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
setSearchInShared(boolean) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
setSearchQuery(String) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
setSearchResult(List<?>) - Method in class org.richfaces.photoalbum.search.ISearchOption
 
setSecondName(String) - Method in class org.richfaces.photoalbum.domain.User
 
setSelected(boolean) - Method in class org.richfaces.photoalbum.search.ISearchOption
 
setSelectedAlbum(Album) - Method in class org.richfaces.photoalbum.manager.Model
 
setSelectedImage(Image) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
setSelectedKeyword(String) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
setSelectedOption(ISearchOption) - Method in class org.richfaces.photoalbum.search.ImageSearchHelper
 
setSelectedTag(MetaTag) - Method in class org.richfaces.photoalbum.manager.Model
This method observes Constants.UPDATE_SELECTED_TAG_EVENT event and invoked after the user click on any metatag.
setSex(Sex) - Method in class org.richfaces.photoalbum.domain.User
 
setShared(boolean) - Method in class org.richfaces.photoalbum.domain.Shelf
Setter for property shared
setShelf(Shelf) - Method in class org.richfaces.photoalbum.domain.Album
 
setShelf(Shelf) - Method in class org.richfaces.photoalbum.manager.ShelfManager
 
setShowAfterCreate(boolean) - Method in class org.richfaces.photoalbum.domain.Album
 
setShowMetaInfo(Boolean) - Method in class org.richfaces.photoalbum.domain.Image
 
setSize(double) - Method in class org.richfaces.photoalbum.domain.Image
setter for property size
setSlideshowIndex(Integer) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
setStartSlideshowIndex(Integer) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 
setTag(String) - Method in class org.richfaces.photoalbum.domain.MetaTag
 
setUploaded(Date) - Method in class org.richfaces.photoalbum.domain.Image
setter for property uploaded
setUser(User) - Method in class org.richfaces.photoalbum.manager.Authenticator
 
setUsername(String) - Method in class org.richfaces.photoalbum.bean.UserBean
 
setValidationSuccess(boolean) - Method in class org.richfaces.photoalbum.manager.AlbumManager
 
setValidationSuccess(boolean) - Method in class org.richfaces.photoalbum.manager.ShelfManager
 
setValue(int) - Method in class org.richfaces.photoalbum.ui.ImageSizeHelper
Convenience method invoked after user want to change image dimensions
setVisited(boolean) - Method in class org.richfaces.photoalbum.domain.Image
Setter for property visited
setWidth(int) - Method in class org.richfaces.photoalbum.domain.Image
 
Sex - Enum in org.richfaces.photoalbum.domain
Enumeration for representing gender of user
SHARED_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
Shelf - Class in org.richfaces.photoalbum.domain
 
Shelf() - Constructor for class org.richfaces.photoalbum.domain.Shelf
 
SHELF_DELETING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SHELF_ID - Static variable in class org.richfaces.photoalbum.service.Constants
 
SHELF_MUST_BE_NOT_NULL_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SHELF_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
SHELF_RECENTLY_DELETED_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SHELF_SAVING_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
SHELF_VARIABLE - Static variable in class org.richfaces.photoalbum.service.Constants
 
ShelfAction - Class in org.richfaces.photoalbum.service
Class for manipulating with shelf entity.
ShelfAction() - Constructor for class org.richfaces.photoalbum.service.ShelfAction
 
ShelfConverter - Class in org.richfaces.photoalbum.util
 
ShelfConverter() - Constructor for class org.richfaces.photoalbum.util.ShelfConverter
 
ShelfEvent - Class in org.richfaces.photoalbum.event
Shelf event, carries a shelf and its (relative) path.
ShelfEvent(Shelf) - Constructor for class org.richfaces.photoalbum.event.ShelfEvent
 
ShelfEvent(Shelf, String) - Constructor for class org.richfaces.photoalbum.event.ShelfEvent
 
ShelfManager - Class in org.richfaces.photoalbum.manager
 
ShelfManager() - Constructor for class org.richfaces.photoalbum.manager.ShelfManager
 
SHOW - Static variable in class org.richfaces.photoalbum.util.Environment
 
showAlbum(Album) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see specified album independently is it her album or not.
showError(String) - Method in class org.richfaces.photoalbum.manager.Controller
This utility method invoked in case if you want to show to the user specified error in popup
showFileUpload() - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to go to the file-upload page
showFileUpload(Album) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to go to the file-upload page and download images to the specified album
showImage(Image) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see specified image independently is it her image or not.
showNextImage() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
This method used to prepare next image to show during slideshow
showSharedAlbums(User) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all shared albums of the specified user
showSharedImages(User) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all shared images of the specified user
showShelf(Shelf) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see specified shelf independently is it her shelf or not.
showTag(MetaTag) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all images, related to the of specified album
showUnvisitedImages(Shelf) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all unvisited images, belongs to the of specified shelf
showUnvisitedImages(Album) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see all unvisited images, belongs to the of specified album
showUser(User) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to see profile of the specified user
SimpleEvent - Class in org.richfaces.photoalbum.event
Simple event to be used in general situations, it may or may not carry a message
SimpleEvent() - Constructor for class org.richfaces.photoalbum.event.SimpleEvent
 
SimpleEvent(String) - Constructor for class org.richfaces.photoalbum.event.SimpleEvent
 
SLASH - Static variable in class org.richfaces.photoalbum.service.Constants
 
SlideshowManager - Class in org.richfaces.photoalbum.manager
 
SlideshowManager() - Constructor for class org.richfaces.photoalbum.manager.SlideshowManager
 
startConversation() - Method in class org.richfaces.photoalbum.manager.Authenticator
Method, that invoked when new conversation is started.
startEditAlbum(Album) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to edit specified album.
startEditImage(Image) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to edit specified image.
startEditShelf(Shelf) - Method in class org.richfaces.photoalbum.manager.Controller
This method invoked after the user want to edit specified shelf.
startRegistration(SimpleEvent) - Method in class org.richfaces.photoalbum.manager.Controller
This method observes Constants.START_REGISTER_EVENT and invoked after the user want to start registration process.
startSlideshow() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
This method invoked after user click on 'Start slideshow' button and no image is selected.
startSlideshow(Image) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
This method invoked after user click on 'Start slideshow' button.
stopSlideshow(SimpleEvent) - Method in class org.richfaces.photoalbum.manager.SlideshowManager
This method invoked after user click on 'Stop slideshow' button.
stopSlideshow() - Method in class org.richfaces.photoalbum.manager.SlideshowManager
 

T

TAG_BY_NAME_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
TAG_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
TAG_POPULAR_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
TAG_SUGGEST_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
TEMP_DIR - Static variable in class org.richfaces.photoalbum.service.Constants
 
toString() - Method in class org.richfaces.photoalbum.domain.Album
 
toString() - Method in class org.richfaces.photoalbum.domain.Image
 
toString() - Method in class org.richfaces.photoalbum.domain.MetaTag
 
toString() - Method in class org.richfaces.photoalbum.domain.Shelf
 
toString() - Method in class org.richfaces.photoalbum.search.ISearchOption
 
transformPath(String, String) - Method in class org.richfaces.photoalbum.manager.FileManager
This method used to transform one path to another.
TREE_ID - Static variable in class org.richfaces.photoalbum.service.Constants
 

U

UIOutputPanelWorkaround - Class in org.richfaces.photoalbum.util
 
UIOutputPanelWorkaround() - Constructor for class org.richfaces.photoalbum.util.UIOutputPanelWorkaround
 
UPDATE_USER_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
updateUser() - Method in interface org.richfaces.photoalbum.service.IUserAction
 
updateUser() - Method in class org.richfaces.photoalbum.service.UserAction
Synchronize state of user entity with database
UPLOAD - Static variable in class org.richfaces.photoalbum.service.Constants
 
UPLOAD_FOLDER_PATH_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
UPLOAD_ROOT_COMPONENT_NAME - Static variable in class org.richfaces.photoalbum.service.Constants
 
UPLOAD_ROOT_CREATION_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
UPLOAD_ROOT_PATH_COMPONENT_NAME - Static variable in class org.richfaces.photoalbum.service.Constants
 
uploadAvatar(FileUploadEvent) - Method in class org.richfaces.photoalbum.ui.UserPrefsHelper
Convenience method invoked after user add avatar and outject avatar to conversation param event - upload event
User - Class in org.richfaces.photoalbum.domain
Class for representing User Entity EJB3 Entity Bean
User() - Constructor for class org.richfaces.photoalbum.domain.User
 
USER_COMMENTS_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
USER_EXIST_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
USER_LOGIN_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
USER_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
USER_SHELVES_QUERY - Static variable in class org.richfaces.photoalbum.service.Constants
 
USER_VARIABLE - Static variable in class org.richfaces.photoalbum.service.Constants
 
USER_WITH_THIS_EMAIL_ALREADY_EXIST - Static variable in class org.richfaces.photoalbum.service.Constants
 
USER_WITH_THIS_LOGIN_ALREADY_EXIST - Static variable in class org.richfaces.photoalbum.service.Constants
 
UserAction - Class in org.richfaces.photoalbum.service
Class for manipulating with user entity.
UserAction() - Constructor for class org.richfaces.photoalbum.service.UserAction
 
UserBean - Class in org.richfaces.photoalbum.bean
This bean will work as a part of a simple security checking
UserBean() - Constructor for class org.richfaces.photoalbum.bean.UserBean
 
UserExpiredPhaseListener - Class in org.richfaces.photoalbum.ui
Special PhaseListener for check is the user session was expired or user were login in another browser.
UserExpiredPhaseListener() - Constructor for class org.richfaces.photoalbum.ui.UserExpiredPhaseListener
 
UserManager - Class in org.richfaces.photoalbum.manager
 
UserManager() - Constructor for class org.richfaces.photoalbum.manager.UserManager
 
USERNAME_PARAMETER - Static variable in class org.richfaces.photoalbum.service.Constants
 
UserPrefsHelper - Class in org.richfaces.photoalbum.ui
Convenience UI class for userPrefs page
UserPrefsHelper() - Constructor for class org.richfaces.photoalbum.ui.UserPrefsHelper
 
Utils - Class in org.richfaces.photoalbum.util
Utility class for actions, related to direct access or modification of current request

V

value() - Method in class org.richfaces.photoalbum.event.EventTypeQualifier
 
valueOf(String) - Static method in enum org.richfaces.photoalbum.domain.Sex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.photoalbum.ejbsearch.SearchEntityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.photoalbum.event.Events
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.photoalbum.manager.NavigationEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.richfaces.photoalbum.util.ImageDimension
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.richfaces.photoalbum.domain.Sex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.photoalbum.ejbsearch.SearchEntityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.photoalbum.event.Events
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.photoalbum.manager.NavigationEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.richfaces.photoalbum.util.ImageDimension
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEB_INF - Static variable in class org.richfaces.photoalbum.service.Constants
 
WRONG_SEARCH_PARAMETERS_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 

Y

YOU_ALREADY_DOWNLOAD_MANY_COPIES_OF_THIS_IMAGE_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 
YOU_CAN_T_ADD_IMAGES_TO_THAT_ALBUM_ERROR - Static variable in class org.richfaces.photoalbum.service.Constants
 

A B C D E F G H I J L M N O P Q R S T U V W Y
RichFaces Photoalbum 4.3.3.Final

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