public interface VendorExcludeService
| Modifier and Type | Method and Description | 
|---|---|
| void | confirmDebarredVendor(int debarredVendorId)This method confirms the debarred vendor match record, as a debarred vendor in the DB. | 
| void | denyDebarredVendor(int debarredVendorId)This method denies the debarred vendor match record in the DB. | 
| List<VendorDetail> | getDebarredVendorsUnmatched()This method returns the already debarred vendors in the system, which are not matched with the EPLS excluded vendors. | 
| boolean | loadEplsFile()This method loads the epls file, retrieves and saves debarred vendors to a temp table in DB. | 
| boolean | matchVendors()This method retrieves the debarred vendors and match with the vendors in the system. | 
| void | purgeOldVendorRecords()This method purges the existing vendor records in MT table. | 
boolean loadEplsFile()
boolean matchVendors()
void purgeOldVendorRecords()
List<VendorDetail> getDebarredVendorsUnmatched()
void confirmDebarredVendor(int debarredVendorId)
void denyDebarredVendor(int debarredVendorId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.