| org.kuali.core.web.struts.action.KualiAction org.kuali.module.financial.web.struts.action.DepositWizardAction
DepositWizardAction | public class DepositWizardAction extends KualiAction (Code) | | This class handles actions for the deposit wizard, which is used to create deposits that bundle groupings of Cash Receipt
documents.
|
Method Summary | |
public ActionForward | cancel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This method handles canceling (closing) the deposit wizard. | public boolean | checkEnoughCoinForDeposit(DepositWizardForm depositForm) | public ActionForward | createDeposit(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This method is the action method for creating the new deposit document from the information chosen by the user in the UI. | public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Overrides the parent to validate the document state of the cashManagementDocument which will be updated and redisplayed after
the DepositWizard builds and attaches the new Deposit. | public ActionForward | refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | startWizard(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This method is the starting point for the deposit document wizard. |
cancel | public ActionForward cancel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This method handles canceling (closing) the deposit wizard.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionForward throws: Exception - |
checkEnoughCoinForDeposit | public boolean checkEnoughCoinForDeposit(DepositWizardForm depositForm)(Code) | | Checks that the coin amount requested by the deposit does not exceed the amount actually in the drawer
Parameters: depositForm - the deposit form we are checking against Parameters: detail - the coin detail to check against the drawer true if there is enough coin, false if otherwise |
createDeposit | public ActionForward createDeposit(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code) | | This method is the action method for creating the new deposit document from the information chosen by the user in the UI.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionForward |
execute | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Overrides the parent to validate the document state of the cashManagementDocument which will be updated and redisplayed after
the DepositWizard builds and attaches the new Deposit.
See Also: org.apache.struts.action.Action.execute(org.apache.struts.action.ActionMappingorg.apache.struts.action.ActionFormjavax.servlet.http.HttpServletRequestjavax.servlet.http.HttpServletResponse) |
startWizard | public ActionForward startWizard(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This method is the starting point for the deposit document wizard.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionForward 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)
|
|
|