org.telscenter.pas.service
Class TeacherCommentsService

java.lang.Object
  extended by org.telscenter.pas.service.TeacherCommentsService

public class TeacherCommentsService
extends java.lang.Object

Provides interface for accessing teacher's comments to the student

Version:
$Id: $
Author:
Hiroki Terashima

Constructor Summary
TeacherCommentsService()
           
 
Method Summary
 TeacherComments getTeacherComments(net.sf.sail.core.beans.Pod pod, net.sf.sail.core.entity.IAgent agent)
           
 TeacherComments getTeacherComments(net.sf.sail.core.entity.Rim<java.lang.String> rim, net.sf.sail.core.entity.IAgent agent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeacherCommentsService

public TeacherCommentsService()
Method Detail

getTeacherComments

public TeacherComments getTeacherComments(net.sf.sail.core.entity.Rim<java.lang.String> rim,
                                          net.sf.sail.core.entity.IAgent agent)
Parameters:
rim - the rim to get the comments from
agent -
Returns:
TeacherComments

getTeacherComments

public TeacherComments getTeacherComments(net.sf.sail.core.beans.Pod pod,
                                          net.sf.sail.core.entity.IAgent agent)
Parameters:
pod - the pod to get the comments from
agent -
Returns:
TeacherComments


Copyright © 2004-2008 TELS Center. All Rights Reserved.