org.sakaiproject.tool.assessment.services
Class SectionService

java.lang.Object
  extended by org.sakaiproject.tool.assessment.services.SectionService

public class SectionService
extends Object

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


Constructor Summary
SectionService()
          Creates a new SectionService object.
 
Method Summary
 SectionFacade getSection(Long secId, String agentId)
          Get a particular item from the backend, with all questions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionService

public SectionService()
Creates a new SectionService object.

Method Detail

getSection

public SectionFacade getSection(Long secId,
                                String agentId)
Get a particular item from the backend, with all questions.



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