cz.geek.picasa
Class PicasaWeb

java.lang.Object
  extended by cz.geek.picasa.PicasaWeb

public class PicasaWeb
extends Object

This class simplifies using of PicasawebService by providing simple convinient methods.

Author:
martin

Field Summary
static String ALBUM_URL
           
static String PHOTOS_URL
           
protected  com.google.gdata.client.photos.PicasawebService pws
           
 
Constructor Summary
PicasaWeb(com.google.gdata.client.photos.PicasawebService pws)
           
 
Method Summary
protected  PicasaWebException exception(Exception e)
           
 AlbumBean getAlbum(String user, String album)
           
 com.google.gdata.data.photos.AlbumFeed getAlbumFeed(String user, String album)
           
 PhotosBean getPhoto(String user, String album, String photo)
           
 UserBean getUser(String user)
           
 UserBean getUser(String user, Visibility visibility)
           
 com.google.gdata.data.photos.UserFeed getUserFeed(String user, Visibility visibility)
           
 PhotosBean photo(com.google.gdata.data.photos.AlbumFeed albumFeed, String photo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALBUM_URL

public static final String ALBUM_URL
See Also:
Constant Field Values

PHOTOS_URL

public static final String PHOTOS_URL
See Also:
Constant Field Values

pws

protected com.google.gdata.client.photos.PicasawebService pws
Constructor Detail

PicasaWeb

public PicasaWeb(com.google.gdata.client.photos.PicasawebService pws)
Method Detail

exception

protected PicasaWebException exception(Exception e)

getUserFeed

public com.google.gdata.data.photos.UserFeed getUserFeed(String user,
                                                         Visibility visibility)

getUser

public UserBean getUser(String user)

getUser

public UserBean getUser(String user,
                        Visibility visibility)

getAlbumFeed

public com.google.gdata.data.photos.AlbumFeed getAlbumFeed(String user,
                                                           String album)

getAlbum

public AlbumBean getAlbum(String user,
                          String album)

photo

public PhotosBean photo(com.google.gdata.data.photos.AlbumFeed albumFeed,
                        String photo)

getPhoto

public PhotosBean getPhoto(String user,
                           String album,
                           String photo)


Copyright © 2010. All Rights Reserved.