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

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

Uses of CatalogImpl in org.salespointframework.core.data
 

Subclasses of CatalogImpl in org.salespointframework.core.data
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 

Fields in org.salespointframework.core.data declared as CatalogImpl
protected  CatalogImpl<CT> StockImpl.m_ciCatalog
          The Catalog that is associated to this Stock.
 

Methods in org.salespointframework.core.data that return CatalogImpl
 CatalogImpl<T> CatalogImpl.createPeer()
          Create and return an empty CatalogImpl of the same name and class.
 CatalogImpl CatalogImpl.getEditableCopy(DataBasket db)
          Convenience method, which gets an editable ShallowClone of this Catalog from its parent Catalog and returns it.
 

Methods in org.salespointframework.core.data with parameters of type CatalogImpl
protected  void StoringStockImpl.internalSetCatalog(CatalogImpl<CT> ciRef)
          Overridden because of referential integrity.
protected  void StockImpl.internalSetCatalog(CatalogImpl<CT> ciRef)
          Set the Catalog that this Stock refers to.
protected  void CountingStockImpl.internalSetCatalog(CatalogImpl<CT> ciRef)
          Overridden to ensure referential integrity.
 void CatalogItemDataBasketEntry.setDestination(CatalogImpl cDest)
          Set the destination of the DataBasketEntry.
 void CatalogItemDataBasketEntry.setSource(CatalogImpl cSource)
          Set the source of the DataBasketEntry.
 

Constructors in org.salespointframework.core.data with parameters of type CatalogImpl
CatalogItemDataBasketEntry(CatalogImpl cSource, CatalogImpl cDest, CatalogItemImpl ci)
          Create a new CatalogItemDataBasketEntry.
CatalogItemDataBasketEntry(CatalogImpl cSource, CatalogImpl cDest, CatalogItemImpl ci)
          Create a new CatalogItemDataBasketEntry.
StockImpl(StockIdentifier<ST,CT> siId, CatalogImpl<CT> ciRef)
          Create a new StockImpl.
StockImpl(java.lang.String sName, CatalogImpl<CT> ciRef)
          Create a new StockImpl.