org.varienaja.comments
Class AmazonCommentService

java.lang.Object
  extended by org.varienaja.comments.AmazonCommentService

public class AmazonCommentService
extends java.lang.Object


Constructor Summary
AmazonCommentService()
           
 
Method Summary
 java.util.List<Comment> getComments(Playlist playlist)
          Queries Amazon for Editorial and Customer Comments, and returns them in the MusiContronner-format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonCommentService

public AmazonCommentService()
Method Detail

getComments

public java.util.List<Comment> getComments(Playlist playlist)
Queries Amazon for Editorial and Customer Comments, and returns them in the MusiContronner-format.

Parameters:
playlist - The playlist to get reviews for.
Returns:
A list of Review-objects


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