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

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

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

This handles the updating of the Total Score page.

Description: Action Listener Evaluation Updating Total Score front door

Copyright: Copyright (c) 2004

Organization: Sakai Project

Version:
$Id: TotalScoreUpdateListener.java 97129 2011-08-17 16:04:24Z holladay@longsight.com $
Author:
Ed Smiley

Constructor Summary
TotalScoreUpdateListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent ae)
          Standard process action method.
 boolean saveTotalScores(TotalScoresBean bean)
          Persist the results from the ActionForm in the total page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TotalScoreUpdateListener

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

saveTotalScores

public boolean saveTotalScores(TotalScoresBean bean)
Persist the results from the ActionForm in the total page.

Parameters:
bean - TotalScoresBean bean
Returns:
true if successful


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