Uses of Interface
org.cocome.tradingsystem.inventory.data.store.StoreQueryIf

Packages that use StoreQueryIf
org.cocome.tradingsystem.inventory.application.store.impl   
org.cocome.tradingsystem.inventory.data   
org.cocome.tradingsystem.inventory.data.impl   
org.cocome.tradingsystem.inventory.data.store.impl   
 

Uses of StoreQueryIf in org.cocome.tradingsystem.inventory.application.store.impl
 

Methods in org.cocome.tradingsystem.inventory.application.store.impl with parameters of type StoreQueryIf
static ProductWithSupplierAndStockItemTO FillTransferObjects.fillProductWithSupplierAndStockItemTO(StoreQueryIf storequery, long storeid, Product product, PersistenceContext pctx)
           
 

Uses of StoreQueryIf in org.cocome.tradingsystem.inventory.data
 

Methods in org.cocome.tradingsystem.inventory.data that return StoreQueryIf
 StoreQueryIf DataIf.getStoreQueryIf()
          creates a new StoreQuery component
 

Uses of StoreQueryIf in org.cocome.tradingsystem.inventory.data.impl
 

Methods in org.cocome.tradingsystem.inventory.data.impl that return StoreQueryIf
 StoreQueryIf DataImpl.getStoreQueryIf()
           
 

Uses of StoreQueryIf in org.cocome.tradingsystem.inventory.data.store.impl
 

Classes in org.cocome.tradingsystem.inventory.data.store.impl that implement StoreQueryIf
 class StoreQueryImpl