|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.service.impl.ElectronicFundTransferRefreshActionHelper
public class ElectronicFundTransferRefreshActionHelper
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 |
|---|
protected static final String BASIC_FORWARD
protected static final String ACTION_NAME
protected static final String PORTAL_FORWARD
| Constructor Detail |
|---|
public ElectronicFundTransferRefreshActionHelper()
| Method Detail |
|---|
public org.apache.struts.action.ActionForward performAction(ElectronicFundTransferForm form,
org.apache.struts.action.ActionMapping mapping,
Map params,
String basePath)
ElectronicFundTransferActionHelper
performAction in interface ElectronicFundTransferActionHelperform - the form that the action is to perform onmapping - the action mappings to return tobasePath - the basePath of the request
org.kuali.kfs.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.bo.Person currentUser,
String lookupResultsSequenceNumber)
currentUser - the claiming userlookupResultsSequenceNumber - the parameter for the lookup results sequence number
public void setElectronicPaymentClaimingService(ElectronicPaymentClaimingService electronicPaymentClaimingService)
electronicPaymentClaimingService - The electronicPaymentClaimingService to set.public void setDataDictonaryService(org.kuali.rice.kns.service.DataDictionaryService ddService)
ddService - The ddService to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||