A B C D E F G H I J L M N O P R S T U V W 

G

Gallery - Class in gallery.database.entities
A collection of references to Photographs and other galleries.
Gallery() - Constructor for class gallery.database.entities.Gallery
 
Gallery(Long) - Constructor for class gallery.database.entities.Gallery
 
Gallery(Long, Date, int) - Constructor for class gallery.database.entities.Gallery
 
gallery - Static variable in class gallery.database.entities.GalleryPhotograph_
 
gallery.admin - package gallery.admin
Provides the Controllers for the JSF pages.
gallery.admin.util - package gallery.admin.util
Provides utility classes for the Controllers that steer the JSF pages.
gallery.beans - package gallery.beans
Provides the Enterprise Java Beans.
gallery.database.entities - package gallery.database.entities
Provides the database Entities used by an ORM.
gallery.enums - package gallery.enums
Enumerated types
gallery.images - package gallery.images
General IO operations.
gallery.jobs - package gallery.jobs
Top package containing the jobs in subpackages.
gallery.jobs.add - package gallery.jobs.add
Provides the batch artifacts for the job addPhotographs.
gallery.jobs.verify - package gallery.jobs.verify
Provides the batch artifacts for the job verifyPhotographs.
gallery.servlets - package gallery.servlets
Servlets
gallery.util - package gallery.util
 
Gallery_ - Class in gallery.database.entities
 
Gallery_() - Constructor for class gallery.database.entities.Gallery_
 
GalleryBean - Class in gallery.beans
Gallery Enterprise Java Bean, maps to a Gallery Hibernate Entity.
GalleryBean() - Constructor for class gallery.beans.GalleryBean
 
galleryCollection - Static variable in class gallery.database.entities.Gallery_
 
GalleryController - Class in gallery.admin
 
GalleryController() - Constructor for class gallery.admin.GalleryController
 
GalleryController.GalleryControllerConverter - Class in gallery.admin
 
GalleryController.GalleryControllerConverter() - Constructor for class gallery.admin.GalleryController.GalleryControllerConverter
 
GalleryException - Exception in gallery.admin.util
A GalleryException, a specific Exception that can be used to validate things.
GalleryException(String) - Constructor for exception gallery.admin.util.GalleryException
Creates a GalleryException.
galleryphotograph - Static variable in class gallery.database.entities.Comment_
 
GalleryPhotograph - Class in gallery.database.entities
A photograph contained in a gallery, with references to both the gallery and the original photograph itself.
GalleryPhotograph() - Constructor for class gallery.database.entities.GalleryPhotograph
 
GalleryPhotograph(Long) - Constructor for class gallery.database.entities.GalleryPhotograph
 
GalleryPhotograph_ - Class in gallery.database.entities
 
GalleryPhotograph_() - Constructor for class gallery.database.entities.GalleryPhotograph_
 
GalleryPhotographBean - Class in gallery.beans
GalleryPhotograph Enterprise Java Bean, maps to a GalleryPhotograph Hibernate Entity.
GalleryPhotographBean() - Constructor for class gallery.beans.GalleryPhotographBean
 
galleryPhotographCollection - Static variable in class gallery.database.entities.Gallery_
 
GalleryPhotographController - Class in gallery.admin
 
GalleryPhotographController() - Constructor for class gallery.admin.GalleryPhotographController
 
GalleryPhotographController.GalleryPhotographControllerConverter - Class in gallery.admin
 
GalleryPhotographController.GalleryPhotographControllerConverter() - Constructor for class gallery.admin.GalleryPhotographController.GalleryPhotographControllerConverter
 
GeneralController - Class in gallery.admin
Contains general stuff that is not page-specific.
GeneralController() - Constructor for class gallery.admin.GeneralController
 
getAngle(Long) - Method in class gallery.beans.PhotographBean
 
getAngle() - Method in class gallery.database.entities.Photograph
Indicates the angle at which the picture was taken.
getAngle() - Method in enum gallery.enums.ImageAngle
Retrieves the angle of the picture as stored in image information.
getAngle(Integer) - Static method in enum gallery.enums.ImageAngle
Retrieves the enum corresponding to the image angle as stored in the picture.
getAngle(File) - Static method in class gallery.images.ImageOperations
Returns the angle stored in the jpeg file.
getAngles() - Method in class gallery.admin.PhotographController
 
