Uses of Class
org.skyscreamer.yoga.demo.model.Album

Packages that use Album
org.skyscreamer.yoga.demo.dto   
org.skyscreamer.yoga.demo.model   
 

Uses of Album in org.skyscreamer.yoga.demo.dto
 

Methods in org.skyscreamer.yoga.demo.dto that return types with arguments of type Album
 Collection<Property<Album>> AlbumConfiguration.getProperties()
           
 List<Album> UserConfiguration.getRecommendedAlbums(User user)
           
 

Uses of Album in org.skyscreamer.yoga.demo.model
 

Methods in org.skyscreamer.yoga.demo.model that return Album
 Album Song.getAlbum()
           
 

Methods in org.skyscreamer.yoga.demo.model that return types with arguments of type Album
 List<Album> Artist.getAlbums()
           
 

Methods in org.skyscreamer.yoga.demo.model with parameters of type Album
 void Song.setAlbum(Album album)
           
 

Method parameters in org.skyscreamer.yoga.demo.model with type arguments of type Album
 void Artist.setAlbums(List<Album> albums)
           
 



Copyright © 2013. All Rights Reserved.