Uses of Class
org.salespointframework.core.data.CatalogItemImpl

Packages that use CatalogItemImpl
org.salespointframework.core.data Provides interfaces for data management. 
 

Uses of CatalogItemImpl in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data with type parameters of type CatalogItemImpl
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 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.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 

Subclasses of CatalogItemImpl in org.salespointframework.core.data
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class CurrencyItemImpl
          Pure Java implementation of the CurrencyItem interface.
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 

Methods in org.salespointframework.core.data with type parameters of type CatalogItemImpl
protected
<T extends CatalogItemImpl>
T
CatalogItemImpl.getInternalShallowClone()
          Get a shallow clone of the CatalogItem.
 

Methods in org.salespointframework.core.data that return CatalogItemImpl
 CatalogItemImpl CurrencyItemImpl.getShallowClone()
           
protected abstract  CatalogItemImpl CatalogItemImpl.getShallowClone()
          Get a shallow clone of the CatalogItem.
protected  CatalogItemImpl CatalogImpl.getShallowClone()
          Create a shallow clone of this Catalog.
 

Constructors in org.salespointframework.core.data with parameters of type CatalogItemImpl
CatalogItemDataBasketEntry(CatalogImpl cSource, CatalogImpl cDest, CatalogItemImpl ci)
          Create a new CatalogItemDataBasketEntry.