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
| Constructor and Description |
|---|
StudentScoreListener() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 studentScores(String publishedId, StudentScoresBean bean, boolean isValueChange)
publishedId - Stringbean - StudentScoresBeanCopyright © 2005-2014 Sakai Project. All Rights Reserved.