cz.geek.picasa
Class PicasaWeb
java.lang.Object
cz.geek.picasa.PicasaWeb
public class PicasaWeb
- extends Object
This class simplifies using of PicasawebService by providing simple convinient methods.
- Author:
- martin
|
Constructor Summary |
PicasaWeb(com.google.gdata.client.photos.PicasawebService pws)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PicasaWeb
public PicasaWeb(com.google.gdata.client.photos.PicasawebService pws)
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.