org.kuali.kfs.sys.service
Interface ElectronicFundTransferActionHelper

All Known Implementing Classes:
ElectronicFundTransferCancelActionHelper, ElectronicFundTransferClaimActionHelper, ElectronicFundTransferRefreshActionHelper, ElectronicFundTransferStartActionHelper

public interface ElectronicFundTransferActionHelper

This represents one "controller" action performed by the ElectronicFundTransfer Action


Method Summary
 org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form, org.apache.struts.action.ActionMapping mapping, Map parameterMap, String basePath)
          Performs a web controller action
 

Method Detail

performAction

org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form,
                                                     org.apache.struts.action.ActionMapping mapping,
                                                     Map parameterMap,
                                                     String basePath)
Performs a web controller action

Parameters:
form - the form that the action is to perform on
mapping - the action mappings to return to
paramMap - the map of parameters from the request
basePath - the basePath of the request
Returns:
the ActionForward that represents where the controller should next redirect to


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.