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()
          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
           
protected  Collection<Bill> CompanyAbstract.storeBill
           
 

Methods in org.nuiton.topiatest that return Bill
 Bill CompanyAbstract.getStoreBill(Store store)
          getStoreBill :
 Bill Company.getStoreBill(Store store)
          getStoreBill :
 Bill CompanyAbstract.getStoreBillByTopiaId(String topiaId)
          getStoreBillByTopiaId :
 Bill Company.getStoreBillByTopiaId(String topiaId)
          getStoreBillByTopiaId : Recupère l'attribut storeBill à partir de son topiaId
 

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

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

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



Copyright © 2004-2010 CodeLutin. All Rights Reserved.