public interface DebarredVendorMatchDao
Modifier and Type | Method and Description |
---|---|
DebarredVendorMatch |
getDebarredVendor(int debarredVendorId)
This method returns a particular debarred vendor match, given the debarred vendor id
|
List<VendorDetail> |
getDebarredVendorsUnmatched()
This method returns the list of already debarred vendors in the system, but unmatched with
EPLS exclude vendors
|
DebarredVendorMatch |
getPreviousVendorExcludeConfirmation(DebarredVendorMatch match)
If the exact same match already exists in the Vendor exclude match table, this
method will find that match and return
|
DebarredVendorMatch getPreviousVendorExcludeConfirmation(DebarredVendorMatch match)
match
- the specified match to compare with.List<VendorDetail> getDebarredVendorsUnmatched()
DebarredVendorMatch getDebarredVendor(int debarredVendorId)
debarred
- vendor idCopyright © 2004–2015 The Kuali Foundation. All rights reserved.