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, setDbPlatform
public DebarredVendorMatchDaoOjb()
public DebarredVendorMatch getPreviousVendorExcludeConfirmation(DebarredVendorMatch match)
DebarredVendorMatchDao
getPreviousVendorExcludeConfirmation
in interface DebarredVendorMatchDao
match
- the specified match to compare with.org.kuali.ole.vnd.batch.dataaccess.DebarredVendorMatchDao.getPreviousVendorExcludeConfirmation(org.kuali.ole.vnd.businessobject.DebarredVendorMatch)
public List<VendorDetail> getDebarredVendorsUnmatched()
DebarredVendorMatchDao
getDebarredVendorsUnmatched
in interface DebarredVendorMatchDao
org.kuali.ole.vnd.batch.dataaccess.DebarredVendorMatchDao.getDebarredVendorsUnmatched()
public DebarredVendorMatch getDebarredVendor(int debarredVendorId)
DebarredVendorMatchDao
getDebarredVendor
in interface DebarredVendorMatchDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.