Uses of Interface
org.nuiton.topiatest.Store

Packages that use Store
org.nuiton.topia   
org.nuiton.topiatest   
 

Uses of Store in org.nuiton.topia
 

Methods in org.nuiton.topia that return types with arguments of type Store
 Class<Store> TopiaTestQueryHelper.StoreProperty.getEntityClass()
           
 

Uses of Store in org.nuiton.topiatest
 

Classes in org.nuiton.topiatest with type parameters of type Store
 class StoreDAOAbstract<E extends Store>
           
 class StoreDAOImpl<E extends Store>
           
 

Classes in org.nuiton.topiatest that implement Store
 class StoreAbstract
           
 class StoreImpl
           
 

Fields in org.nuiton.topiatest declared as Store
protected  Store BillAbstract.store
          Nom de l'attribut en BD : store
 

Methods in org.nuiton.topiatest that return Store
 Store Bill.getStore()
           
 Store BillAbstract.getStore()
           
 

Methods in org.nuiton.topiatest with parameters of type Store
 Bill Company.getStoreBill(Store store)
           
 Bill CompanyAbstract.getStoreBill(Store store)
           
 void Bill.setStore(Store store)
           
 void BillAbstract.setStore(Store store)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.