Uses of Class
org.musicontroller.core.Band

Packages that use Band
org.musicontroller.core   
org.musicontroller.core.searching   
org.musicontroller.dao   
org.musicontroller.gui   
org.musicontroller.gui.components   
org.musicontroller.gui.edit   
org.musicontroller.service   
org.musicontroller.songselection   
org.varienaja.comments   
 

Uses of Band in org.musicontroller.core
 

Methods in org.musicontroller.core that return Band
 Band Song.getBand()
           
 Band Contract_BA.getBand()
           
 

Methods in org.musicontroller.core with parameters of type Band
 void Artist.addBand(Band band)
           
 void Song.setBand(Band band)
           
 void Contract_BA.setBand(Band band2)
           
 

Uses of Band in org.musicontroller.core.searching
 

Methods in org.musicontroller.core.searching with parameters of type Band
 org.apache.lucene.document.Document Indexer.reindexBand(Band band)
           
 

Uses of Band in org.musicontroller.dao
 

Methods in org.musicontroller.dao that return Band
 Band HibernateDao.getBandById(long id)
           
 Band Dao.getBandById(long id)
          Retrieves the band with the given id from the database.
 Band HibernateDao.getBandByName(java.lang.String name)
           
 Band Dao.getBandByName(java.lang.String name)
          Retrieves the band with the given name from the database.
 Band HibernateDao.searchBand(java.lang.String bandname)
           
 Band Dao.searchBand(java.lang.String bandname)
          Locate and load the band with the given name.
 

Methods in org.musicontroller.dao with parameters of type Band
static java.util.Set<AIRelation> BagAndKeywordUtils.createRelations(java.lang.String artistfirstname, java.lang.String artistlastname, Band band, java.lang.String instruments)
          Construct a set of artist-instrument relations corresponding to an artist with the supplied first name and last name and the specified instrument names.
 AIBag HibernateDao.getMostUsedAIBag(Band band)
           
 AIBag Dao.getMostUsedAIBag(Band band)
          Searches the database for the most used AIBag for this band.
 Song HibernateDao.getSong(Band band, java.lang.String songname)
           
 Song Dao.getSong(Band band, java.lang.String songname)
          Find a song with the given name performed by the specified band.
 java.util.List<Playlist> HibernateDao.listPlaylists(Band band)
           
 java.util.List<Playlist> Dao.listPlaylists(Band band)
          Lists all playlists on which a band is present.
 void HibernateDao.mergeBands(Band keep, Band remove)
           
 void Dao.mergeBands(Band keep, Band remove)
          Merge two bands, moving all songs from one to the other.
 void HibernateDao.save(Band band)
           
 void Dao.save(Band band)
          Persist the properties of this band.
 

Uses of Band in org.musicontroller.gui
 

Methods in org.musicontroller.gui that return Band
 Band BandInfo.getBand()
           
abstract  Band Search.getTheband()
           
 

Methods in org.musicontroller.gui with parameters of type Band
abstract  void Search.setTheband(Band band)
           
 

Uses of Band in org.musicontroller.gui.components
 

Methods in org.musicontroller.gui.components that return Band
abstract  Band PlaylistReviews.getBand()
           
abstract  Band BandLink.getBand()
           
 

Methods in org.musicontroller.gui.components with parameters of type Band
abstract  void PlaylistReviews.setBand(Band band)
           
abstract  void BandLink.setBand(Band band)
           
 

Uses of Band in org.musicontroller.gui.edit
 

Methods in org.musicontroller.gui.edit that return Band
 Band BandEdit.getBand()
           
 

Uses of Band in org.musicontroller.service
 

Methods in org.musicontroller.service that return Band
 Band McServiceImpl.addBand(java.lang.String bandName)
           
 Band McService.addBand(java.lang.String bandName)
          Adds a band with the given name to the database.
 Band McServiceImpl.getBandById(long bandid)
           
 Band McService.getBandById(long bandid)
          Return the band with a given identifier.
 

Methods in org.musicontroller.service with parameters of type Band
 Song McServiceImpl.createSong(java.lang.String songname, Band band, int length, java.util.Set<java.lang.String> keywords, java.lang.String destination)
           
 Song McService.createSong(java.lang.String songname, Band band, int length, java.util.Set<java.lang.String> keywords, java.lang.String destination)
          Creates a persistent song with the given name.
 java.util.List<Playlist> McServiceImpl.getBandPlaylists(Band band)
           
 java.util.List<Playlist> McService.getBandPlaylists(Band band)
          Returns a list of playlists containing at least one song by this band.
 java.util.Set<Comment> McServiceImpl.getReviews(Band band)
           
 java.util.Set<Comment> McService.getReviews(Band band)
          Returns a (possibly empty) sorted set of reviews for a Band.
 Playlist McServiceImpl.getSongsByBand(Band band)
           
 Playlist McService.getSongsByBand(Band band)
          Returns a playlist with all songs played by the band.
 void McServiceImpl.setBandProperties(Band band, java.lang.String bandName)
           
 void McService.setBandProperties(Band band, java.lang.String bandName)
          Sets the band name and comments string according to the specified parameters.
 

Uses of Band in org.musicontroller.songselection
 

Methods in org.musicontroller.songselection with parameters of type Band
 int AdvancedRandomSongSelector.getPenalty(Band band)
          Returns an integer, representing the penalty of a Band.
 

Uses of Band in org.varienaja.comments
 

Methods in org.varienaja.comments with parameters of type Band
 java.util.Set<Comment> CommentService.getComments(Band band)
          Gets the Comments for a certain Band.
 



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