org.kuali.kfs.module.purap.service
Interface ElectronicInvoiceItemMappingService
- All Known Implementing Classes:
- ElectronicInvoiceItemMappingServiceImpl
public interface ElectronicInvoiceItemMappingService
This service and its implementation is used by the maintenance page for Electronic Invoice Item Mapping.
getAll
List getAll()
getById
ElectronicInvoiceItemMapping getById(String id)
save
List save(ElectronicInvoiceItemMapping ei)
delete
List delete(String id)
getAllItemTypes
List getAllItemTypes()
getItemTypeByCode
ItemType getItemTypeByCode(String code)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.