org.kuali.kfs.sys.service.impl
Class ElectronicFundTransferStartActionHelper

java.lang.Object
  extended by org.kuali.kfs.sys.service.impl.ElectronicFundTransferStartActionHelper
All Implemented Interfaces:
ElectronicFundTransferActionHelper

public class ElectronicFundTransferStartActionHelper
extends Object
implements ElectronicFundTransferActionHelper

An action for Electronic Fund Transfer that simply redirects to either the claiming or non-claiming lookup.


Constructor Summary
ElectronicFundTransferStartActionHelper()
           
 
Method Summary
protected  String getClaimingLookupUrl(ElectronicFundTransferForm form, String basePath)
           
protected  String getClaimingReturnLocation()
           
protected  Properties getCommonLookupProperties(ElectronicFundTransferForm form)
           
protected  String getNonClaimingLookupUrl(ElectronicFundTransferForm form, String basePath)
           
protected  String getNonClaimingReturnLocation()
           
 org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form, org.apache.struts.action.ActionMapping mapping, Map parameterMap, String basePath)
          Performs a web controller action
 void setElectronicPaymentClaimingService(ElectronicPaymentClaimingService electronicPaymentClaimingService)
          Sets the electronicPaymentClaimingService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElectronicFundTransferStartActionHelper

public ElectronicFundTransferStartActionHelper()
Method Detail

performAction

public org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form,
                                                            org.apache.struts.action.ActionMapping mapping,
                                                            Map parameterMap,
                                                            String basePath)
Description copied from interface: ElectronicFundTransferActionHelper
Performs a web controller action

Specified by:
performAction in interface ElectronicFundTransferActionHelper
Parameters:
form - the form that the action is to perform on
mapping - the action mappings to return to
basePath - 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.kfs.sys.web.struts.ElectronicFundTransferForm, org.apache.struts.action.ActionMapping, java.util.Map)

getNonClaimingLookupUrl

protected String getNonClaimingLookupUrl(ElectronicFundTransferForm form,
                                         String basePath)
Returns:
URL for non-claiming EFT search

getClaimingLookupUrl

protected String getClaimingLookupUrl(ElectronicFundTransferForm form,
                                      String basePath)
Returns:
URL for claiming EFT search

getCommonLookupProperties

protected Properties getCommonLookupProperties(ElectronicFundTransferForm form)
Returns:
a set of Properties common to both claiming and non-claiming lookup

getClaimingReturnLocation

protected String getClaimingReturnLocation()
Returns:
the location where the search should return to for claiming

getNonClaimingReturnLocation

protected String getNonClaimingReturnLocation()
Returns:
the location where the search should return to for non-claiming - ie, the portal!

setElectronicPaymentClaimingService

public void setElectronicPaymentClaimingService(ElectronicPaymentClaimingService electronicPaymentClaimingService)
Sets the electronicPaymentClaimingService attribute value.

Parameters:
electronicPaymentClaimingService - The electronicPaymentClaimingService to set.


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