Uses of Interface
org.sakaiproject.tool.assessment.business.questionpool.QuestionPool

Packages that use QuestionPool
org.sakaiproject.tool.assessment.business.questionpool   
org.sakaiproject.tool.assessment.osid.questionpool.impl   
 

Uses of QuestionPool in org.sakaiproject.tool.assessment.business.questionpool
 

Methods in org.sakaiproject.tool.assessment.business.questionpool that return QuestionPool
 QuestionPool QuestionPool.getParentPool()
          DOCUMENTATION PENDING
 QuestionPool QuestionPoolIterator.next()
          Return the next pool.
 

Uses of QuestionPool in org.sakaiproject.tool.assessment.osid.questionpool.impl
 

Classes in org.sakaiproject.tool.assessment.osid.questionpool.impl that implement QuestionPool
 class QuestionPoolImpl
          This class implements common methods for accessing a question pool.
 

Methods in org.sakaiproject.tool.assessment.osid.questionpool.impl that return QuestionPool
 QuestionPool QuestionPoolImpl.getParentPool()
           
 QuestionPool QuestionPoolIteratorImpl.next()
          DOCUMENTATION PENDING
 

Methods in org.sakaiproject.tool.assessment.osid.questionpool.impl with parameters of type QuestionPool
 void QuestionPoolImpl.setParentPool(QuestionPool parentPool)
           
 



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