getAsObject(FacesContext, UIComponent, String) - Method in class gallery.admin.CommentController.CommentControllerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class gallery.admin.GalleryController.GalleryControllerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class gallery.admin.GalleryPhotographController.GalleryPhotographControllerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class gallery.admin.LocationController.LocationControllerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class gallery.admin.LogController.LogControllerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class gallery.admin.PhotographController.PhotographControllerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class gallery.admin.TagController.TagControllerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class gallery.admin.CommentController.CommentControllerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class gallery.admin.GalleryController.GalleryControllerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class gallery.admin.GalleryPhotographController.GalleryPhotographControllerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class gallery.admin.LocationController.LocationControllerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class gallery.admin.LogController.LogControllerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class gallery.admin.PhotographController.PhotographControllerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class gallery.admin.TagController.TagControllerConverter
 
getAuthor() - Method in class gallery.database.entities.Comment
Author of the comment.
getComment(Long) - Method in class gallery.admin.CommentController
 
getComment() - Method in class gallery.database.entities.Comment
The actual comment.
getCommentCollection() - Method in class gallery.database.entities.GalleryPhotograph
Comments on this photograph.
getComments(Long) - Method in class gallery.beans.GalleryPhotographBean
Retrieves the comments regarding a specific GalleryPhotograph.
getCreationDate() - Method in class gallery.database.entities.Gallery
Creation date of the gallery.
getCreationDate() - Method in class gallery.database.entities.Log
 
getDateTimeTaken(File) - Static method in class gallery.images.ImageOperations
Returns the date and time when the photograph was taken, null if unable to retrieve.
getDescription() - Method in class gallery.database.entities.Gallery
Description of the gallery
getDescription() - Method in class gallery.database.entities.GalleryPhotograph
Full description of the photograph.
getDescription() - Method in class gallery.database.entities.Log
 
getDisplayLevel() - Method in class gallery.admin.LogController
 
getDoubleUsedPhotographs() - Method in class gallery.admin.IssuesController
 
getEntityManager() - Method in class gallery.beans.AbstractBean
Returns the Entity manager.
getEntityManager() - Method in class gallery.beans.CommentBean
 
getEntityManager() - Method in class gallery.beans.GalleryBean
 
getEntityManager() - Method in class gallery.beans.GalleryPhotographBean
 
getEntityManager() - Method in class gallery.beans.JobBean
 
getEntityManager() - Method in class gallery.beans.LocationBean
 
getEntityManager() - Method in class gallery.beans.LogBean
 
getEntityManager() - Method in class gallery.beans.PhotographBean
 
getEntityManager() - Method in class gallery.beans.TagBean
 
getFile(Long) - Method in class gallery.beans.PhotographBean
 
getFileList() - Method in class gallery.servlets.PhotographVisitor
 
getFilename() - Method in class gallery.database.entities.Photograph
The filename and extension of the photograph.
getFilepath() - Method in class gallery.database.entities.Location
The absolute file path correctly identifying the location on the filesystem.
getFilesize() - Method in class gallery.database.entities.Photograph
Returns the size of the file in bytes.
getFullPath() - Method in class gallery.database.entities.Photograph
Provides a full absolute file path to this file.
getGalleries() - Method in class gallery.admin.GalleryController
 
getGalleries(Long) - Method in class gallery.beans.GalleryBean
 
getGallery(Long) - Method in class gallery.admin.GalleryController
 
getGallery() - Method in class gallery.database.entities.GalleryPhotograph
Reference to the gallery, that contains this photograph.
getGalleryCollection() - Method in class gallery.database.entities.Gallery
All the galleries contained in this gallery.
getGalleryPhotograph(Long) - Method in class gallery.admin.GalleryPhotographController
 
getGalleryphotograph() - Method in class gallery.database.entities.Comment
The photograph in the gallery, on which this comment applies.
getGalleryPhotographCollection() - Method in class gallery.database.entities.Gallery
Photographs contained in this gallery.
getGotoId() - Method in class gallery.admin.GalleryPhotographController
 
