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
| Constructor and Description |
|---|
StudentScoreUpdateListener() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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 saveStudentScores(StudentScoresBean bean, TotalScoresBean tbean, DeliveryBean delivery)
bean - StudentScoresBean beanpublic void updateAttachment(DeliveryBean delivery)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.