org.sakaiproject.tool.assessment.services.shared
Class TypeService

java.lang.Object
  extended by org.sakaiproject.tool.assessment.services.shared.TypeService

public class TypeService
extends Object

The QuestionPoolService calls the service locator to reach the manager on the back end.

Author:
Rachel Gollub

Constructor Summary
TypeService()
          Creates a new QuestionPoolService object.
 
Method Summary
 List getFacadeItemTypes()
           
 List getFacadeListByAuthorityDomain(String authority, String domain)
           
 List getListByAuthorityDomain(String authority, String domain)
           
 TypeFacade getTypeById(String typeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeService

public TypeService()
Creates a new QuestionPoolService object.

Method Detail

getTypeById

public TypeFacade getTypeById(String typeId)

getFacadeListByAuthorityDomain

public List getFacadeListByAuthorityDomain(String authority,
                                           String domain)

getListByAuthorityDomain

public List getListByAuthorityDomain(String authority,
                                     String domain)

getFacadeItemTypes

public List getFacadeItemTypes()


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