| Package | Description |
|---|---|
| org.nuiton.topiatest |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBillTopiaDao<E extends Bill> |
class |
GeneratedBillTopiaDao<E extends Bill> |
| Modifier and Type | Class and Description |
|---|---|
class |
BillAbstract |
class |
BillImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Bill> |
StoreAbstract.companyBill
Nom de l'attribut en BD : company
|
protected Collection<Bill> |
CompanyAbstract.storeBill
Nom de l'attribut en BD : store
|
| Modifier and Type | Method and Description |
|---|---|
Bill |
CompanyAbstract.getStoreBill(Store store) |
Bill |
Company.getStoreBill(Store store) |
Bill |
CompanyAbstract.getStoreBillByTopiaId(String topiaId) |
Bill |
Company.getStoreBillByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Bill> |
CompanyAbstract.getStoreBill() |
Collection<Bill> |
Company.getStoreBill() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyAbstract.addStoreBill(Bill storeBill) |
void |
Company.addStoreBill(Bill storeBill) |
void |
CompanyAbstract.removeStoreBill(Bill storeBill) |
void |
Company.removeStoreBill(Bill storeBill) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyAbstract.addAllStoreBill(Collection<Bill> storeBill) |
void |
Company.addAllStoreBill(Collection<Bill> storeBill) |
void |
CompanyAbstract.setStoreBill(Collection<Bill> storeBill) |
void |
Company.setStoreBill(Collection<Bill> storeBill) |
Copyright © 2004–2013 CodeLutin. All rights reserved.