@Transactional public class ProcessPdpCancelPaidServiceImpl extends Object implements ProcessPdpCancelPaidService
| Modifier and Type | Field and Description |
|---|---|
protected org.kuali.rice.core.api.datetime.DateTimeService |
dateTimeService |
protected DisbursementVoucherExtractService |
dvExtractService |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
parameterService |
protected PaymentDetailService |
paymentDetailService |
protected PaymentGroupService |
paymentGroupService |
protected PurchasingAccountsPayableModuleService |
purchasingAccountsPayableModuleService |
| Constructor and Description |
|---|
ProcessPdpCancelPaidServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
processPdpCancels()
Update Payment Requests that were canceled in PDP
|
void |
processPdpCancelsAndPaids()
Update Payment Requests that were canceled or paid in PDP
|
void |
processPdpPaids()
Update Payment Requests that were paid in PDP
|
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts) |
void |
setDvExtractService(DisbursementVoucherExtractService dvExtractService)
Sets the dvExtractService attribute value.
|
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
void |
setPaymentDetailService(PaymentDetailService paymentDetailService) |
void |
setPaymentGroupService(PaymentGroupService paymentGroupService) |
void |
setPurchasingAccountsPayableModuleService(PurchasingAccountsPayableModuleService purchasingAccountsPayableModuleService) |
protected PaymentGroupService paymentGroupService
protected PaymentDetailService paymentDetailService
protected org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService
protected org.kuali.rice.core.api.datetime.DateTimeService dateTimeService
protected PurchasingAccountsPayableModuleService purchasingAccountsPayableModuleService
protected DisbursementVoucherExtractService dvExtractService
public ProcessPdpCancelPaidServiceImpl()
public void processPdpCancels()
ProcessPdpCancelPaidServiceprocessPdpCancels in interface ProcessPdpCancelPaidServiceorg.kuali.ole.module.purap.service.ProcessPdpCancelPaidService#processPdpCancels()public void processPdpPaids()
ProcessPdpCancelPaidServiceprocessPdpPaids in interface ProcessPdpCancelPaidServiceorg.kuali.ole.module.purap.service.ProcessPdpCancelPaidService#processPdpPaids()public void processPdpCancelsAndPaids()
ProcessPdpCancelPaidServiceprocessPdpCancelsAndPaids in interface ProcessPdpCancelPaidServiceorg.kuali.ole.module.purap.service.ProcessPdpCancelPaidService#processPdpCancelsAndPaids()public void setPaymentDetailService(PaymentDetailService paymentDetailService)
public void setPaymentGroupService(PaymentGroupService paymentGroupService)
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
public void setPurchasingAccountsPayableModuleService(PurchasingAccountsPayableModuleService purchasingAccountsPayableModuleService)
public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts)
public void setDvExtractService(DisbursementVoucherExtractService dvExtractService)
dvExtractService - The dvExtractService to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.