org.sakaiproject.tool.assessment.ui.listener.author
Class SavePartListener

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

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

Title: Samigo

2

Description: Sakai Assessment Manager

Version:
$Id: SavePartListener.java 97332 2011-08-23 22:23:15Z ktsao@stanford.edu $
Author:
Ed Smiley

Constructor Summary
SavePartListener()
           
 
Method Summary
 SectionFacade addPart(String assessmentId)
           
 void processAction(javax.faces.event.ActionEvent ae)
           
 boolean validateItemsDrawn(SectionBean sectionBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavePartListener

public SavePartListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent ae)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException

addPart

public SectionFacade addPart(String assessmentId)

validateItemsDrawn

public boolean validateItemsDrawn(SectionBean sectionBean)


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