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

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

public class ElectronicFundTransferRefreshActionHelper
extends Object
implements ElectronicFundTransferActionHelper

Represents a web action that occurs when a user returns a bunch of selected claims and redirects to the electronic funds transfer "claimng" page


Field Summary
protected static String ACTION_NAME
           
protected static String BASIC_FORWARD
           
protected static String PORTAL_FORWARD
           
 
Constructor Summary
ElectronicFundTransferRefreshActionHelper()
           
 
Method Summary
protected  List<ElectronicPaymentClaim> getClaimedPayments(org.kuali.rice.kim.bo.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASIC_FORWARD

protected static final String BASIC_FORWARD
See Also:
Constant Field Values

ACTION_NAME

protected static final String ACTION_NAME
See Also:
Constant Field Values

PORTAL_FORWARD

protected static final String PORTAL_FORWARD
See Also:
Constant Field Values
Constructor Detail

ElectronicFundTransferRefreshActionHelper

public ElectronicFundTransferRefreshActionHelper()
Method Detail

performAction

public org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form,
                                                            org.apache.struts.action.ActionMapping mapping,
                                                            Map params,
                                                            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.rice.kns.web.struts.form.KualiForm, org.apache.struts.action.ActionMapping)

getClaimedPayments

protected List<ElectronicPaymentClaim> getClaimedPayments(org.kuali.rice.kim.bo.Person currentUser,
                                                          String lookupResultsSequenceNumber)
Gets the selected electronic payment claim records from the LookupResults service

Parameters:
currentUser - the claiming user
lookupResultsSequenceNumber - the parameter for the lookup results sequence number
Returns:
a list of claims

setElectronicPaymentClaimingService

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

Parameters:
electronicPaymentClaimingService - The electronicPaymentClaimingService to set.

setDataDictonaryService

public void setDataDictonaryService(org.kuali.rice.kns.service.DataDictionaryService ddService)
Sets the ddService attribute value.

Parameters:
ddService - The ddService to set.


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