RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.social
Class EventAlbumsHelper

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

@Named
@SessionScoped
public class EventAlbumsHelper
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EventAlbumsHelper()
           
 
Method Summary
 String getFbAlbumIds()
           
 List<ImageHandler> getImages()
           
 String getNextId()
           
 void init(SimpleEvent se)
          Initializes the helper - checks if remote albums are loaded in their caches and prepares list of those that are not
 boolean isAllLoaded()
           
 boolean isEventEmpty()
           
 boolean isFacebookNeedsUpdate()
           
 boolean isGoogleNeedsUpdate()
           
 boolean isPollEnabled()
           
 void loadFBImages()
           
 void loadNext()
           
 void setFacebookNeedsUpdate(boolean facebookNeedsUpdate)
           
 void setFbAlbumIds(String fbAlbumIds)
           
 void setGoogleNeedsUpdate(boolean googleNeedsUpdate)
           
 void setImages(List<ImageHandler> images)
           
 void setPollEnabled(boolean pollEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAlbumsHelper

public EventAlbumsHelper()
Method Detail

init

public void init(@Observes
                 SimpleEvent se)
Initializes the helper - checks if remote albums are loaded in their caches and prepares list of those that are not

Parameters:
se - - event triggered by user selecting an Event to view

loadFBImages

public void loadFBImages()

isEventEmpty

public boolean isEventEmpty()

isAllLoaded

public boolean isAllLoaded()

getNextId

public String getNextId()

loadNext

public void loadNext()

isPollEnabled

public boolean isPollEnabled()

setPollEnabled

public void setPollEnabled(boolean pollEnabled)

getImages

public List<ImageHandler> getImages()

setImages

public void setImages(List<ImageHandler> images)

getFbAlbumIds

public String getFbAlbumIds()

setFbAlbumIds

public void setFbAlbumIds(String fbAlbumIds)

isFacebookNeedsUpdate

public boolean isFacebookNeedsUpdate()

setFacebookNeedsUpdate

public void setFacebookNeedsUpdate(boolean facebookNeedsUpdate)

isGoogleNeedsUpdate

public boolean isGoogleNeedsUpdate()

setGoogleNeedsUpdate

public void setGoogleNeedsUpdate(boolean googleNeedsUpdate)

RichFaces Photoalbum 4.3.5.Final

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