org.sakaiproject.tool.assessment.ui.listener.delivery
Class BeginDeliveryActionListener

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

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

Title: Samigo

Purpose: this module handles the beginning of the assessment

Description: Sakai Assessment Manager

Version:
$Id: BeginDeliveryActionListener.java 101758 2011-12-14 18:14:10Z ktsao@stanford.edu $
Author:
Ed Smiley

Constructor Summary
BeginDeliveryActionListener()
           
 
Method Summary
 void populateBeanFromPub(DeliveryBean delivery, PublishedAssessmentFacade pubAssessment)
          This takes the published assessment information and puts it in the delivery bean.
 void processAction(javax.faces.event.ActionEvent ae)
          ACTION.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeginDeliveryActionListener

public BeginDeliveryActionListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent ae)
                   throws javax.faces.event.AbortProcessingException
ACTION.

Specified by:
processAction in interface javax.faces.event.ActionListener
Parameters:
ae -
Throws:
javax.faces.event.AbortProcessingException

populateBeanFromPub

public void populateBeanFromPub(DeliveryBean delivery,
                                PublishedAssessmentFacade pubAssessment)
This takes the published assessment information and puts it in the delivery bean. This is primarily the information that needs to be set up for the begin assessment page. Additional properties will be set when the student elects to begin taking assessment.

Parameters:
delivery -
pubAssessment -


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