| Package | Description |
|---|---|
| org.skyscreamer.yoga.demo.dto | |
| org.skyscreamer.yoga.demo.model |
| Modifier and Type | Method and Description |
|---|---|
Collection<Property<Album>> |
AlbumConfiguration.getProperties() |
List<Album> |
UserConfiguration.getRecommendedAlbums(User user) |
| Modifier and Type | Method and Description |
|---|---|
Album |
Song.getAlbum() |
| Modifier and Type | Method and Description |
|---|---|
List<Album> |
Artist.getAlbums() |
| Modifier and Type | Method and Description |
|---|---|
void |
Song.setAlbum(Album album) |
| Modifier and Type | Method and Description |
|---|---|
void |
Artist.setAlbums(List<Album> albums) |
Copyright © 2014. All Rights Reserved.