org.kuali.kfs.sys.service.impl
Class ElectronicFundTransferCancelActionHelper
java.lang.Object
org.kuali.kfs.sys.service.impl.ElectronicFundTransferCancelActionHelper
- All Implemented Interfaces:
- ElectronicFundTransferActionHelper
public class ElectronicFundTransferCancelActionHelper
- extends Object
- implements ElectronicFundTransferActionHelper
An Electronic Funds Transfer action which simply returns to the portal.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElectronicFundTransferCancelActionHelper
public ElectronicFundTransferCancelActionHelper()
performAction
public org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form,
org.apache.struts.action.ActionMapping mapping,
Map paramsMap,
String basePath)
- Just return to the portal.
- Specified by:
performAction
in interface ElectronicFundTransferActionHelper
- Parameters:
form
- the form that the action is to perform onmapping
- the action mappings to return tobasePath
- the basePath of the request
- Returns:
- the ActionForward that represents where the controller should next redirect to
- See Also:
org.kuali.kfs.sys.service.ElectronicFundTransferActionHelper#performAction(org.kuali.rice.kns.web.struts.form.KualiForm, org.apache.struts.action.ActionMapping)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.