public interface ElectronicInvoiceItemMappingDao
Modifier and Type | Method and Description |
---|---|
void |
delete(ElectronicInvoiceItemMapping row)
Delete a ElectronicInvoiceItemMapping.
|
List |
getAll()
Get list of all ElectronicInvoiceItemMappings
|
List |
getAllItemTypes()
This method returns a list of all Item Types from the PUR_AP_ITM_TYP_T table
|
ElectronicInvoiceItemMapping |
getById(String id)
Get an ElectronicInvoiceItemMapping by primary key.
|
ElectronicInvoiceItemMapping |
getByUniqueKeys(Integer headerId,
Integer detailId,
String invoiceTypeCode)
Get an ElectronicInvoiceItemMapping based on the 3 unique keys.
|
ItemType |
getItemTypeByCode(String code) |
ElectronicInvoiceItemMapping getById(String id)
id
- the id to lookupElectronicInvoiceItemMapping getByUniqueKeys(Integer headerId, Integer detailId, String invoiceTypeCode)
headerId
- the vendorHeaderGeneratedIddetailId
- the vendorDetailAssignedIdinvoiceTypeCode
- the electronicInvoiceTypeCodevoid delete(ElectronicInvoiceItemMapping row)
row
- List getAllItemTypes()
ItemType getItemTypeByCode(String code)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.