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()
          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()
          getStore :
 Store BillAbstract.getStore()
          getStore :
 

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



Copyright © 2004-2010 CodeLutin. All Rights Reserved.