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

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

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

This handles the updating of the Student Score page.

Description: Action Listener Evaluation Updating Student Score page

Copyright: Copyright (c) 2004

Organization: Sakai Project

Version:
$Id: StudentScoreUpdateListener.java 92666 2011-05-06 00:14:03Z ktsao@stanford.edu $
Author:
Rachel Gollub

Constructor Summary
StudentScoreUpdateListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent ae)
          Standard process action method.
 boolean saveStudentScores(StudentScoresBean bean, TotalScoresBean tbean, DeliveryBean delivery)
          Persist the results from the ActionForm in the student page.
 void updateAttachment(DeliveryBean delivery)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentScoreUpdateListener

public StudentScoreUpdateListener()
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

saveStudentScores

public boolean saveStudentScores(StudentScoresBean bean,
                                 TotalScoresBean tbean,
                                 DeliveryBean delivery)
Persist the results from the ActionForm in the student page.

Parameters:
bean - StudentScoresBean bean
Returns:
true if successful

updateAttachment

public void updateAttachment(DeliveryBean delivery)


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