|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CatalogImpl | |
data.ooimpl | Pure Java implementations of the interfaces in package data . |
Uses of CatalogImpl in data.ooimpl |
Subclasses of CatalogImpl in data.ooimpl | |
class |
CurrencyImpl
Pure Java implementation of the Currency interface. |
Fields in data.ooimpl declared as CatalogImpl | |
protected CatalogImpl |
StockImpl.m_ciCatalog
The Catalog that is associated to this Stock. |
Methods in data.ooimpl that return CatalogImpl | |
protected CatalogImpl |
CatalogImpl.createPeer()
Create and return an empty CatalogImpl of the same name and class. |
Methods in data.ooimpl with parameters of type CatalogImpl | |
protected void |
StockImpl.internalSetCatalog(CatalogImpl ciRef)
Set the Catalog that this Stock refers to. |
protected void |
CountingStockImpl.internalSetCatalog(CatalogImpl ciRef)
Overridden to ensure referential integrity. |
void |
CatalogItemDataBasketEntry.setSource(CatalogImpl cSource)
Set the source of the DataBasketEntry. |
void |
CatalogItemDataBasketEntry.setDestination(CatalogImpl cDest)
Set the destination of the DataBasketEntry. |
protected void |
StoringStockImpl.internalSetCatalog(CatalogImpl ciRef)
Overridden because of referential integrity. |
Constructors in data.ooimpl with parameters of type CatalogImpl | |
StockImpl.StockImpl(String sName,
CatalogImpl ciRef)
Create a new StockImpl. |
|
CountingStockImpl.CountingStockImpl(String sName,
CatalogImpl ciRef)
Create a new, initially empty CountingStockImpl. |
|
CatalogItemDataBasketEntry.CatalogItemDataBasketEntry(CatalogImpl cSource,
CatalogImpl cDest,
CatalogItemImpl ci)
Create a new CatalogItemDataBasketEntry. |
|
StoringStockImpl.StoringStockImpl(String sName,
CatalogImpl ciRef)
Create a new, initially empty StoringStockImpl. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |