org.kuali.kfs.pdp.batch.service.impl
Class ProcessPdpCancelPaidServiceImpl

java.lang.Object
  extended by org.kuali.kfs.pdp.batch.service.impl.ProcessPdpCancelPaidServiceImpl
All Implemented Interfaces:
ProcessPdpCancelPaidService

@Transactional
public class ProcessPdpCancelPaidServiceImpl
extends Object
implements ProcessPdpCancelPaidService

Implementation of ProcessPdpCancelPaidService


Constructor Summary
ProcessPdpCancelPaidServiceImpl()
           
 
Method Summary
 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.kns.service.DateTimeService dts)
           
 void setDvExtractService(DisbursementVoucherExtractService dvExtractService)
          Sets the dvExtractService attribute value.
 void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
           
 void setPaymentDetailService(PaymentDetailService paymentDetailService)
           
 void setPaymentGroupService(PaymentGroupService paymentGroupService)
           
 void setPurchasingAccountsPayableModuleService(PurchasingAccountsPayableModuleService purchasingAccountsPayableModuleService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessPdpCancelPaidServiceImpl

public ProcessPdpCancelPaidServiceImpl()
Method Detail

processPdpCancels

public void processPdpCancels()
Description copied from interface: ProcessPdpCancelPaidService
Update Payment Requests that were canceled in PDP

Specified by:
processPdpCancels in interface ProcessPdpCancelPaidService
See Also:
org.kuali.kfs.module.purap.service.ProcessPdpCancelPaidService#processPdpCancels()

processPdpPaids

public void processPdpPaids()
Description copied from interface: ProcessPdpCancelPaidService
Update Payment Requests that were paid in PDP

Specified by:
processPdpPaids in interface ProcessPdpCancelPaidService
See Also:
org.kuali.kfs.module.purap.service.ProcessPdpCancelPaidService#processPdpPaids()

processPdpCancelsAndPaids

public void processPdpCancelsAndPaids()
Description copied from interface: ProcessPdpCancelPaidService
Update Payment Requests that were canceled or paid in PDP

Specified by:
processPdpCancelsAndPaids in interface ProcessPdpCancelPaidService
See Also:
org.kuali.kfs.module.purap.service.ProcessPdpCancelPaidService#processPdpCancelsAndPaids()

setPaymentDetailService

public void setPaymentDetailService(PaymentDetailService paymentDetailService)

setPaymentGroupService

public void setPaymentGroupService(PaymentGroupService paymentGroupService)

setParameterService

public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)

setPurchasingAccountsPayableModuleService

public void setPurchasingAccountsPayableModuleService(PurchasingAccountsPayableModuleService purchasingAccountsPayableModuleService)

setDateTimeService

public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dts)

setDvExtractService

public void setDvExtractService(DisbursementVoucherExtractService dvExtractService)
Sets the dvExtractService attribute value.

Parameters:
dvExtractService - The dvExtractService to set.


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