public class DebarredVendorDaoJdbc extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc implements DebarredVendorDao
| Constructor and Description | 
|---|
| DebarredVendorDaoJdbc() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | compare(String fieldl,
              String fieldr,
              boolean useLike) | 
| protected String | filter(String field,
            String charset) | 
| DebarredVendorMatchDao | getDebarredVendorMatchDao()Gets the debarredVendorMatchDao attribute. | 
| protected long | getMatchAddressId(DebarredVendorMatch match)Gets the addressGeneratedId of the vendor address that matches best with the address of the
 EPLS debarred vendor in the specified vendor exclude match. | 
| VendorService | getVendorService()Gets the vendorService attribute. | 
| List<DebarredVendorMatch> | match()Match the vendors excluded in EPLS with the active vendors in EPIC based on their names, aliases, and addresses. | 
| void | setDebarredVendorMatchDao(DebarredVendorMatchDao debarredVendorMatchDao)Sets the debarredVendorMatchDao attribute value. | 
| void | setVendorService(VendorService vendorService)Sets the vendorService attribute value. | 
getDbPlatform, setDbPlatformgetSimpleJdbcTemplate, initTemplateConfigpublic DebarredVendorDaoJdbc()
public List<DebarredVendorMatch> match()
DebarredVendorDaomatch in interface DebarredVendorDaoprotected long getMatchAddressId(DebarredVendorMatch match)
public VendorService getVendorService()
public void setVendorService(VendorService vendorService)
vendorService - The vendorService to set.public DebarredVendorMatchDao getDebarredVendorMatchDao()
public void setDebarredVendorMatchDao(DebarredVendorMatchDao debarredVendorMatchDao)
debarredVendorMatchDao - The debarredVendorMatchDao to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.