|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StockFromValueCreator | |
---|---|
org.salespointframework.core.data | Provides interfaces for data management. |
org.salespointframework.core.data.filters | Contains catalog and stock filters. |
org.salespointframework.core.data.interfaces |
Uses of StockFromValueCreator in org.salespointframework.core.data |
---|
Classes in org.salespointframework.core.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 org.salespointframework.core.data with parameters of type StockFromValueCreator | |
---|---|
Value |
StockImpl.fillStockWithValue(DataBasket db,
Value vTarget,
StockFromValueCreator sfvc)
Increase the Stock's value by a given value. |
Uses of StockFromValueCreator in org.salespointframework.core.data.filters |
---|
Methods in org.salespointframework.core.data.filters with parameters of type StockFromValueCreator | |
---|---|
Value |
AbstractStockFilter.fillStockWithValue(DataBasket db,
Value vTarget,
StockFromValueCreator sfvc)
Fill the source Stock. |
Uses of StockFromValueCreator in org.salespointframework.core.data.interfaces |
---|
Methods in org.salespointframework.core.data.interfaces with parameters of type StockFromValueCreator | |
---|---|
Value |
Stock.fillStockWithValue(DataBasket db,
Value vTarget,
StockFromValueCreator sfvc)
Increase the Stock's value by a given value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |