Uses of Class
com.silverpeas.gallery.model.Photo

Packages that use Photo
com.silverpeas.gallery   
com.silverpeas.gallery.control.ejb   
com.silverpeas.gallery.dao   
com.silverpeas.gallery.model   
com.silverpeas.gallery.web   
 

Uses of Photo in com.silverpeas.gallery
 

Methods in com.silverpeas.gallery with parameters of type Photo
static void MediaHelper.processPhoto(org.silverpeas.process.io.file.FileHandler fileHandler, Photo photo, File image, boolean watermark, String watermarkHD, String watermarkOther)
          Saves uploaded photo file on file system with associated thumbnails and watermarks.
static void MediaHelper.processPhoto(org.silverpeas.process.io.file.FileHandler fileHandler, Photo photo, org.apache.commons.fileupload.FileItem image, boolean watermark, String watermarkHD, String watermarkOther)
          Saves uploaded photo file on file system with associated thumbnails and watermarks.
static void MediaHelper.setMetaData(org.silverpeas.process.io.file.FileHandler fileHandler, Photo photo)
           
static void MediaHelper.setMetaData(org.silverpeas.process.io.file.FileHandler fileHandler, Photo photo, String lang)
           
 

Uses of Photo in com.silverpeas.gallery.control.ejb
 

Methods in com.silverpeas.gallery.control.ejb that return Photo
 Photo GalleryBm.getPhoto(MediaPK mediaPK)
           
 Photo GalleryBmEJB.getPhoto(MediaPK mediaPK)
           
 

Methods in com.silverpeas.gallery.control.ejb that return types with arguments of type Photo
 Collection<Photo> GalleryBm.getAllPhotos(com.stratelia.webactiv.util.node.model.NodePK nodePK)
           
 Collection<Photo> GalleryBmEJB.getAllPhotos(com.stratelia.webactiv.util.node.model.NodePK nodePK)
           
 Collection<Photo> GalleryBm.getAllPhotos(com.stratelia.webactiv.util.node.model.NodePK nodePK, MediaCriteria.VISIBILITY visibility)
           
 Collection<Photo> GalleryBmEJB.getAllPhotos(com.stratelia.webactiv.util.node.model.NodePK nodePK, MediaCriteria.VISIBILITY visibility)
           
 

Uses of Photo in com.silverpeas.gallery.dao
 

Methods in com.silverpeas.gallery.dao that return Photo
static Photo PhotoDAO.getPhoto(Connection con, String photoId)
           
 

Methods in com.silverpeas.gallery.dao that return types with arguments of type Photo
static Collection<Photo> PhotoDAO.getAllPhoto(Connection con, String albumId, String instanceId, MediaCriteria.VISIBILITY visibility)
           
static Collection<Photo> PhotoDAO.getAllPhotoEndVisible(Connection con, int nbDays)
           
static Collection<Photo> PhotoDAO.getLastRegisteredMedia(Connection con, String instanceId)
          Gets last uploaded media.
static Collection<Photo> PhotoDAO.getPhotoNotVisible(Connection con, String instanceId)
           
 

Methods in com.silverpeas.gallery.dao with parameters of type Photo
static void PhotoDAO.createPath(Connection con, Photo photo, String albumId)
           
static String PhotoDAO.createPhoto(Connection con, Photo photo)
           
static void PhotoDAO.updatePhoto(Connection con, Photo photo)
           
 

Uses of Photo in com.silverpeas.gallery.model
 

Methods in com.silverpeas.gallery.model that return Photo
 Photo PhotoDetail.getPhoto()
          Deprecated. Gets the wrapped photo object.
 Photo Media.getPhoto()
          Gets the photo instance if type of the current media is MediaType.Photo.
 

Constructors in com.silverpeas.gallery.model with parameters of type Photo
PhotoDetail(Photo photo)
          Deprecated.  
 

Uses of Photo in com.silverpeas.gallery.web
 

Methods in com.silverpeas.gallery.web with parameters of type Photo
static PhotoEntity PhotoEntity.createFrom(Photo photo)
          Creates a new photo entity from the specified photo.
 



Copyright © 2016 Silverpeas. All Rights Reserved.