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

Packages that use PhotoVO
net.sf.webphotos Copyright 2008 WebPhotos Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
net.sf.webphotos.model   
 

Uses of PhotoVO in net.sf.webphotos
 

Fields in net.sf.webphotos with type parameters of type PhotoVO
static com.google.common.base.Function<PhotoDTO,PhotoVO> PhotoDTO.FROM_PHOTODTO_PHOTOVO
           
 

Constructors in net.sf.webphotos with parameters of type PhotoVO
PhotoDTO(PhotoVO photoVO)
           
 

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.