getGotoId() - Method in class gallery.admin.PhotographController
 
getHashstring() - Method in class gallery.database.entities.Photograph
Returns a hash string representing the file.
getHeight() - Method in enum gallery.enums.ImageSize
Retrieves the height of the picture.
getHighlight() - Method in class gallery.database.entities.Gallery
The photograph providing a visual cue about what this gallery is about.
getId() - Method in class gallery.database.entities.Comment
Unique number, primary key, identification of a comment.
getId() - Method in class gallery.database.entities.Gallery
Gets the unique identifier/primary key.
getId() - Method in class gallery.database.entities.GalleryPhotograph
Primary key/unique identifier.
getId() - Method in class gallery.database.entities.Location
Unique identified/primary key.
getId() - Method in class gallery.database.entities.Log
Unique identified/primary key.
getId() - Method in class gallery.database.entities.Photograph
Identification/Primary Key for Photographs.
getImageurl() - Method in class gallery.admin.GalleryController
 
getImageurl() - Method in class gallery.admin.GalleryPhotographController
 
getImageurl() - Method in class gallery.admin.PhotographController
 
getItems() - Method in class gallery.admin.CommentController
 
getItems() - Method in class gallery.admin.GalleryController
 
getItems() - Method in class gallery.admin.GalleryPhotographController
 
getItems() - Method in class gallery.admin.LocationController
 
getItems() - Method in class gallery.admin.LogController
 
getItems() - Method in class gallery.admin.PhotographController
 
getItems() - Method in class gallery.admin.TagController
 
getItemsAvailableSelectMany() - Method in class gallery.admin.CommentController
 
getItemsAvailableSelectMany() - Method in class gallery.admin.GalleryController
 
getItemsAvailableSelectMany() - Method in class gallery.admin.GalleryPhotographController
 
getItemsAvailableSelectMany() - Method in class gallery.admin.LocationController
 
getItemsAvailableSelectMany() - Method in class gallery.admin.LogController
 
getItemsAvailableSelectMany() - Method in class gallery.admin.PhotographController
 
getItemsAvailableSelectMany() - Method in class gallery.admin.TagController
 
getItemsAvailableSelectOne() - Method in class gallery.admin.CommentController
 
getItemsAvailableSelectOne() - Method in class gallery.admin.GalleryController
 
getItemsAvailableSelectOne() - Method in class gallery.admin.GalleryPhotographController
 
getItemsAvailableSelectOne() - Method in class gallery.admin.LocationController
 
getItemsAvailableSelectOne() - Method in class gallery.admin.LogController
 
getItemsAvailableSelectOne() - Method in class gallery.admin.PhotographController
 
getItemsAvailableSelectOne() - Method in class gallery.admin.TagController
 
getItemsCount() - Method in class gallery.admin.util.PaginationHelper
 
getLocation() - Method in class gallery.admin.GalleryController
 
getLocation(Long) - Method in class gallery.admin.LocationController
 
getLocation() - Method in class gallery.database.entities.Photograph
Indicates in what location the picture resides (amongst other pictures).
getLog(Long) - Method in class gallery.admin.LogController
 
getLogLevel() - Method in class gallery.database.entities.Log
 
getLogLevels() - Method in class gallery.admin.LogController
 
getMessage() - Method in class gallery.database.entities.Log
 
getMetadata(Long) - Method in class gallery.beans.PhotographBean
 
getMetadata(File) - Static method in class gallery.images.ImageOperations
Retrieve the metadata from an image file.
getName() - Method in class gallery.database.entities.Gallery
Name of the gallery
getName() - Method in class gallery.database.entities.GalleryPhotograph
Name belonging to the picture, originally this is the name of the file, but can be anything.
getName() - Method in enum gallery.enums.ImageAngle
 
getName() - Method in class gallery.images.PhotoTag
Name of the metadata property item.
getName() - Method in class gallery.jobs.add.AddListener
 
getName() - Method in class gallery.jobs.Listener
 
getName() - Method in class gallery.jobs.verify.VerifyListener
 
