org.richfaces.photoalbum.social.gplus
Class GooglePlusAlbumCache
java.lang.Object
org.richfaces.photoalbum.social.gplus.GooglePlusAlbumCache
@Named
@ApplicationScoped
public class GooglePlusAlbumCache
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GooglePlusAlbumCache
public GooglePlusAlbumCache()
storeAlbums
public void storeAlbums(List<org.richfaces.json.JSONObject> albumsList)
storeAlbums
public void storeAlbums(List<org.richfaces.json.JSONObject> albumsList,
boolean rewrite)
setAlbumImages
public void setAlbumImages(String imagesArray)
getAlbum
public org.richfaces.json.JSONObject getAlbum(String albumId)
getImagesOfAlbum
public Map<String,org.richfaces.json.JSONObject> getImagesOfAlbum(String albumId)
getAlbums
public List<org.richfaces.json.JSONObject> getAlbums(List<String> albumIds)
getCurrentAlbumId
public String getCurrentAlbumId()
setCurrentAlbumId
public void setCurrentAlbumId(String currentAlbumId)
getCurrentImageId
public String getCurrentImageId()
setCurrentImageId
public void setCurrentImageId(String currentImageId)
getCurrentAlbum
public org.richfaces.json.JSONObject getCurrentAlbum()
getCurrentImages
public List<org.richfaces.json.JSONObject> getCurrentImages()
getCurrentImage
public org.richfaces.json.JSONObject getCurrentImage()
getAllImages
public List<org.richfaces.json.JSONObject> getAllImages()
isAlbumLoaded
public boolean isAlbumLoaded(String albumId)
setAlbumAndImages
public void setAlbumAndImages(String aiJson)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.