|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StockImpl | |
data.ooimpl | Pure Java implementations of the interfaces in package data . |
Uses of StockImpl in data.ooimpl |
Subclasses of StockImpl in data.ooimpl | |
class |
CountingStockImpl
Pure Java implementation of the CountingStock interface. |
class |
MoneyBagImpl
Pure Java implementation of the MoneyBag interface. |
class |
StoringStockImpl
Pure Java implementation of the StoringStock interface. |
Methods in data.ooimpl that return StockImpl | |
protected abstract StockImpl |
StockImpl.createPeer()
Create an empty Stock with the same name, associated Catalog and class. |
protected StockImpl |
CountingStockImpl.createPeer()
|
protected StockImpl |
StoringStockImpl.createPeer()
|
Methods in data.ooimpl with parameters of type StockImpl | |
protected void |
StockItemImpl.setStock(StockImpl sti)
Set the Stock that contains this StockItem. |
protected void |
StockImpl.fillShallowClone(StockImpl stiClone)
Hook method called to fill the given shallow clone of this Stock. |
protected void |
StockImpl.setStock(StockImpl sti)
Set the Stock that contains this Stock. |
protected void |
StoringStockImpl.fillShallowClone(StockImpl stiClone)
Overridden to accomodate for specific usage of memory. |
protected void |
StoringStockImpl.setStock(StockImpl sti)
Set the Stock and adjust the Catalog link for all Stocks that are contained in this Stock. |
Constructors in data.ooimpl with parameters of type StockImpl | |
StockItemDBEntry.StockItemDBEntry(String sKey,
StockImpl stiSource,
StockImpl stiDest,
Object oValue)
Create a new StockItemDBEntry. |
|
CountingStockItemDBEntry.CountingStockItemDBEntry(String sKey,
StockImpl stiSource,
StockImpl stiDest,
int nCount)
Create a new CountingStockItemDBEntry. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |