org.sakaiproject.profile2.tool.dataproviders
Class GalleryImageRandomizedDataProvider

java.lang.Object
  extended by org.sakaiproject.profile2.tool.dataproviders.GalleryImageDataProvider
      extended by org.sakaiproject.profile2.tool.dataproviders.GalleryImageRandomizedDataProvider
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable, org.apache.wicket.markup.repeater.data.IDataProvider<GalleryImage>, org.apache.wicket.model.IDetachable

public class GalleryImageRandomizedDataProvider
extends GalleryImageDataProvider

Extension of GalleryImageDataProvider that retrieves gallery images in randomized order.

Author:
d.b.robinson@lancaster.ac.uk
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sakaiproject.profile2.tool.dataproviders.GalleryImageDataProvider
imageLogic, userUuid
 
Constructor Summary
GalleryImageRandomizedDataProvider(java.lang.String userUuid)
           
 
Method Summary
 java.util.Iterator<GalleryImage> iterator(int first, int count)
           
 
Methods inherited from class org.sakaiproject.profile2.tool.dataproviders.GalleryImageDataProvider
detach, model, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalleryImageRandomizedDataProvider

public GalleryImageRandomizedDataProvider(java.lang.String userUuid)
Method Detail

iterator

public java.util.Iterator<GalleryImage> iterator(int first,
                                                 int count)
Specified by:
iterator in interface org.apache.wicket.markup.repeater.data.IDataProvider<GalleryImage>
Overrides:
iterator in class GalleryImageDataProvider


Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.