org.appfuse.webapp.action
Class EducationAction
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.DispatchAction
org.apache.struts.actions.LookupDispatchAction
org.appfuse.webapp.action.BaseAction
org.appfuse.webapp.action.EducationAction
- public final class EducationAction
- extends BaseAction
Implementation of Action that interacts with the EducationForm and retrieves values. It interacts with the ResumeManager to retrieve/persist values to the database.
View Source
- Version:
- $Revision: 1.1 $ $Date: 2004/03/31 13:04:24 $
- Author:
- Matt Raible
| Fields inherited from class org.apache.struts.action.Action |
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY |
|
Method Summary |
ActionForward |
delete(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
|
ActionForward |
edit(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
|
ActionForward |
save(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
|
ActionForward |
search(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
|
ActionForward |
setupList(ActionMapping mapping,
HttpServletRequest request,
String resumeId)
|
| Methods inherited from class org.appfuse.webapp.action.BaseAction |
cancelled, checkSsl, convert, convertDates, convertLists, execute, getActionForm, getBean, getErrors, getKeyMethodMap, getLookupMapName, getMessages, getMethodName, getResumeId, getUser, removeFormBean, updateFormBean |
| Methods inherited from class org.apache.struts.action.Action |
execute, generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EducationAction
public EducationAction()
edit
public ActionForward edit(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Throws:
Exception
delete
public ActionForward delete(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Throws:
Exception
save
public ActionForward save(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Throws:
Exception
search
public ActionForward search(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Throws:
Exception
setupList
public ActionForward setupList(ActionMapping mapping,
HttpServletRequest request,
String resumeId)
throws Exception
- Throws:
Exception
Copyright © 2002-2004