Uses of Class
org.varienaja.util.coverart.CoverArtSearchResult

Packages that use CoverArtSearchResult
org.musicontroller.gui.edit   
org.musicontroller.service   
org.varienaja.util.coverart   
 

Uses of CoverArtSearchResult in org.musicontroller.gui.edit
 

Methods in org.musicontroller.gui.edit that return CoverArtSearchResult
abstract  CoverArtSearchResult CoverArtEdit.getCoverArtCandidate()
           
 

Methods in org.musicontroller.gui.edit that return types with arguments of type CoverArtSearchResult
 java.util.Collection<CoverArtSearchResult> CoverArtEdit.getCoverArtList()
          Ask the Mc Service to return a list of possible cover art for this playlist.
 

Methods in org.musicontroller.gui.edit with parameters of type CoverArtSearchResult
 org.apache.tapestry.engine.ILink CoverArtEdit.selectCoverArt(org.apache.tapestry.IRequestCycle cycle, CoverArtSearchResult selected)
          Set the selected image as the cover art image for the playlist if the playlist is persistent.
abstract  void CoverArtEdit.setCoverArtCandidate(CoverArtSearchResult index)
           
 

Uses of CoverArtSearchResult in org.musicontroller.service
 

Methods in org.musicontroller.service that return types with arguments of type CoverArtSearchResult
 java.util.Collection<CoverArtSearchResult> McServiceImpl.getCoverArtList(Playlist playlist)
           
 java.util.Collection<CoverArtSearchResult> McService.getCoverArtList(Playlist playlist)
          Returns a list of available cover art for the playlist.
 java.util.Collection<CoverArtSearchResult> McServiceImpl.getCoverArtList(java.lang.String bandName, java.lang.String playlistName)
           
 java.util.Collection<CoverArtSearchResult> McService.getCoverArtList(java.lang.String bandName, java.lang.String playlistName)
          Returns a list of available cover art for the named playlist by the named band.
 

Methods in org.musicontroller.service with parameters of type CoverArtSearchResult
 void McServiceImpl.setPlaylistCoverArt(Playlist playlist, CoverArtSearchResult selected)
           
 void McService.setPlaylistCoverArt(Playlist playlist, CoverArtSearchResult selected)
          Use the image in the CoverArtSearchResult to update the coverart for the playlist.
 

Uses of CoverArtSearchResult in org.varienaja.util.coverart
 

Methods in org.varienaja.util.coverart that return types with arguments of type CoverArtSearchResult
 java.util.Collection<CoverArtSearchResult> ICoverArtFinder.findCoverURLs(java.lang.String band, java.lang.String album)
          Searches one or multiple sources for CovereArt-images.
 java.util.Collection<CoverArtSearchResult> CoverArtProcessor.findCoverURLs(java.lang.String band, java.lang.String album)
           
 java.util.List<CoverArtSearchResult> AmazonCoverArtFinder.findCoverURLs(java.lang.String band, java.lang.String albumtitle)
           
 java.util.List<CoverArtSearchResult> AbstractCoverArtFinder.findCoverURLs(java.lang.String band, java.lang.String albumtitle)
           
 java.util.List<CoverArtSearchResult> YahooCoverArtFinder.procesSearchResult(java.io.InputStreamReader in)
           
 java.util.List<CoverArtSearchResult> GoogleCoverArtFinder.procesSearchResult(java.io.InputStreamReader in)
           
abstract  java.util.List<CoverArtSearchResult> AbstractCoverArtFinder.procesSearchResult(java.io.InputStreamReader in)
          Processes the InputStream of the URI from constructSearchURI(), and extracts a list of CoverArtSearchResult objects from it.
 

Methods in org.varienaja.util.coverart with parameters of type CoverArtSearchResult
 int CoverArtSearchResult.compareTo(CoverArtSearchResult test)
           
 java.io.InputStream CoverArtProcessor.getCover(CoverArtSearchResult casr, long id)
           
 



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