co.arcs.groove.thresher
Class User.Favorites

java.lang.Object
  extended by co.arcs.groove.thresher.User.Favorites
Enclosing class:
User

public class User.Favorites
extends Object


Constructor Summary
User.Favorites()
           
 
Method Summary
 boolean add(Song song)
           
 List<Song> get()
           
 boolean remove(Song song)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User.Favorites

public User.Favorites()
Method Detail

add

public boolean add(Song song)
            throws IOException,
                   GroovesharkException
Throws:
IOException
GroovesharkException

remove

public boolean remove(Song song)
               throws IOException,
                      GroovesharkException
Throws:
IOException
GroovesharkException

get

public List<Song> get()
               throws IOException,
                      GroovesharkException
Throws:
IOException
GroovesharkException


Copyright © 2014. All rights reserved.