|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDispatchAction
com.aurel.track.admin.fields.AdminFieldOptionsAction
public final class AdminFieldOptionsAction
Implementation of DispatchAction that processes
field options edit/delete/add requests. It handles the options
of all build in fields and may be extended to handle all custom
field options as well.
| Constructor Summary | |
|---|---|
AdminFieldOptionsAction()
|
|
| Method Summary | |
|---|---|
ActionForward |
add(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the add request. |
ActionForward |
delete(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the delete request. |
ActionForward |
deleteFinal(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the deleteFinal request. |
ActionForward |
done(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the done request to return to the previous page. |
ActionForward |
edit(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the edit request. |
ActionForward |
load(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the load request. |
ActionForward |
more(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the done request to return to the previous page. |
ActionForward |
moveDown(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the moveDown request. |
ActionForward |
moveUp(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the moveUp request. |
ActionForward |
save(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the save request. |
ActionForward |
submitProjectListType(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the submitProjectListType request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminFieldOptionsAction()
| Method Detail |
|---|
public ActionForward load(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward done(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward more(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward moveUp(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward moveDown(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward add(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) request is called.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward edit(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) request is called.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward save(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
add(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) or save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
operation to the database.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward delete(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
Only after selecting a replacement value the old option value can be
deleted using the deleteFinal(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) method.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward deleteFinal(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward submitProjectListType(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
add(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) or save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
operation to the database.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||