public interface EgBillDao
| Modifier and Type | Method and Description |
|---|---|
EgBill |
create(EgBill egBill) |
void |
delete(EgBill egBill) |
List<EgBill> |
findAll() |
EgBill |
findById(Long id,
boolean lock) |
EgBillType |
getBillTypeByCode(String code) |
EgBill |
update(EgBill egBill) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.