Modifier and Type | Method and Description |
---|---|
ElectronicInvoiceItemMapping |
ElectronicInvoiceItemMappingDao.getById(String id)
Get an ElectronicInvoiceItemMapping by primary key.
|
ElectronicInvoiceItemMapping |
ElectronicInvoiceItemMappingDao.getByUniqueKeys(Integer headerId,
Integer detailId,
String invoiceTypeCode)
Get an ElectronicInvoiceItemMapping based on the 3 unique keys.
|
Modifier and Type | Method and Description |
---|---|
void |
ElectronicInvoiceItemMappingDao.delete(ElectronicInvoiceItemMapping row)
Delete a ElectronicInvoiceItemMapping.
|
Modifier and Type | Method and Description |
---|---|
ElectronicInvoiceItemMapping |
ElectronicInvoiceItemMappingDaoOjb.getById(String id)
Get an ElectronicInvoiceItemMapping by primary key.
|
ElectronicInvoiceItemMapping |
ElectronicInvoiceItemMappingDaoOjb.getByUniqueKeys(Integer headerId,
Integer detailId,
String invoiceTypeCode) |
Modifier and Type | Method and Description |
---|---|
void |
ElectronicInvoiceItemMappingDaoOjb.delete(ElectronicInvoiceItemMapping row)
Delete a ElectronicInvoiceItemMapping.
|
Modifier and Type | Method and Description |
---|---|
ElectronicInvoiceItemMapping |
ElectronicInvoiceItemMappingService.getById(String id) |
Modifier and Type | Method and Description |
---|---|
List |
ElectronicInvoiceItemMappingService.save(ElectronicInvoiceItemMapping ei) |
Modifier and Type | Method and Description |
---|---|
ElectronicInvoiceItemMapping |
ElectronicInvoiceItemMappingServiceImpl.getById(String id) |
ElectronicInvoiceItemMapping |
ElectronicInvoiceOrderHolder.getInvoiceItemMapping(String invoiceItemTypeCode) |
ElectronicInvoiceItemMapping[] |
ElectronicInvoiceOrderHolder.getInvoiceItemTypeMappings() |
ElectronicInvoiceItemMapping |
ElectronicInvoiceItemHolder.getItemMapping(String invoiceItemTypeCode) |
Modifier and Type | Method and Description |
---|---|
List |
ElectronicInvoiceItemMappingServiceImpl.save(ElectronicInvoiceItemMapping ei) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.