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

Packages that use AlbumVO
net.sf.webphotos.dao.jpa   
net.sf.webphotos.model   
 

Uses of AlbumVO in net.sf.webphotos.dao.jpa
 

Methods in net.sf.webphotos.dao.jpa that return types with arguments of type AlbumVO
 List<AlbumVO> AlbumDAO.findAll()
           
 

Uses of AlbumVO in net.sf.webphotos.model
 

Methods in net.sf.webphotos.model that return AlbumVO
 AlbumVO AlbumVOBuilder.build()
           
 AlbumVO PhotoVO.getAlbum()
           
 

Methods in net.sf.webphotos.model with parameters of type AlbumVO
 void PhotoVO.setAlbum(AlbumVO album)
           
 

Constructors in net.sf.webphotos.model with parameters of type AlbumVO
PhotoVO(String nmfoto, String legenda, CreditsVO creditos, String caminhoArquivo, AlbumVO album)
          Constructor to add photos to existing album
 



Copyright © 2008-2012. All Rights Reserved.