public interface PaymentFileValidationService
Modifier and Type | Method and Description |
---|---|
void |
doHardEdits(PaymentFileLoad paymentFile,
org.kuali.rice.krad.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.
|
void doHardEdits(PaymentFileLoad paymentFile, org.kuali.rice.krad.util.MessageMap errorMap)
paymentFile
- parsed payment file objecterrorMap
- map of errors encounteredList<String> doSoftEdits(PaymentFileLoad paymentFile)
paymentFile
- parsed payment file objectList
of warning messagesCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.