|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StockItemImpl | |
---|---|
org.salespointframework.core.data | Provides interfaces for data management. |
Uses of StockItemImpl in org.salespointframework.core.data |
---|
Classes in org.salespointframework.core.data with type parameters of type StockItemImpl | |
---|---|
(package private) class |
CountingStockChangeEvent<T extends StockItemImpl,CT extends CatalogItemImpl>
StockChangeEvent that desribes changes in a CountingStock's contents. |
class |
CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the CountingStock interface. |
class |
StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the Stock interface. |
(package private) class |
StoringStockChangeEvent<T extends StockItemImpl,CT extends CatalogItemImpl>
StockChangeEvent for use with StoringStocks. |
class |
StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the StoringStock interface. |
Subclasses of StockItemImpl in org.salespointframework.core.data | |
---|---|
class |
CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the CountingStock interface. |
class |
MoneyBagImpl
Pure Java implementation of the MoneyBag interface. |
class |
StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the Stock interface. |
class |
StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the StoringStock interface. |
Fields in org.salespointframework.core.data declared as StockItemImpl | |
---|---|
private T |
StoringStockChangeEvent.m_siiItem
The affected item. |
Methods in org.salespointframework.core.data that return StockItemImpl | |
---|---|
StockItemImpl |
StockItemImpl.getShallowClone()
Get a shallow clone of this item. |
StockItemImpl |
StockImpl.getShallowClone()
Create a shallow clone of the Stock. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |