Package | Description |
---|---|
org.kuali.ole.vnd.batch.dataaccess | |
org.kuali.ole.vnd.businessobject.lookup |
Modifier and Type | Method and Description |
---|---|
DebarredVendorMatch |
DebarredVendorMatchDao.getDebarredVendor(int debarredVendorId)
This method returns a particular debarred vendor match, given the debarred vendor id
|
DebarredVendorMatch |
DebarredVendorMatchDaoOjb.getDebarredVendor(int debarredVendorId) |
DebarredVendorMatch |
DebarredVendorMatchDao.getPreviousVendorExcludeConfirmation(DebarredVendorMatch match)
If the exact same match already exists in the Vendor exclude match table, this
method will find that match and return
|
DebarredVendorMatch |
DebarredVendorMatchDaoOjb.getPreviousVendorExcludeConfirmation(DebarredVendorMatch match) |
Modifier and Type | Method and Description |
---|---|
List<DebarredVendorMatch> |
DebarredVendorDao.match()
Match the vendors excluded in EPLS with the active vendors in EPIC based on their names, aliases, and addresses.
|
List<DebarredVendorMatch> |
DebarredVendorDaoJdbc.match() |
Modifier and Type | Method and Description |
---|---|
protected long |
DebarredVendorDaoJdbc.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.
|
DebarredVendorMatch |
DebarredVendorMatchDao.getPreviousVendorExcludeConfirmation(DebarredVendorMatch match)
If the exact same match already exists in the Vendor exclude match table, this
method will find that match and return
|
DebarredVendorMatch |
DebarredVendorMatchDaoOjb.getPreviousVendorExcludeConfirmation(DebarredVendorMatch match) |
Modifier and Type | Method and Description |
---|---|
protected String |
VendorExclusionLookupableHelperServiceImpl.getVendorInquiryUrl(DebarredVendorMatch match) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.