jim.pums.actions
Class PumsBaseAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by jim.util.struts.JimBaseAction
          extended by jim.pums.actions.PumsBaseAction
Direct Known Subclasses:
AddProject, CalcMarkAction, CalculateMark, ConfirmMark, EditContactAction, ExaminerMarkerAssign, GenFormAction, GetStudent, GetUser, ListIdeaAction, LoadEnterMarkForm, LoadMarkForm, MailFormAction, MarkerAssign, ModerateFeedback, ModerateFeedbackSubmit, ModeratorAssign, MyContactsAction, ProjIdeaAction, Recon2, Recon3, ReconcilliationForm, ReconcilliationFormSubmit, RegisterAction, RegisterProject, SaveContactAction, ShowAllocations, ShowIdeaAction, StudentMarks, StudentViewProject, SubmitMark, SupervisorAssign, ThirdMarkerAssign, ViewAudit, ViewMark, ViewProject

public abstract class PumsBaseAction
extends jim.util.struts.JimBaseAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
PumsBaseAction()
          Creates a new instance of PumsBaseAction
 
Method Summary
protected  PumsApp createApplication()
           
 org.apache.struts.action.ActionForward doExecute(jim.util.struts.StrutsUtils su)
           
abstract  org.apache.struts.action.ActionForward doPumsExecute(jim.util.struts.StrutsUtils su)
           
 
Methods inherited from class jim.util.struts.JimBaseAction
execute, getApplication, isRoleOK
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PumsBaseAction

public PumsBaseAction()
Creates a new instance of PumsBaseAction

Method Detail

createApplication

protected PumsApp createApplication()
Specified by:
createApplication in class jim.util.struts.JimBaseAction

doExecute

public final org.apache.struts.action.ActionForward doExecute(jim.util.struts.StrutsUtils su)
                                                       throws java.io.IOException,
                                                              javax.servlet.ServletException,
                                                              jim.common.JimFatalException
Specified by:
doExecute in class jim.util.struts.JimBaseAction
Throws:
java.io.IOException
javax.servlet.ServletException
jim.common.JimFatalException

doPumsExecute

public abstract org.apache.struts.action.ActionForward doPumsExecute(jim.util.struts.StrutsUtils su)
                                                              throws java.io.IOException,
                                                                     javax.servlet.ServletException,
                                                                     jim.common.JimFatalException
Throws:
java.io.IOException
javax.servlet.ServletException
jim.common.JimFatalException