Uses of Class
net.sf.webphotos.model.PhotoVO

Packages that use PhotoVO
net.sf.webphotos.model   
 

Uses of PhotoVO in net.sf.webphotos.model
 

Methods in net.sf.webphotos.model that return PhotoVO
 PhotoVO AlbumVO.getPhotoBy(Integer id)
           
 

Methods in net.sf.webphotos.model that return types with arguments of type PhotoVO
 Set<PhotoVO> AlbumVO.getPhotos()
           
 

Methods in net.sf.webphotos.model with parameters of type PhotoVO
 void AlbumVO.addPhoto(PhotoVO photos)
           
 AlbumVOBuilder AlbumVOBuilder.withPhoto(PhotoVO photoVO)
           
 

Method parameters in net.sf.webphotos.model with type arguments of type PhotoVO
 void AlbumVO.addPhotos(HashSet<PhotoVO> photos)
           
 AlbumVOBuilder AlbumVOBuilder.withPhotos(Collection<PhotoVO> photoVOs)
           
 



Copyright © 2008-2012. All Rights Reserved.