public class ElectronicFundTransferRefreshActionHelper extends Object implements ElectronicFundTransferActionHelper
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTION_NAME |
protected static String |
BASIC_FORWARD |
protected org.kuali.rice.kns.lookup.LookupResultsService |
lookupResultsService |
protected static String |
PORTAL_FORWARD |
| Constructor and Description |
|---|
ElectronicFundTransferRefreshActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ElectronicPaymentClaim> |
getClaimedPayments(org.kuali.rice.kim.api.identity.Person currentUser,
String lookupResultsSequenceNumber)
Gets the selected electronic payment claim records from the LookupResults service
|
org.apache.struts.action.ActionForward |
performAction(ElectronicFundTransferForm form,
org.apache.struts.action.ActionMapping mapping,
Map params,
String basePath)
Performs a web controller action
|
void |
setDataDictonaryService(org.kuali.rice.kns.service.DataDictionaryService ddService)
Sets the ddService attribute value.
|
void |
setElectronicPaymentClaimingService(ElectronicPaymentClaimingService electronicPaymentClaimingService)
Sets the electronicPaymentClaimingService attribute value.
|
void |
setLookupResultsService(org.kuali.rice.kns.lookup.LookupResultsService lookupResultsService)
Sets the lookupResultsService attribute value.
|
protected org.kuali.rice.kns.lookup.LookupResultsService lookupResultsService
protected static final String BASIC_FORWARD
protected static final String ACTION_NAME
protected static final String PORTAL_FORWARD
public ElectronicFundTransferRefreshActionHelper()
public org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form, org.apache.struts.action.ActionMapping mapping, Map params, 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.rice.kns.web.struts.form.KualiForm, org.apache.struts.action.ActionMapping)protected List<ElectronicPaymentClaim> getClaimedPayments(org.kuali.rice.kim.api.identity.Person currentUser, String lookupResultsSequenceNumber)
currentUser - the claiming userlookupResultsSequenceNumber - the parameter for the lookup results sequence numberpublic void setElectronicPaymentClaimingService(ElectronicPaymentClaimingService electronicPaymentClaimingService)
electronicPaymentClaimingService - The electronicPaymentClaimingService to set.public void setDataDictonaryService(org.kuali.rice.kns.service.DataDictionaryService ddService)
ddService - The ddService to set.public void setLookupResultsService(org.kuali.rice.kns.lookup.LookupResultsService lookupResultsService)
lookupResultsService - The lookupResultsService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.