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 ElectronicInvoiceItemMappingDao
public ElectronicInvoiceItemMapping getByUniqueKeys(Integer headerId, Integer detailId, String invoiceTypeCode)
ElectronicInvoiceItemMappingDao
getByUniqueKeys
in interface ElectronicInvoiceItemMappingDao
headerId
- the vendorHeaderGeneratedIddetailId
- the vendorDetailAssignedIdinvoiceTypeCode
- the electronicInvoiceTypeCodepublic List getAllItemTypes()
ElectronicInvoiceItemMappingDao
getAllItemTypes
in interface ElectronicInvoiceItemMappingDao
public ItemType getItemTypeByCode(String code)
getItemTypeByCode
in interface ElectronicInvoiceItemMappingDao
public ElectronicInvoiceItemMapping getById(String id)
getById
in interface ElectronicInvoiceItemMappingDao
id
- the id to lookuppublic void delete(ElectronicInvoiceItemMapping row)
delete
in interface ElectronicInvoiceItemMappingDao
row
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.