RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.social.gplus
Class GooglePlusBean

java.lang.Object
  extended by org.richfaces.photoalbum.social.gplus.GooglePlusBean
All Implemented Interfaces:
Serializable

@Named
@SessionScoped
public class GooglePlusBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GooglePlusBean()
           
 
Method Summary
 String getName()
           
 List<String> getUserAlbumIds()
           
 List<org.richfaces.json.JSONObject> getUserAlbums()
           
 String getUserId()
           
 org.richfaces.json.JSONObject getUserInfo()
           
 void setUserAlbumsJSON(String albumJson)
           
 void setUserInfoJSON(String userJson)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GooglePlusBean

public GooglePlusBean()
Method Detail

setUserInfoJSON

public void setUserInfoJSON(String userJson)

getUserInfo

public org.richfaces.json.JSONObject getUserInfo()

getUserId

public String getUserId()

getName

public String getName()

getUserAlbums

public List<org.richfaces.json.JSONObject> getUserAlbums()

setUserAlbumsJSON

public void setUserAlbumsJSON(String albumJson)

getUserAlbumIds

public List<String> getUserAlbumIds()

RichFaces Photoalbum 4.3.5.Final

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