Uses of Interface
org.cocome.tradingsystem.inventory.application.store.StoreIf

Packages that use StoreIf
org.cocome.tradingsystem.inventory.application   
org.cocome.tradingsystem.inventory.application.store.impl   
org.cocome.tradingsystem.inventory.gui.store   
 

Uses of StoreIf in org.cocome.tradingsystem.inventory.application
 

Methods in org.cocome.tradingsystem.inventory.application that return StoreIf
static StoreIf ApplicationFactory.getStoreInstance(long storeid)
           
 

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

Classes in org.cocome.tradingsystem.inventory.application.store.impl that implement StoreIf
 class StoreImpl
           
 

Uses of StoreIf in org.cocome.tradingsystem.inventory.gui.store
 

Methods in org.cocome.tradingsystem.inventory.gui.store that return StoreIf
 StoreIf Connector.getStore()
           
 

Constructors in org.cocome.tradingsystem.inventory.gui.store with parameters of type StoreIf
ProductStockItemTableModel(StoreIf store)
           
ProductSupplierOrderTableModel(StoreIf store)
           
ProductSupplierStockItemTableModel(StoreIf store)
           
ProductSupplierTableModel(StoreIf store)
           
RolledInPanel(StoreIf store, javax.swing.JFrame frame)
           
StoreDescr(StoreIf store)