public class QuestionScoreUpdateListener extends Object implements javax.faces.event.ActionListener
This handles the updating of the Question Score page.
Description: Action Listener Evaluation Updating Question Score front door
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
QuestionScoreUpdateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAction(javax.faces.event.ActionEvent ae)
Standard process action method.
|
boolean |
saveQuestionScores(QuestionScoresBean bean,
TotalScoresBean tbean)
Persist the results from the ActionForm in the question page.
|
public void processAction(javax.faces.event.ActionEvent ae)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerae - ActionEventjavax.faces.event.AbortProcessingExceptionpublic boolean saveQuestionScores(QuestionScoresBean bean, TotalScoresBean tbean)
bean - QuestionScoresBean beanCopyright © 2005-2014 Sakai Project. All Rights Reserved.