org.brickred.socialauth.plugin.twitter
Class AlbumsPluginImpl

java.lang.Object
  extended by org.brickred.socialauth.plugin.twitter.AlbumsPluginImpl
All Implemented Interfaces:
Serializable, AlbumsPlugin, Plugin

public class AlbumsPluginImpl
extends Object
implements AlbumsPlugin, Serializable

Album Plugin implementation for Twitter

Author:
tarun.nagpal
See Also:
Serialized Form

Constructor Summary
AlbumsPluginImpl(ProviderSupport providerSupport)
           
 
Method Summary
 List<Album> getAlbums()
          Returns the list of Album
 ProviderSupport getProviderSupport()
          Retrieves the provider support object.
 void setProviderSupport(ProviderSupport providerSupport)
          Updates the ProviderSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumsPluginImpl

public AlbumsPluginImpl(ProviderSupport providerSupport)
Method Detail

getAlbums

public List<Album> getAlbums()
                      throws Exception
Description copied from interface: AlbumsPlugin
Returns the list of Album

Specified by:
getAlbums in interface AlbumsPlugin
Returns:
list of albums
Throws:
Exception

getProviderSupport

public ProviderSupport getProviderSupport()
Description copied from interface: Plugin
Retrieves the provider support object. provider support object provides the functionality to make OAuth HTTP call for a given provider.

Specified by:
getProviderSupport in interface Plugin
Returns:

setProviderSupport

public void setProviderSupport(ProviderSupport providerSupport)
Description copied from interface: Plugin
Updates the ProviderSupport

Specified by:
setProviderSupport in interface Plugin
Parameters:
providerSupport - provider support object


Copyright © 2013. All Rights Reserved.