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.


Method Summary
 List delete(String id)
           
 List getAll()
           
 List getAllItemTypes()
           
 ElectronicInvoiceItemMapping getById(String id)
           
 ItemType getItemTypeByCode(String code)
           
 List save(ElectronicInvoiceItemMapping ei)
           
 

Method Detail

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.