Uses of Class
com.tagtraum.beatunes.library.Song
-
Packages that use Song Package Description com.tagtraum.beatunes.action.standard Standard actions like "Create Playlist".com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library. -
-
Uses of Song in com.tagtraum.beatunes.action.standard
Methods in com.tagtraum.beatunes.action.standard with parameters of type Song Modifier and Type Method Description void
ShowInPlayListAction. setSong(Song song)
-
Uses of Song in com.tagtraum.beatunes.library
Fields in com.tagtraum.beatunes.library declared as Song Modifier and Type Field Description protected Song
AudioSongFacade. song
Methods in com.tagtraum.beatunes.library that return Song Modifier and Type Method Description Song
Fingerprint. getSong()
Song
HibernateMediaLibrary. getSong(Long id)
Song
HibernateMediaLibrary. getSong(org.hibernate.Session session, Long playlistId, Long id)
Song
SongAnnotation. getSong()
Song
Subprint. getSong()
Song
SubprintId. getSong()
Methods in com.tagtraum.beatunes.library that return types with arguments of type Song Modifier and Type Method Description List<Song>
HibernateMediaLibrary. getSongs(org.hibernate.Session session, Long playlistId, Long... ids)
Methods in com.tagtraum.beatunes.library with parameters of type Song Modifier and Type Method Description static List<Subprint>
Subprint. decode(Song song)
Decodes the compressed fingerprint accessible throughAudioSong.getFingerprint()
and creates correspondingSubprint
objects.static List<Subprint>
Subprint. decode(Song song, byte[] fingerprint)
Decodes the compressed fingerprint accessible throughAudioSong.getFingerprint()
and creates correspondingSubprint
objects.void
Fingerprint. setSong(Song song)
void
SongAnnotation. setSong(Song song)
void
Subprint. setSong(Song song)
void
SubprintId. setSong(Song song)
Method parameters in com.tagtraum.beatunes.library with type arguments of type Song Modifier and Type Method Description static void
HibernateMediaLibrary. fetchLazyAssociations(List<Song> songs)
Constructors in com.tagtraum.beatunes.library with parameters of type Song Constructor Description AudioSongFacade(Song song, MediaLibrary musicLibrary)
Fingerprint(Song song, List<Subprint> subprints)
SongAnnotation(Song song)
Constructor parameters in com.tagtraum.beatunes.library with type arguments of type Song Constructor Description Album(List<Song> albumSongs)
-
Uses of Song in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem with parameters of type Song Modifier and Type Method Description static void
FileSystemSongBinder. bind(Song song, AudioSong sourceSong, String... excludedProperty)
Constructors in com.tagtraum.beatunes.library.filesystem with parameters of type Song Constructor Description FileSystemAudioSong(Song song, MediaLibrary musicLibrary)
-
Uses of Song in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes that return Song Modifier and Type Method Description static Song
ITunesSongBinder. bind(Song song, Map<String,Object> map)
Binds the values in the map to the song object.Methods in com.tagtraum.beatunes.library.itunes with parameters of type Song Modifier and Type Method Description static Song
ITunesSongBinder. bind(Song song, Map<String,Object> map)
Binds the values in the map to the song object.Constructors in com.tagtraum.beatunes.library.itunes with parameters of type Song Constructor Description ITunesAudioSong(Song song, MediaLibrary musicLibrary)
-