Uses of Interface
org.nuiton.topiatest.Bill
| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topiatest |
-
Uses of Bill in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Bill Modifier and Type Method Description java.lang.Class<Bill>TopiaTestQueryHelper.BillProperty. getEntityClass() -
Uses of Bill in org.nuiton.topiatest
Classes in org.nuiton.topiatest with type parameters of type Bill Modifier and Type Class Description classBillDAOAbstract<E extends Bill>classBillDAOImpl<E extends Bill>Classes in org.nuiton.topiatest that implement Bill Modifier and Type Class Description classBillAbstractclassBillImplFields in org.nuiton.topiatest with type parameters of type Bill Modifier and Type Field Description protected java.util.Collection<Bill>StoreAbstract. companyBillNom de l'attribut en BD : companyprotected java.util.Collection<Bill>CompanyAbstract. storeBillNom de l'attribut en BD : storeMethods in org.nuiton.topiatest that return Bill Modifier and Type Method Description BillCompany. getStoreBill(Store store)BillCompanyAbstract. getStoreBill(Store store)BillCompany. getStoreBillByTopiaId(java.lang.String topiaId)BillCompanyAbstract. getStoreBillByTopiaId(java.lang.String topiaId)Methods in org.nuiton.topiatest that return types with arguments of type Bill Modifier and Type Method Description java.util.Collection<Bill>Company. getStoreBill()java.util.Collection<Bill>CompanyAbstract. getStoreBill()Methods in org.nuiton.topiatest with parameters of type Bill Modifier and Type Method Description voidCompany. addStoreBill(Bill storeBill)voidCompanyAbstract. addStoreBill(Bill storeBill)voidCompany. removeStoreBill(Bill storeBill)voidCompanyAbstract. removeStoreBill(Bill storeBill)Method parameters in org.nuiton.topiatest with type arguments of type Bill Modifier and Type Method Description voidCompany. addAllStoreBill(java.util.Collection<Bill> storeBill)voidCompanyAbstract. addAllStoreBill(java.util.Collection<Bill> storeBill)voidCompany. setStoreBill(java.util.Collection<Bill> storeBill)voidCompanyAbstract. setStoreBill(java.util.Collection<Bill> storeBill)