SalesPoint Framework v3.0

Uses of Interface
data.StockFromValueCreator

Packages that use StockFromValueCreator
data Provides interfaces for data management. 
data.filters Contains catalog and stock filters. 
data.ooimpl Pure Java implementations of the interfaces in package data
 

Uses of StockFromValueCreator in data
 

Classes in data that implement StockFromValueCreator
 class DefaultCountingStockFromValueCreator
          A StockFromValueCreator for CountingStocks.
 class StockFromStockCreator
          StockFromValueCreator that tries to fill a Stock using only items from another Stock.
 class StockFromStockCreatorBT
          A StockFromStockCreator that performs backtracking.
 

Methods in data with parameters of type StockFromValueCreator
 Value Stock.fillStockWithValue(DataBasket db, Value vTarget, StockFromValueCreator sfvc)
          Increase the Stock's value by a given value.
 

Uses of StockFromValueCreator in data.filters
 

Methods in data.filters with parameters of type StockFromValueCreator
 Value AbstractStockFilter.fillStockWithValue(DataBasket db, Value vTarget, StockFromValueCreator sfvc)
          Fill the source Stock.
 

Uses of StockFromValueCreator in data.ooimpl
 

Methods in data.ooimpl with parameters of type StockFromValueCreator
 Value StockImpl.fillStockWithValue(DataBasket db, Value vTarget, StockFromValueCreator sfvc)
          Increase the Stock's value by a given value.
 


SalesPoint Framework v3.0