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 voidShowInPlayListAction. 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 SongAudioSongFacade. songMethods in com.tagtraum.beatunes.library that return Song Modifier and Type Method Description SongFingerprint. getSong()SongHibernateMediaLibrary. getSong(Long id)SongHibernateMediaLibrary. getSong(org.hibernate.Session session, Long playlistId, Long id)SongSongAnnotation. getSong()SongSubprint. getSong()SongSubprintId. 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 correspondingSubprintobjects.static List<Subprint>Subprint. decode(Song song, byte[] fingerprint)Decodes the compressed fingerprint accessible throughAudioSong.getFingerprint()and creates correspondingSubprintobjects.voidFingerprint. setSong(Song song)voidSongAnnotation. setSong(Song song)voidSubprint. setSong(Song song)voidSubprintId. setSong(Song song)Method parameters in com.tagtraum.beatunes.library with type arguments of type Song Modifier and Type Method Description static voidHibernateMediaLibrary. 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 voidFileSystemSongBinder. 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 SongITunesSongBinder. 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 SongITunesSongBinder. 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)
-