org.sakaiproject.tool.assessment.ui.listener.evaluation
Class StudentScoreListener

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.listener.evaluation.StudentScoreListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class StudentScoreListener
extends Object
implements javax.faces.event.ActionListener

This handles the selection of the Student Score page.

Description: Action Listener for Evaluation Student Score page

Copyright: Copyright (c) 2004

Organization: Sakai Project

Version:
$Id: StudentScoreListener.java 78447 2010-06-08 18:44:01Z ktsao@stanford.edu $
Author:
Rachel Gollub

Constructor Summary
StudentScoreListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent ae)
          Standard process action method.
 boolean studentScores(String publishedId, StudentScoresBean bean, boolean isValueChange)
          This will populate the StudentScoresBean with the data associated with the particular versioned assessment based on the publishedId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentScoreListener

public StudentScoreListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent ae)
                   throws javax.faces.event.AbortProcessingException
Standard process action method.

Specified by:
processAction in interface javax.faces.event.ActionListener
Parameters:
ae - ActionEvent
Throws:
javax.faces.event.AbortProcessingException

studentScores

public boolean studentScores(String publishedId,
                             StudentScoresBean bean,
                             boolean isValueChange)
This will populate the StudentScoresBean with the data associated with the particular versioned assessment based on the publishedId.

Parameters:
publishedId - String
bean - StudentScoresBean
Returns:
boolean


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