public class DebarredVendorMatchDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements DebarredVendorMatchDao
| Constructor and Description |
|---|
DebarredVendorMatchDaoOjb() |
| 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
|
getDbPlatform, setDbPlatformpublic DebarredVendorMatchDaoOjb()
public DebarredVendorMatch getPreviousVendorExcludeConfirmation(DebarredVendorMatch match)
DebarredVendorMatchDaogetPreviousVendorExcludeConfirmation in interface DebarredVendorMatchDaomatch - the specified match to compare with.org.kuali.ole.vnd.batch.dataaccess.DebarredVendorMatchDao.getPreviousVendorExcludeConfirmation(org.kuali.ole.vnd.businessobject.DebarredVendorMatch)public List<VendorDetail> getDebarredVendorsUnmatched()
DebarredVendorMatchDaogetDebarredVendorsUnmatched in interface DebarredVendorMatchDaoorg.kuali.ole.vnd.batch.dataaccess.DebarredVendorMatchDao.getDebarredVendorsUnmatched()public DebarredVendorMatch getDebarredVendor(int debarredVendorId)
DebarredVendorMatchDaogetDebarredVendor in interface DebarredVendorMatchDaoCopyright © 2004–2015 The Kuali Foundation. All rights reserved.