org.scohen.juploadr.uploadapi.flickrrest.photosets
Class GetPhotosetList

java.lang.Object
  extended byorg.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
      extended byorg.scohen.juploadr.uploadapi.flickrrest.photosets.GetPhotosetList
All Implemented Interfaces:
Action

public class GetPhotosetList
extends FlickrMethod


Field Summary
 
Fields inherited from class org.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
client
 
Constructor Summary
GetPhotosetList()
           
 
Method Summary
 boolean execute()
           
 java.util.SortedMap getParams()
           
 java.util.List getPhotoSets()
           
 DefaultFlickrHandler getResponseHandler()
           
 boolean isAuthorized()
           
 
Methods inherited from class org.scohen.juploadr.uploadapi.flickrrest.FlickrMethod
encode, getErrorCode, getMethod, getQueryString, getSignature, parseResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPhotosetList

public GetPhotosetList()
Method Detail

getResponseHandler

public DefaultFlickrHandler getResponseHandler()
Specified by:
getResponseHandler in class FlickrMethod

execute

public boolean execute()
                throws ProtocolException,
                       CommunicationException
Specified by:
execute in interface Action
Overrides:
execute in class FlickrMethod
Throws:
ProtocolException
CommunicationException

getParams

public java.util.SortedMap getParams()
Specified by:
getParams in class FlickrMethod

getPhotoSets

public java.util.List getPhotoSets()

isAuthorized

public boolean isAuthorized()
Specified by:
isAuthorized in class FlickrMethod