| org.kuali.core.web.struts.action.KualiAction org.kuali.module.financial.web.struts.action.CashManagementStatusAction
CashManagementStatusAction | public class CashManagementStatusAction extends KualiAction (Code) | | Action class for CashManagementStatusForm
|
Method Summary | |
public ActionForward | displayPage(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Displays the status page. | public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | openExisting(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Sends the user to the existing CashManagementDocument. | public ActionForward | returnToIndex(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Returns the user to the index page. |
CashManagementStatusAction | public CashManagementStatusAction()(Code) | | Default constructor
|
displayPage | public ActionForward displayPage(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Displays the status page. When requests get redirected here, I need to reset the form's methodToCall to something nonblank or
the superclass will try to invoke a method which (probably) doesn't exist in this class.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - throws: Exception - |
openExisting | public ActionForward openExisting(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Sends the user to the existing CashManagementDocument.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - throws: Exception - |
returnToIndex | public ActionForward returnToIndex(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Returns the user to the index page.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - throws: Exception - |
Methods inherited from org.kuali.core.web.struts.action.KualiAction | protected void checkAuthorization(ActionForm form, String methodToCall) throws AuthorizationException(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected String getBasePath(HttpServletRequest request)(Code)(Java Doc) protected String getHeaderTabDispatch(HttpServletRequest request)(Code)(Java Doc) protected String getHeaderTabNavigateTo(HttpServletRequest request)(Code)(Java Doc) protected String getImageContext(HttpServletRequest request, String contextKey)(Code)(Java Doc) protected static KualiModuleService getKualiModuleService()(Code)(Java Doc) protected int getLineToDelete(HttpServletRequest request)(Code)(Java Doc) protected String getReturnLocation(HttpServletRequest request, ActionMapping mapping)(Code)(Java Doc) protected int getSelectedLine(HttpServletRequest request)(Code)(Java Doc) protected String getTabToToggle(HttpServletRequest request)(Code)(Java Doc) public ActionForward headerTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward hideAllTabs(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward performLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithInputAgainBecauseOfErrors(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context, String reason, String errorKey, String errorPropertyName, String errorParameter) throws Exception(Code)(Java Doc) protected ActionForward performQuestionWithoutInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionId, String questionText, String questionType, String caller, String context) throws Exception(Code)(Java Doc) public ActionForward performWorkgroupLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward showAllTabs(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward toggleTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
|
|