RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.social.gplus
Class GooglePlusAlbumCache

java.lang.Object
  extended by org.richfaces.photoalbum.social.gplus.GooglePlusAlbumCache

@Named
@ApplicationScoped
public class GooglePlusAlbumCache
extends Object


Constructor Summary
GooglePlusAlbumCache()
           
 
Method Summary
 org.richfaces.json.JSONObject getAlbum(String albumId)
           
 List<org.richfaces.json.JSONObject> getAlbums(List<String> albumIds)
           
 List<org.richfaces.json.JSONObject> getAllImages()
           
 org.richfaces.json.JSONObject getCurrentAlbum()
           
 String getCurrentAlbumId()
           
 org.richfaces.json.JSONObject getCurrentImage()
           
 String getCurrentImageId()
           
 List<org.richfaces.json.JSONObject> getCurrentImages()
           
 Map<String,org.richfaces.json.JSONObject> getImagesOfAlbum(String albumId)
           
 boolean isAlbumLoaded(String albumId)
           
 void setAlbumAndImages(String aiJson)
           
 void setAlbumImages(String imagesArray)
           
 void setCurrentAlbumId(String currentAlbumId)
           
 void setCurrentImageId(String currentImageId)
           
 void storeAlbums(List<org.richfaces.json.JSONObject> albumsList)
           
 void storeAlbums(List<org.richfaces.json.JSONObject> albumsList, boolean rewrite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GooglePlusAlbumCache

public GooglePlusAlbumCache()
Method Detail

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)

RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.