Uses of Class
org.salespointframework.core.data.StockIdentifier

Packages that use StockIdentifier
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data Provides interfaces for data management. 
 

Uses of StockIdentifier in org.salespointframework.core
 

Methods in org.salespointframework.core with parameters of type StockIdentifier
<T extends StockItem,CT extends CatalogItem>
Stock<T,CT>
Shop.getStock(StockIdentifier<T,CT> ciId)
          Look up a Stock in the global Stock list.
 

Uses of StockIdentifier in org.salespointframework.core.data
 

Constructors in org.salespointframework.core.data with parameters of type StockIdentifier
CountingStockImpl(StockIdentifier<T,CT> siId, Catalog<CT> ciRef)
          Create a new, initially empty CountingStockImpl.
StockImpl(StockIdentifier<ST,CT> siId, CatalogImpl<CT> ciRef)
          Create a new StockImpl.
StoringStockImpl(StockIdentifier<T,CT> id, Catalog<CT> ciRef)
          Create a new, initially empty StoringStockImpl.