Uses of Class
org.musicontroller.importer.MusicArchiveBean

Packages that use MusicArchiveBean
org.musicontroller.core.jobs Contains Quartz jobs to be run periodically on behalf of the MusiController. 
org.musicontroller.gui.importer   
org.musicontroller.importer Import new music into MusiController. 
org.musicontroller.service   
 

Uses of MusicArchiveBean in org.musicontroller.core.jobs
 

Methods in org.musicontroller.core.jobs that return types with arguments of type MusicArchiveBean
static java.util.List<MusicArchiveBean> MetadataExtractJob.getMusicArchiveBeanList()
           
 

Methods in org.musicontroller.core.jobs with parameters of type MusicArchiveBean
protected  java.lang.String MetadataExtractJob.guessName(MusicArchiveBean archiveBean)
          Tries to generate a human-readable name for a music archive.
static void MetadataExtractJob.removeMusicArchiveBean(MusicArchiveBean archiveBean)
          Removes a music archive bean from (persistent) storage.
 

Uses of MusicArchiveBean in org.musicontroller.gui.importer
 

Methods in org.musicontroller.gui.importer that return MusicArchiveBean
abstract  MusicArchiveBean MusicArchive.getArchive()
          This property holds the bean with information about the songs in the archive.
 

Methods in org.musicontroller.gui.importer that return types with arguments of type MusicArchiveBean
 java.util.List<MusicArchiveBean> ImportProgress.getArchives()
           
 

Methods in org.musicontroller.gui.importer with parameters of type MusicArchiveBean
 void MusicArchive.fillBandName(org.apache.tapestry.IRequestCycle cycle, MusicArchiveBean bean)
          Fill the song entries with a band name with the name entered into the first row.
 void MusicArchive.fillKeywords(org.apache.tapestry.IRequestCycle cycle, MusicArchiveBean bean)
          Fill the song entries with keywords the same as entered into the first row.
 void MusicArchive.fillPlaylistName(org.apache.tapestry.IRequestCycle cycle, MusicArchiveBean bean)
          Fill the song entries without a playlist name with the name inserted into the first row.
 void MusicArchive.fillSongIndex(org.apache.tapestry.IRequestCycle cycle, MusicArchiveBean bean)
          Fill the song entries without a song index with a reasonable song index value.
 void MusicArchive.importArchive(org.apache.tapestry.IRequestCycle cycle, MusicArchiveBean bean)
          Imports the MusicArchiveBean into the database.
 

Uses of MusicArchiveBean in org.musicontroller.importer
 

Methods in org.musicontroller.importer with parameters of type MusicArchiveBean
 void ImporterImpl.importMusic(MusicArchiveBean bean)
           
 void Importer.importMusic(MusicArchiveBean bean)
          Import the music described in the MusicArchiveBean into the database.
 

Uses of MusicArchiveBean in org.musicontroller.service
 

Methods in org.musicontroller.service with parameters of type MusicArchiveBean
 java.util.List<Playlist> McServiceImpl.findImportedPlaylist(MusicArchiveBean archive)
           
 java.util.List<Playlist> McService.findImportedPlaylist(MusicArchiveBean archive)
          Tries to find persistent playlists that matches the playlist name of 1 or more entries in the music archive.
 java.lang.String McServiceImpl.guessBandNameOfArchive(MusicArchiveBean archive)
           
 java.lang.String McService.guessBandNameOfArchive(MusicArchiveBean archive)
          Return a guess about the band on the cover of a playlist.
 java.util.Set<Playlist> McServiceImpl.guessPlaylistsInArchive(MusicArchiveBean archive)
           
 java.util.Set<Playlist> McService.guessPlaylistsInArchive(MusicArchiveBean archive)
          Compile a set of persistent playlists that could be the same as the contents of the music archive.
 



Copyright © 2010 A.J.V.. All Rights Reserved.