public class ElectronicInvoiceItemMappingDaoOjb extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport implements ElectronicInvoiceItemMappingDao
| Constructor and Description |
|---|
ElectronicInvoiceItemMappingDaoOjb() |
| 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) |
public ElectronicInvoiceItemMappingDaoOjb()
public List getAll()
getAll in interface ElectronicInvoiceItemMappingDaopublic ElectronicInvoiceItemMapping getByUniqueKeys(Integer headerId, Integer detailId, String invoiceTypeCode)
ElectronicInvoiceItemMappingDaogetByUniqueKeys in interface ElectronicInvoiceItemMappingDaoheaderId - the vendorHeaderGeneratedIddetailId - the vendorDetailAssignedIdinvoiceTypeCode - the electronicInvoiceTypeCodepublic List getAllItemTypes()
ElectronicInvoiceItemMappingDaogetAllItemTypes in interface ElectronicInvoiceItemMappingDaopublic ItemType getItemTypeByCode(String code)
getItemTypeByCode in interface ElectronicInvoiceItemMappingDaopublic ElectronicInvoiceItemMapping getById(String id)
getById in interface ElectronicInvoiceItemMappingDaoid - the id to lookuppublic void delete(ElectronicInvoiceItemMapping row)
delete in interface ElectronicInvoiceItemMappingDaorow - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.