|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StockImpl | |
---|---|
org.salespointframework.core.data | Provides interfaces for data management. |
Uses of StockImpl in org.salespointframework.core.data |
---|
Subclasses of StockImpl 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 |
StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
Pure Java implementation of the StoringStock interface. |
Fields in org.salespointframework.core.data declared as StockImpl | |
---|---|
private StockImpl<?,?,?> |
StockItemImpl.m_stiOwner
The Stock that contains this StockItem . |
Fields in org.salespointframework.core.data with type parameters of type StockImpl | |
---|---|
private java.lang.ref.SoftReference<StockImpl> |
StockImpl.m_srsiEditCreator
The original Stock, if this is a shallow copy that was created for editing purposes. |
Methods in org.salespointframework.core.data that return StockImpl | |
---|---|
protected StockImpl<java.util.List<T>,T,CT> |
StoringStockImpl.createPeer()
|
protected abstract StockImpl<T,ST,CT> |
StockImpl.createPeer()
Create an empty Stock with the same name, associated Catalog and class. |
protected StockImpl<java.lang.Integer,T,CT> |
CountingStockImpl.createPeer()
|
StockImpl<?,?,?> |
StockItemImpl.getStock()
Get the Stock that contains this StockItem. |
Methods in org.salespointframework.core.data with parameters of type StockImpl | |
---|---|
protected void |
StockImpl.fillShallowClone(StockImpl<T,ST,CT> stiClone)
Hook method called to fill the given shallow clone of this Stock. |
protected void |
StoringStockImpl.setStock(StockImpl sti)
Set the Stock and adjust the Catalog link for all Stocks that are contained in this Stock. |
protected void |
StockItemImpl.setStock(StockImpl<?,?,?> sti)
Set the Stock that contains this StockItem. |
protected void |
StockImpl.setStock(StockImpl<?,?,?> sti)
Set the Stock that contains this Stock. |
Constructors in org.salespointframework.core.data with parameters of type StockImpl | |
---|---|
CountingStockItemDBEntry(java.lang.String sKey,
StockImpl stiSource,
StockImpl stiDest,
int nCount)
Create a new CountingStockItemDBEntry. |
|
CountingStockItemDBEntry(java.lang.String sKey,
StockImpl stiSource,
StockImpl stiDest,
int nCount)
Create a new CountingStockItemDBEntry. |
|
StockItemDBEntry(java.lang.String sKey,
StockImpl stiSource,
StockImpl stiDest,
java.lang.Object oValue)
Create a new StockItemDBEntry. |
|
StockItemDBEntry(java.lang.String sKey,
StockImpl stiSource,
StockImpl stiDest,
java.lang.Object oValue)
Create a new StockItemDBEntry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |