org.kuali.kfs.pdp.service
Interface PaymentFileValidationService

All Known Implementing Classes:
PaymentFileValidationServiceImpl

public interface PaymentFileValidationService

Defines validation methods on a payment file.


Method Summary
 void doHardEdits(PaymentFileLoad paymentFile, org.kuali.rice.kns.util.MessageMap errorMap)
          Performs validations that stop the loading of a payment file.
 List<String> doSoftEdits(PaymentFileLoad paymentFile)
          Performs warning checks and setting of default values.
 

Method Detail

doHardEdits

void doHardEdits(PaymentFileLoad paymentFile,
                 org.kuali.rice.kns.util.MessageMap errorMap)
Performs validations that stop the loading of a payment file.

Parameters:
paymentFile - parsed payment file object
errorMap - map of errors encountered

doSoftEdits

List<String> doSoftEdits(PaymentFileLoad paymentFile)
Performs warning checks and setting of default values.

Parameters:
paymentFile - parsed payment file object
Returns:
List of warning messages


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