Uses of Class
org.cocome.tradingsystem.inventory.application.store.StockItemTO

Packages that use StockItemTO
org.cocome.tradingsystem.inventory.application.store   
org.cocome.tradingsystem.inventory.application.store.impl   
 

Uses of StockItemTO in org.cocome.tradingsystem.inventory.application.store
 

Fields in org.cocome.tradingsystem.inventory.application.store declared as StockItemTO
protected  StockItemTO ProductWithSupplierAndStockItemTO.stockitemTO
           
protected  StockItemTO ProductWithStockItemTO.stockItemTO
           
 

Methods in org.cocome.tradingsystem.inventory.application.store that return StockItemTO
 StockItemTO ProductWithSupplierAndStockItemTO.getStockItemTO()
          Gets transfer object for stockitem
 StockItemTO ProductWithStockItemTO.getStockItemTO()
          Gets the saved stock item transfer object.
 

Methods in org.cocome.tradingsystem.inventory.application.store with parameters of type StockItemTO
 ProductWithStockItemTO StoreIf.changePrice(StockItemTO stockItemTO)
          Updates sales price of a stock item.
 void ProductWithSupplierAndStockItemTO.setStockItemTO(StockItemTO stockitemTO)
          Sets transfer object for supplier
 void ProductWithStockItemTO.setStockItemTO(StockItemTO stockItemTO)
          Sets stock item transfer object.
 

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

Methods in org.cocome.tradingsystem.inventory.application.store.impl that return StockItemTO
static StockItemTO FillTransferObjects.fillStockItemTO(StockItem stockitem)
           
 

Methods in org.cocome.tradingsystem.inventory.application.store.impl with parameters of type StockItemTO
 ProductWithStockItemTO StoreImpl.changePrice(StockItemTO stockItemTO)