org.sakaiproject.tool.assessment.facade.authz
Class FunctionIteratorFacade
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionIteratorFacade
public FunctionIteratorFacade(Collection functions)
throws DataFacadeException
- Throws:
DataFacadeException
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.