getObjectFromRequestParameter(String, Converter, UIComponent) - Static method in class gallery.admin.util.JsfUtil
 
getPageFirstItem() - Method in class gallery.admin.util.PaginationHelper
 
getPageLastItem() - Method in class gallery.admin.util.PaginationHelper
 
getPageSize() - Static method in class gallery.admin.GeneralController
Number of rows to display on one page.
getPageSize() - Method in class gallery.admin.util.PaginationHelper
 
getPagination() - Method in class gallery.admin.CommentController
 
getPagination() - Method in class gallery.admin.GalleryController
 
getPagination() - Method in class gallery.admin.GalleryPhotographController
 
getPagination() - Method in class gallery.admin.LocationController
 
getPagination() - Method in class gallery.admin.LogController
 
getPagination() - Method in class gallery.admin.PhotographController
 
getPagination() - Method in class gallery.admin.TagController
 
getParent() - Method in class gallery.database.entities.Gallery
Provides the gallery of which this one is a child.
getParentGallery() - Method in class gallery.admin.GalleryController
 
getPhotograph(Long) - Method in class gallery.admin.PhotographController
 
getPhotograph() - Method in class gallery.database.entities.GalleryPhotograph
Reference to the original file containing the photograph.
getPhotograph() - Method in class gallery.database.entities.Tag
Get the photograph associated with this key.
getPhotographId() - Method in class gallery.database.entities.TagPK
Returns the id of the photograph
getPhotographs(Long) - Method in class gallery.beans.GalleryBean
 
getRelativepath() - Method in class gallery.database.entities.Photograph
The path to the filename, a relative path based from the Location
getRequestParameter(String) - Static method in class gallery.admin.util.JsfUtil
 
getSelected() - Method in class gallery.admin.CommentController
 
getSelected() - Method in class gallery.admin.GalleryController
 
getSelected() - Method in class gallery.admin.GalleryPhotographController
 
getSelected() - Method in class gallery.admin.LocationController
 
getSelected() - Method in class gallery.admin.LogController
 
getSelected() - Method in class gallery.admin.PhotographController
 
getSelected() - Method in class gallery.admin.TagController
 
getSelectItems(List<?>, boolean) - Static method in class gallery.admin.util.JsfUtil
 
getServletInfo() - Method in class gallery.servlets.ImageServlet
Returns a short description of the servlet.
getSortorder() - Method in class gallery.database.entities.Gallery
Sort order, indicates the order in which the galleries should be displayed, where 0 is the first gallery, 1 is the next, etc.
getSortorder() - Method in class gallery.database.entities.GalleryPhotograph
Sort order, indicates the order in which the photographs should be displayed, where 0 is the first photograph, 1 is the next, etc.
getSource() - Method in class gallery.database.entities.Log
 
getSubmitted() - Method in class gallery.database.entities.Comment
date/time when the comment was submitted.
getSummary() - Method in class gallery.beans.TagBean
 
getTag(TagPK) - Method in class gallery.admin.TagController
 
getTagCollection() - Method in class gallery.database.entities.Photograph
Returns the tags associated with this picture.
getTagname() - Method in class gallery.database.entities.TagPK
Returns the tag name.
getTagPK() - Method in class gallery.database.entities.Tag
Returns the primary key of a Tag, consisting of a tagname and the photograph id.
getTags(Long) - Method in class gallery.beans.PhotographBean
Retrieves an array of Tags belonging to a photograph.
getTaken() - Method in class gallery.database.entities.Photograph
Indicates when the picture was taken.
getText() - Method in class gallery.util.TagCount
 
getUnusedPhotographs() - Method in class gallery.admin.IssuesController
 
getValue() - Method in class gallery.images.PhotoTag
Value of the metadata property item.
getWeight() - Method in class gallery.util.TagCount
 
getWidth() - Method in enum gallery.enums.ImageSize
Retrieves the width of the picture.
gotoPhotograph() - Method in class gallery.admin.GalleryPhotographController
 
gotoPhotograph() - Method in class gallery.admin.PhotographController
 
A B C D E F G H I J L M N O P R S T U V W