SalesPoint Framework v3.0

Uses of Interface
data.DataBasketEntryDestination

Packages that use DataBasketEntryDestination
data Provides interfaces for data management. 
data.filters Contains catalog and stock filters. 
data.ooimpl Pure Java implementations of the interfaces in package data
 

Uses of DataBasketEntryDestination in data
 

Subinterfaces of DataBasketEntryDestination in data
 interface Catalog
          A Catalog.
 interface CountingStock
          A Stock that counts for each CatalogItem in the associated Catalog how many objects of that type are actually available.
 interface Currency
          A special Catalog that represents a currency.
 interface ListenableCatalog
          A Catalog that fires events to inform about changes to its contents.
 interface ListenableStock
          A Stock that will fire events to inform about changes to its contents.
 interface MoneyBag
          Tag interface marking CountingStocks that work together with Currencies.
 interface Stock
          A Stock.
 interface StoringStock
          Tag interface that identifies StoringStocks.
 

Fields in data declared as DataBasketEntryDestination
protected  DataBasketEntryDestination DataBasketConditionImpl.m_dbedDest
          The destination condition.
 

Methods in data that return DataBasketEntryDestination
 DataBasketEntryDestination DataBasketConditionImpl.getDestination()
           
 DataBasketEntryDestination DataBasketEntry.getDestination()
          Get the destination of the operation described by the DataBasketEntry.
 DataBasketEntryDestination DataBasketCondition.getDestination()
          Return the destination for operations that match the condition.
 

Constructors in data with parameters of type DataBasketEntryDestination
DataBasketConditionImpl.DataBasketConditionImpl(String sMainKey, String sSecondaryKey, DataBasketEntrySource dbesSource, DataBasketEntryDestination dbedDest, Object oValue)
          Create a new DataBasketConditionImpl.
 

Uses of DataBasketEntryDestination in data.filters
 

Classes in data.filters that implement DataBasketEntryDestination
 class AbstractStockFilter
          Abstract superclass of all Stock filters.
 class CatalogFilter
          A filter for Catalogs.
 class CountingStockFilter
          StockFilter for CountingStocks.
 class CurrencyFilter
          A CatalogFilter that filters Currencies.
 class MoneyBagFilter
          CountingStockFilter that filters MoneyBags.
 class StoringStockFilter
          StockFilter for StoringStocks.
 

Uses of DataBasketEntryDestination in data.ooimpl
 

Subinterfaces of DataBasketEntryDestination in data.ooimpl
 interface SelfManagingDBEDestination
          DataBasketEntryDestination that knows how to rollback or commit add operations.
 

Classes in data.ooimpl that implement DataBasketEntryDestination
 class CatalogImpl
          Pure Java implementation of the Catalog interface.
 class CountingStockImpl
          Pure Java implementation of the CountingStock interface.
 class CurrencyImpl
          Pure Java implementation of the Currency interface.
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl
          Pure Java implementation of the Stock interface.
 class StoringStockImpl
          Pure Java implementation of the StoringStock interface.
 

Fields in data.ooimpl declared as DataBasketEntryDestination
protected  DataBasketEntryDestination DataBasketEntryImpl.m_dbedDest
          The destination of the operation.
 

Methods in data.ooimpl that return DataBasketEntryDestination
 DataBasketEntryDestination DataBasketEntryImpl.getDestination()
          Get the entry's destination.
 

Constructors in data.ooimpl with parameters of type DataBasketEntryDestination
DataBasketEntryImpl.DataBasketEntryImpl(String sMainKey, String sSecondaryKey, DataBasketEntrySource dbesSource, DataBasketEntryDestination dbedDest, Object oValue)
          Create a new DataBasketEntryImpl.
 


SalesPoint Framework v3.0