org.sakaiproject.tool.assessment.facade.authz
Class FunctionIteratorFacade

java.lang.Object
  extended by org.sakaiproject.tool.assessment.facade.authz.FunctionIteratorFacade
All Implemented Interfaces:
Serializable, FunctionIteratorIfc

public class FunctionIteratorFacade
extends Object
implements FunctionIteratorIfc

Version:
$Id: FunctionIteratorFacade.java 9273 2006-05-10 22:34:28Z daisyf@stanford.edu $
Author:
Randall P. Embry, Jarrod Lannan
See Also:
Serialized Form

Constructor Summary
FunctionIteratorFacade(Collection functions)
           
 
Method Summary
 boolean hasNextFunction()
           
 FunctionIfc nextFunction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionIteratorFacade

public FunctionIteratorFacade(Collection functions)
                       throws DataFacadeException
Throws:
DataFacadeException
Method Detail

hasNextFunction

public boolean hasNextFunction()
                        throws DataFacadeException
Specified by:
hasNextFunction in interface FunctionIteratorIfc
Throws:
DataFacadeException

nextFunction

public FunctionIfc nextFunction()
                         throws DataFacadeException
Specified by:
nextFunction in interface FunctionIteratorIfc
Throws:
DataFacadeException


Copyright © 2005-2013 Sakai Project. All Rights Reserved.