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, setDbPlatform
getSimpleJdbcTemplate, initTemplateConfig
public DebarredVendorDaoJdbc()
public List<DebarredVendorMatch> match()
DebarredVendorDao
match
in interface DebarredVendorDao
protected 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–2015 The Kuali Foundation. All rights reserved.