|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElectronicInvoiceItemMappingDao
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 a ElectronicInvoiceItemMapping. |
Method Detail |
---|
void save(ElectronicInvoiceItemMapping row)
row
- ElectronicInvoiceItemMapping to saveList getAll()
ElectronicInvoiceItemMapping getById(String id)
id
- the id to lookupElectronicInvoiceItemMapping getByUniqueKeys(Integer headerId, Integer detailId, String invoiceTypeCode)
headerId
- the vendorHeaderGeneratedIddetailId
- the vendorDetailAssignedIdinvoiceTypeCode
- the electronicInvoiceTypeCode
void delete(ElectronicInvoiceItemMapping row)
row
- List getAllItemTypes()
ItemType getItemTypeByCode(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |