|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.kfs.module.purap.dataaccess.impl.ElectronicInvoiceItemMappingDaoOjb
public class ElectronicInvoiceItemMappingDaoOjb
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
ElectronicInvoiceItemMappingDaoOjb()
|
Method Summary | |
---|---|
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)
|
void |
save(ElectronicInvoiceItemMapping row)
Save an ElectronicInvoiceItemMapping. |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElectronicInvoiceItemMappingDaoOjb()
Method Detail |
---|
public void save(ElectronicInvoiceItemMapping row)
save
in interface ElectronicInvoiceItemMappingDao
row
- ElectronicInvoiceItemMapping to savepublic 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 electronicInvoiceTypeCode
public 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |