org.sakaiproject.tool.assessment.facade.authz
Class AuthorizationIteratorFacade
java.lang.Object
org.sakaiproject.tool.assessment.facade.authz.AuthorizationIteratorFacade
- All Implemented Interfaces:
- Serializable, AuthorizationIteratorIfc
public class AuthorizationIteratorFacade
- extends Object
- implements AuthorizationIteratorIfc
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationIteratorFacade
public AuthorizationIteratorFacade(Collection c)
hasNextAuthorization
public boolean hasNextAuthorization()
throws DataFacadeException
- Specified by:
hasNextAuthorization in interface AuthorizationIteratorIfc
- Throws:
DataFacadeException
nextAuthorization
public AuthorizationIfc nextAuthorization()
throws DataFacadeException
- Specified by:
nextAuthorization in interface AuthorizationIteratorIfc
- Throws:
DataFacadeException
Copyright © 2005-2013 Sakai Project. All Rights Reserved.