| Package | Description |
|---|---|
| org.skyscreamer.yoga.demo.dto | |
| org.skyscreamer.yoga.demo.model |
| Modifier and Type | Method and Description |
|---|---|
List<Album> |
UserConfiguration.getRecommendedAlbums(User user) |
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
Artist.getFans() |
Set<User> |
User.getFriends() |
| Modifier and Type | Method and Description |
|---|---|
void |
Artist.setFans(Set<User> fans) |
void |
User.setFriends(Set<User> friends) |
Copyright © 2014. All Rights Reserved.