public class ElectronicFundTransferStartActionHelper extends Object implements ElectronicFundTransferActionHelper
| Constructor and Description |
|---|
ElectronicFundTransferStartActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ElectronicFundTransferStartActionHelper()
public org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form, org.apache.struts.action.ActionMapping mapping, Map parameterMap, String basePath)
ElectronicFundTransferActionHelperperformAction in interface ElectronicFundTransferActionHelperform - the form that the action is to perform onmapping - the action mappings to return tobasePath - the basePath of the requestorg.kuali.ole.sys.service.ElectronicFundTransferActionHelper#performAction(org.kuali.ole.sys.web.struts.ElectronicFundTransferForm, org.apache.struts.action.ActionMapping, java.util.Map)protected String getNonClaimingLookupUrl(ElectronicFundTransferForm form, String basePath)
protected String getClaimingLookupUrl(ElectronicFundTransferForm form, String basePath)
protected Properties getCommonLookupProperties(ElectronicFundTransferForm form)
protected String getClaimingReturnLocation()
protected String getNonClaimingReturnLocation()
public void setElectronicPaymentClaimingService(ElectronicPaymentClaimingService electronicPaymentClaimingService)
electronicPaymentClaimingService - The electronicPaymentClaimingService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.