Uses of Interface
org.nuiton.topiatest.Bill

Packages that use Bill
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
 Class<Bill> TopiaTestQueryHelper.BillProperty.getEntityClass()
           
 

Uses of Bill in org.nuiton.topiatest
 

Classes in org.nuiton.topiatest with type parameters of type Bill
 class BillDAOAbstract<E extends Bill>
           
 class BillDAOImpl<E extends Bill>
           
 

Classes in org.nuiton.topiatest that implement Bill
 class BillAbstract
           
 class BillImpl
           
 

Fields in org.nuiton.topiatest with type parameters of type Bill
protected  Collection<Bill> StoreAbstract.companyBill
          Nom de l'attribut en BD : company
protected  Collection<Bill> CompanyAbstract.storeBill
          Nom de l'attribut en BD : store
 

Methods in org.nuiton.topiatest that return Bill
 Bill Company.getStoreBill(Store store)
           
 Bill CompanyAbstract.getStoreBill(Store store)
           
 Bill Company.getStoreBillByTopiaId(String topiaId)
           
 Bill CompanyAbstract.getStoreBillByTopiaId(String topiaId)
           
 

Methods in org.nuiton.topiatest that return types with arguments of type Bill
 Collection<Bill> Company.getStoreBill()
           
 Collection<Bill> CompanyAbstract.getStoreBill()
           
 

Methods in org.nuiton.topiatest with parameters of type Bill
 void Company.addStoreBill(Bill storeBill)
           
 void CompanyAbstract.addStoreBill(Bill storeBill)
           
 void Company.removeStoreBill(Bill storeBill)
           
 void CompanyAbstract.removeStoreBill(Bill storeBill)
           
 

Method parameters in org.nuiton.topiatest with type arguments of type Bill
 void Company.addAllStoreBill(Collection<Bill> storeBill)
           
 void CompanyAbstract.addAllStoreBill(Collection<Bill> storeBill)
           
 void Company.setStoreBill(Collection<Bill> storeBill)
           
 void CompanyAbstract.setStoreBill(Collection<Bill> storeBill)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.